Upload ljspeech_transformer_tts_aept/config.yml with huggingface_hub
Browse files
ljspeech_transformer_tts_aept/config.yml
CHANGED
|
@@ -148,4 +148,9 @@ win_length: null
|
|
| 148 |
window: hann
|
| 149 |
feat_list:
|
| 150 |
mel: {}
|
| 151 |
-
trg_feat: "mel"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 148 |
window: hann
|
| 149 |
feat_list:
|
| 150 |
mel: {}
|
| 151 |
+
trg_feat: "mel"
|
| 152 |
+
collater_type: "ARVCCollater"
|
| 153 |
+
trainer_type: "ARVCTrainer"
|
| 154 |
+
criterions:
|
| 155 |
+
Seq2SeqLoss:
|
| 156 |
+
bce_pos_weight: 10.0
|