From 79060e20e3d5f6285f49b503f95b8db9ddce9294 Mon Sep 17 00:00:00 2001 From: TianYuan Date: Tue, 30 Nov 2021 10:34:43 +0800 Subject: [PATCH 1/3] Update pack_model.sh --- utils/pack_model.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/pack_model.sh b/utils/pack_model.sh index 8acd59a6..d7df01eb 100755 --- a/utils/pack_model.sh +++ b/utils/pack_model.sh @@ -57,7 +57,7 @@ else echo "missing ${dec_conf}" exit 1 fi -# NOTE(kan-bayashi): preprocess conf is optional +# preprocess conf is optional if [ -n "${preprocess_conf}" ]; then tar rfh ${outfile}.tar ${preprocess_conf} echo -n " - preprocess config file: \`" From 507c3b52eab46beb411314e90e2928042abd1065 Mon Sep 17 00:00:00 2001 From: TianYuan Date: Tue, 30 Nov 2021 10:35:16 +0800 Subject: [PATCH 2/3] Update default.yaml --- examples/csmsc/voc3/conf/default.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/examples/csmsc/voc3/conf/default.yaml b/examples/csmsc/voc3/conf/default.yaml index cc27220f..5dda835a 100644 --- a/examples/csmsc/voc3/conf/default.yaml +++ b/examples/csmsc/voc3/conf/default.yaml @@ -6,8 +6,7 @@ # This configuration is based on full-band MelGAN but the hop size and sampling # rate is different from the paper (16kHz vs 24kHz). The number of iteraions # is not shown in the paper so currently we train 1M iterations (not sure enough -# to converge). The optimizer setting is based on @dathudeptrai advice. -# https://github.com/kan-bayashi/ParallelWaveGAN/issues/143#issuecomment-632539906 +# to converge). ########################################################### # FEATURE EXTRACTION SETTING # @@ -136,4 +135,4 @@ eval_interval_steps: 1000 # Interval steps to evaluate the network # OTHER SETTING # ########################################################### num_snapshots: 10 # max number of snapshots to keep while training -seed: 42 # random seed for paddle, random, and np.random \ No newline at end of file +seed: 42 # random seed for paddle, random, and np.random From 2de7bc14b085f9b835a4acdc350475405a310ecf Mon Sep 17 00:00:00 2001 From: TianYuan Date: Tue, 30 Nov 2021 10:35:29 +0800 Subject: [PATCH 3/3] Update finetune.yaml --- examples/csmsc/voc3/conf/finetune.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/csmsc/voc3/conf/finetune.yaml b/examples/csmsc/voc3/conf/finetune.yaml index 80ab6bed..30227401 100644 --- a/examples/csmsc/voc3/conf/finetune.yaml +++ b/examples/csmsc/voc3/conf/finetune.yaml @@ -6,8 +6,7 @@ # This configuration is based on full-band MelGAN but the hop size and sampling # rate is different from the paper (16kHz vs 24kHz). The number of iteraions # is not shown in the paper so currently we train 1M iterations (not sure enough -# to converge). The optimizer setting is based on @dathudeptrai advice. -# https://github.com/kan-bayashi/ParallelWaveGAN/issues/143#issuecomment-632539906 +# to converge). ########################################################### # FEATURE EXTRACTION SETTING #