Spaces:
Build error
Build error
File size: 290 Bytes
22871e7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
base_config: ./fs.yaml
task_cls: tasks.tts.fs2_orig.FastSpeech2OrigTask
encoder_type: fft
decoder_type: fft
use_energy_embed: false
use_pitch_embed: true
pitch_type: cwt # frame|ph|cwt
binarization_args:
with_f0cwt: true
use_gt_energy: false
cwt_std_scale: 0.8
dropout: 0.1
mel_losses: l1 |