diff --git a/examples/csmsc/voc3/conf/default.yaml b/examples/csmsc/voc3/conf/default.yaml index cc27220fca0a4d6dcad4aff463df4a6bfcc0c1eb..5dda835aee23c8eb68b536a2947a98675987f814 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 diff --git a/examples/csmsc/voc3/conf/finetune.yaml b/examples/csmsc/voc3/conf/finetune.yaml index 80ab6bed707b4cdf89a367634490a5bfba122fea..302274019d62a1134bdd4e0179e1e88e84d4d649 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 # diff --git a/utils/pack_model.sh b/utils/pack_model.sh index 8acd59a640bb6fe10e22a38fc1c2f6d6c71ca46a..d7df01eb71326f19ba1e8acc3adb7672df4d28b3 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: \`"