TensorSpeech / TensorFlowTTS

:stuck_out_tongue_closed_eyes: TensorFlowTTS: Real-Time State-of-the-art Speech Synthesis for Tensorflow 2 (supported including English, French, Korean, Chinese, German and Easy to adapt for other languages)
https://tensorspeech.github.io/TensorFlowTTS/
Apache License 2.0
3.81k stars 811 forks source link

Train Multinband melgan #433

Closed Zegalryang closed 3 years ago

Zegalryang commented 3 years ago

I'd like to train multiband melgan

and i first, i trained stft losses and i want to train start training generator + discriminator using instruction

CUDA_VISIBLE_DEVICES=0 python examples/multiband_melgan/train_multiband_melgan.py \
  --train-dir ./dump/train/ \
  --dev-dir ./dump/valid/ \
  --outdir ./examples/multiband_melgan/exp/train.multiband_melgan.v1/ \
  --config ./examples/multiband_melgan/conf/multiband_melgan.v1.yaml \
  --use-norm 1 \
  --resume ./examples/multiband_melgan/exp/train.multiband_melgan.v1/checkpoints/ckpt-200000

but.. I cannot find resume checkpoint in the folder of checkpoints like that.

스크린샷 2020-12-18 오후 3 31 27

what file should i use?

Liofang commented 3 years ago

you config is: --resume ./examples/multiband_melgan/exp/train.multiband_melgan.v1/checkpoints/ckpt-200000 but the path you show in the fig is '/multiband_melgan/train.mb_melgan.kss.v1'