forked from ASLP-lab/MeanVC
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefaults.ini
More file actions
95 lines (56 loc) · 1.38 KB
/
defaults.ini
File metadata and controls
95 lines (56 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
[DEFAULTS]
#name of the run
exp_name = F5
# the batch size
batch_size = 8
# number of CPU workers for the DataLoader
num_workers = 4
# the random seed
seed = 42
# Batches for gradient accumulation
accum_batches = 1
# Number of steps between checkpoints
checkpoint_every = 10000
# trainer checkpoint file to restart training from
ckpt_path = ''
# model checkpoint file to start a new training run from
pretrained_ckpt_path = ''
# Checkpoint path for the pretransform model if needed
pretransform_ckpt_path = ''
# configuration model specifying model hyperparameters
model_config = ''
# configuration for datasets
dataset_config = ''
vocoder_ckpt_path = ''
# directory to save the checkpoints in
save_dir = ''
# grad norm
max_grad_norm = 1.0
# grad accu
grad_accumulation_steps = 1
# lr 1e-5
learning_rate = 1e-4
# epoch
epochs = 110
# warmup steps
num_warmup_updates = 2000
# save checkpoint per steps
save_per_updates = 5000
# save last checkpoint per steps
last_per_steps = 50000
steps = 10
flow_ratio = 0.5
cfg_ratio = 0.1
cfg_scale = 2.0
cfg_strength = 4.0
p = 0.5
chunk_size = 20
result_dir = "result"
reset_lr = 0
resumable_with_seed = 666
max_len = 500
feature_list = bn mel xvector audio
additional_feature_list = inputs_length
feature_pad_values = 0. -1.0 0. 0.
grad_ckpt = 0
dataset_path = "dataset_path"