Skip to content

Commit a11a4c6

Browse files
authored
fix the Parameter about --voc and --am (#4047)
1 parent 7db1843 commit a11a4c6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

examples/csmsc/voc1/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=pwgan_csmsc \
15-
--voc_config=pwg_baker_ckpt_0.4/pwg_default.yaml \
16-
--voc_ckpt=pwg_baker_ckpt_0.4/pwg_snapshot_iter_400000.pdz \
17-
--voc_stat=pwg_baker_ckpt_0.4/pwg_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)