Upload phase1-base/config.yaml with huggingface_hub
Browse files- phase1-base/config.yaml +3 -3
phase1-base/config.yaml
CHANGED
|
@@ -9,7 +9,7 @@ audio_sample_rate: 24000
|
|
| 9 |
base_config:
|
| 10 |
- ./agent-1_nonlinear_phone_teacher_5k.yaml
|
| 11 |
binarizer_cls: data_gen.tts.base_binarizer.BaseBinarizer
|
| 12 |
-
binary_data_dir:
|
| 13 |
cgpc_gt_view: utt
|
| 14 |
cgpc_tau: 0.1
|
| 15 |
clip_grad_norm: 1
|
|
@@ -143,7 +143,7 @@ print_nan_grads: false
|
|
| 143 |
prior_flow_hidden: 64
|
| 144 |
prior_flow_kernel_size: 3
|
| 145 |
prior_flow_n_blocks: 4
|
| 146 |
-
processed_data_dir:
|
| 147 |
profile_infer: false
|
| 148 |
raw_data_dir: data/raw/libritts
|
| 149 |
residual_channels: 256
|
|
@@ -415,4 +415,4 @@ vocoder_ckpt: pretrained/hifigan_hifitts
|
|
| 415 |
warmup_updates: 1
|
| 416 |
weight_decay: 0
|
| 417 |
win_size: 1024
|
| 418 |
-
work_dir:
|
|
|
|
| 9 |
base_config:
|
| 10 |
- ./agent-1_nonlinear_phone_teacher_5k.yaml
|
| 11 |
binarizer_cls: data_gen.tts.base_binarizer.BaseBinarizer
|
| 12 |
+
binary_data_dir: data/binary/libritts_bigvgan
|
| 13 |
cgpc_gt_view: utt
|
| 14 |
cgpc_tau: 0.1
|
| 15 |
clip_grad_norm: 1
|
|
|
|
| 143 |
prior_flow_hidden: 64
|
| 144 |
prior_flow_kernel_size: 3
|
| 145 |
prior_flow_n_blocks: 4
|
| 146 |
+
processed_data_dir: data/processed/libritts
|
| 147 |
profile_infer: false
|
| 148 |
raw_data_dir: data/raw/libritts
|
| 149 |
residual_channels: 256
|
|
|
|
| 415 |
warmup_updates: 1
|
| 416 |
weight_decay: 0
|
| 417 |
win_size: 1024
|
| 418 |
+
work_dir: ''
|