Skip to content

Commit 5417f42

Browse files
authored
fix the voc3 synthesize_e2e about --am and --voc (#4051)
1 parent fae44e7 commit 5417f42

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

examples/csmsc/voc5/local/synthesize_e2e.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ FLAGS_allocator_strategy=naive_best_fit \
88
FLAGS_fraction_of_gpu_memory_to_use=0.01 \
99
python3 ${BIN_DIR}/../../synthesize_e2e.py \
1010
--am=fastspeech2_csmsc \
11-
--am_config=${config_path} \
12-
--am_ckpt=${train_output_path}/checkpoints/${ckpt_name} \
13-
--am_stat=dump/train/speech_stats.npy \
11+
--am_config=fastspeech2_nosil_baker_ckpt_0.4/default.yaml \
12+
--am_ckpt=fastspeech2_nosil_baker_ckpt_0.4/snapshot_iter_76000.pdz \
13+
--am_stat=fastspeech2_nosil_baker_ckpt_0.4/speech_stats.npy \
1414
--voc=hifigan_csmsc \
15-
--voc_config=hifigan_csmsc_ckpt_0.1.1/default.yaml \
16-
--voc_ckpt=hifigan_csmsc_ckpt_0.1.1/snapshot_iter_2500000.pdz \
17-
--voc_stat=hifigan_csmsc_ckpt_0.1.1/feats_stats.npy \
15+
--voc_config=${config_path} \
16+
--voc_ckpt=${train_output_path}/checkpoints/${ckpt_name} \
17+
--voc_stat=dump/train/feats_stats.npy \
1818
--lang=zh \
1919
--text=${BIN_DIR}/../../assets/sentences.txt \
2020
--output_dir=${train_output_path}/test_e2e \

0 commit comments

Comments
 (0)