File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,14 +63,14 @@ CUDA_VISIBLE_DEVICES=0 python examples/multiband_pwgan/decode_mb_melgan.py \
6363
6464## Finetune Multi-Band MelGAN + PWGAN Disc with ljspeech pretrained on other languages
6565Download generator weights of (any) Multi-Band MelGAN model, pass to ` --pretrained ` argument.
66- It's recommended to use (and tune if necessary), the dedicated finetuning config ` train. multiband_pwgan.v1ft.yaml`
66+ It's recommended to use (and tune if necessary), the dedicated finetuning config ` multiband_pwgan.v1ft.yaml `
6767
6868``` bash
6969CUDA_VISIBLE_DEVICES=0 python examples/multiband_pwgan/train_multiband_pwgan.py \
7070 --train-dir ./dump/train/ \
7171 --dev-dir ./dump/valid/ \
7272 --outdir ./examples/multiband_pwgan/exp/train.multiband_pwgan.v1/ \
73- --config ./examples/multiband_pwgan/conf/train. multiband_pwgan.v1ft.yaml \
73+ --config ./examples/multiband_pwgan/conf/multiband_pwgan.v1ft.yaml \
7474 --use-norm 1 \
7575 --generator_mixed_precision 1 \
7676 --pretrained " ptgen.h5"
You can’t perform that action at this time.
0 commit comments