We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b656455 commit 9de58b8Copy full SHA for 9de58b8
1 file changed
examples/multiband_pwgan/conf/multiband_pwgan.v1ft.yaml
@@ -1,6 +1,12 @@
1
2
# 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
+# 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
10
11
###########################################################
12
# FEATURE EXTRACTION SETTING #
0 commit comments