ahnafsamin commited on
Commit
8a4661e
1 Parent(s): 1301b6d

Upload config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +211 -0
config.yaml ADDED
@@ -0,0 +1,211 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ config: conf/train.yaml
2
+ print_config: false
3
+ log_level: INFO
4
+ dry_run: false
5
+ iterator_type: sequence
6
+ output_dir: exp/tts_train_raw_char_tacotron
7
+ ngpu: 1
8
+ seed: 0
9
+ num_workers: 1
10
+ num_att_plot: 3
11
+ dist_backend: nccl
12
+ dist_init_method: env://
13
+ dist_world_size: null
14
+ dist_rank: null
15
+ local_rank: 0
16
+ dist_master_addr: null
17
+ dist_master_port: null
18
+ dist_launcher: null
19
+ multiprocessing_distributed: false
20
+ unused_parameters: false
21
+ sharded_ddp: false
22
+ cudnn_enabled: true
23
+ cudnn_benchmark: false
24
+ cudnn_deterministic: true
25
+ collect_stats: false
26
+ write_collected_feats: false
27
+ max_epoch: 200
28
+ patience: null
29
+ val_scheduler_criterion:
30
+ - valid
31
+ - loss
32
+ early_stopping_criterion:
33
+ - valid
34
+ - loss
35
+ - min
36
+ best_model_criterion:
37
+ - - valid
38
+ - loss
39
+ - min
40
+ - - train
41
+ - loss
42
+ - min
43
+ keep_nbest_models: 5
44
+ nbest_averaging_interval: 0
45
+ grad_clip: 1.0
46
+ grad_clip_type: 2.0
47
+ grad_noise: false
48
+ accum_grad: 2
49
+ no_forward_run: false
50
+ resume: true
51
+ train_dtype: float32
52
+ use_amp: false
53
+ log_interval: null
54
+ use_matplotlib: true
55
+ use_tensorboard: true
56
+ use_wandb: false
57
+ wandb_project: null
58
+ wandb_id: null
59
+ wandb_entity: null
60
+ wandb_name: null
61
+ wandb_model_log_interval: -1
62
+ detect_anomaly: false
63
+ pretrain_path: null
64
+ init_param: []
65
+ ignore_init_mismatch: false
66
+ freeze_param: []
67
+ num_iters_per_epoch: 1000
68
+ batch_size: 20
69
+ valid_batch_size: null
70
+ batch_bins: 3500000
71
+ valid_batch_bins: null
72
+ train_shape_file:
73
+ - exp/tts_stats_raw_char_tacotron/train/text_shape.char
74
+ - exp/tts_stats_raw_char_tacotron/train/speech_shape
75
+ valid_shape_file:
76
+ - exp/tts_stats_raw_char_tacotron/valid/text_shape.char
77
+ - exp/tts_stats_raw_char_tacotron/valid/speech_shape
78
+ batch_type: numel
79
+ valid_batch_type: null
80
+ fold_length:
81
+ - 150
82
+ - 204800
83
+ sort_in_batch: descending
84
+ sort_batch: descending
85
+ multiple_iterator: false
86
+ chunk_length: 500
87
+ chunk_shift_ratio: 0.5
88
+ num_cache_chunks: 1024
89
+ train_data_path_and_name_and_type:
90
+ - - dump/raw/tr_no_dev/text
91
+ - text
92
+ - text
93
+ - - dump/raw/tr_no_dev/wav.scp
94
+ - speech
95
+ - sound
96
+ valid_data_path_and_name_and_type:
97
+ - - dump/raw/dev/text
98
+ - text
99
+ - text
100
+ - - dump/raw/dev/wav.scp
101
+ - speech
102
+ - sound
103
+ allow_variable_data_keys: false
104
+ max_cache_size: 0.0
105
+ max_cache_fd: 32
106
+ valid_max_cache_size: null
107
+ optim: adam
108
+ optim_conf:
109
+ lr: 0.001
110
+ eps: 1.0e-06
111
+ weight_decay: 0.0
112
+ scheduler: null
113
+ scheduler_conf: {}
114
+ token_list:
115
+ - <blank>
116
+ - <unk>
117
+ - <space>
118
+ - E
119
+ - N
120
+ - O
121
+ - T
122
+ - A
123
+ - R
124
+ - D
125
+ - I
126
+ - S
127
+ - L
128
+ - K
129
+ - M
130
+ - U
131
+ - H
132
+ - G
133
+ - W
134
+ - V
135
+ - Z
136
+ - P
137
+ - B
138
+ - J
139
+ - C
140
+ - F
141
+ - ''''
142
+ - Y
143
+ - X
144
+ - Q
145
+ - <sos/eos>
146
+ odim: null
147
+ model_conf: {}
148
+ use_preprocessor: true
149
+ token_type: char
150
+ bpemodel: null
151
+ non_linguistic_symbols: null
152
+ cleaner: tacotron
153
+ g2p: g2p_en
154
+ feats_extract: fbank
155
+ feats_extract_conf:
156
+ n_fft: 1024
157
+ hop_length: 256
158
+ win_length: null
159
+ fs: 22050
160
+ fmin: 80
161
+ fmax: 7600
162
+ n_mels: 80
163
+ normalize: global_mvn
164
+ normalize_conf:
165
+ stats_file: exp/tts_stats_raw_char_tacotron/train/feats_stats.npz
166
+ tts: tacotron2
167
+ tts_conf:
168
+ embed_dim: 512
169
+ elayers: 1
170
+ eunits: 512
171
+ econv_layers: 3
172
+ econv_chans: 512
173
+ econv_filts: 5
174
+ atype: location
175
+ adim: 512
176
+ aconv_chans: 32
177
+ aconv_filts: 15
178
+ cumulate_att_w: true
179
+ dlayers: 2
180
+ dunits: 1024
181
+ prenet_layers: 2
182
+ prenet_units: 256
183
+ postnet_layers: 5
184
+ postnet_chans: 512
185
+ postnet_filts: 5
186
+ output_activation: null
187
+ use_batch_norm: true
188
+ use_concate: true
189
+ use_residual: false
190
+ dropout_rate: 0.5
191
+ zoneout_rate: 0.1
192
+ reduction_factor: 1
193
+ spk_embed_dim: null
194
+ use_masking: true
195
+ bce_pos_weight: 5.0
196
+ use_guided_attn_loss: true
197
+ guided_attn_loss_sigma: 0.4
198
+ guided_attn_loss_lambda: 1.0
199
+ pitch_extract: null
200
+ pitch_extract_conf: {}
201
+ pitch_normalize: null
202
+ pitch_normalize_conf: {}
203
+ energy_extract: null
204
+ energy_extract_conf: {}
205
+ energy_normalize: null
206
+ energy_normalize_conf: {}
207
+ required:
208
+ - output_dir
209
+ - token_list
210
+ version: 0.10.6
211
+ distributed: false