Skip to content

Commit 9de58b8

Browse files
committed
Clarify config parameters
1 parent b656455 commit 9de58b8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

examples/multiband_pwgan/conf/multiband_pwgan.v1ft.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11

22
# This is the hyperparameter configuration file for Multi-Band MelGAN with PWGAN discriminator.
3-
# This one is adjusted for finetuning, used to finetune the LJSpeech pretrained on
3+
# This one is adjusted for finetuning, used to finetune the LJSpeech pretrained Multi-Band MelGAN generator on a 50-minute male speaker dataset
4+
# You may have to tune this for your own
5+
6+
# Main differences from regular training config are:
7+
# 1. We start training the discriminator from the start
8+
# 2. The learning rate is very low
9+
# 3. Max iterations, save intervals, and associates are lowered because this gets done very quickly
410

511
###########################################################
612
# FEATURE EXTRACTION SETTING #

0 commit comments

Comments
 (0)