Merge branch 'develop' of https://github.com/LittleChenCc/DeepSpeech into develop

pull/1050/head
Junkun 3 years ago
commit 3e5fc3dd54

@ -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
seed: 42 # random seed for paddle, random, and np.random

@ -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 #

@ -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: \`"

Loading…
Cancel
Save