Spaces:
Runtime error
Runtime error
File size: 421 Bytes
2b7bf83 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
defaults:
- model: default
- training: cpc
resume: False
checkpoint_dir: checkpoints
mi_weight: 0.01
mi_lr: 3e-4
mi_iters: 5
sampling: sameSeq
train_file: train
valid_file: valid
encoder_lf0_type: no_emb
use_CSMI: True # use MI between content and speaker
use_CPMI: True # use MI between content and pitch
use_PSMI: True # use MI between picth and speaker
use_amp: False # set to True to speed up training |