Skip to content

Commit

Permalink
add --dataset and --rootdir to voc3 finetune script
Browse files Browse the repository at this point in the history
add --dataset and --rootdir to voc3 finetune script, also remove --speaker-dict in voc5.
  • Loading branch information
jerryuhoo committed Jan 6, 2022
1 parent e239ee1 commit 76f98c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion examples/csmsc/voc3/finetune.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ if [ ${stage} -le 0 ] && [ ${stop_stage} -ge 0 ]; then
--fastspeech2-stat=fastspeech2_nosil_baker_ckpt_0.4/speech_stats.npy \
--dur-file=durations.txt \
--output-dir=dump_finetune \
--phones-dict=fastspeech2_nosil_baker_ckpt_0.4/phone_id_map.txt
--phones-dict=fastspeech2_nosil_baker_ckpt_0.4/phone_id_map.txt \
--dataset=baker \
--rootdir=~/datasets/BZNSYP/
fi

if [ ${stage} -le 1 ] && [ ${stop_stage} -ge 1 ]; then
Expand Down
1 change: 0 additions & 1 deletion examples/csmsc/voc5/finetune.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ if [ ${stage} -le 0 ] && [ ${stop_stage} -ge 0 ]; then
--dur-file=durations.txt \
--output-dir=dump_finetune \
--phones-dict=fastspeech2_nosil_baker_ckpt_0.4/phone_id_map.txt \
--speaker-dict=fastspeech2_nosil_baker_ckpt_0.4/speaker_id_map.txt \
--dataset=baker \
--rootdir=~/datasets/BZNSYP/
fi
Expand Down

0 comments on commit 76f98c6

Please sign in to comment.