Skip to content

Commit b3d79e6

Browse files
authored
Update readme to recommend finetuning config
1 parent 1bf59a1 commit b3d79e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/multiband_pwgan/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Download generator weights
6868
CUDA_VISIBLE_DEVICES=0 python examples/multiband_pwgan/train_multiband_pwgan.py \
6969
--train-dir ./dump/train/ \
7070
--dev-dir ./dump/valid/ \
71-
--outdir ./examples/multiband_pwgan/exp/train.multiband_melgan.v1/ \
71+
--outdir ./examples/multiband_pwgan/exp/train.multiband_melgan.v1ft/ \
7272
--config ./examples/multiband_pwgan/conf/multiband_pwgan.v1.yaml \
7373
--use-norm 1 \
7474
--generator_mixed_precision 1 \
@@ -94,4 +94,4 @@ Here is a learning curves of melgan based on this config [`multiband_melgan.v1.y
9494

9595
1. https://github.com/kan-bayashi/ParallelWaveGAN
9696
2. [Parallel WaveGAN: A fast waveform generation model based on generative adversarial networks with multi-resolution spectrogram](https://arxiv.org/abs/1910.11480)
97-
3. [Multi-band MelGAN: Faster Waveform Generation for High-Quality Text-to-Speech](https://arxiv.org/abs/2005.05106)
97+
3. [Multi-band MelGAN: Faster Waveform Generation for High-Quality Text-to-Speech](https://arxiv.org/abs/2005.05106)

0 commit comments

Comments
 (0)