Skip to content

Commit

Permalink
fix link_wav.py path, test=tts
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryuhoo committed Jan 11, 2022
1 parent fb238d8 commit 75c2bd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/csmsc/voc3/finetune.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [ ${stage} -le 0 ] && [ ${stop_stage} -ge 0 ]; then
fi

if [ ${stage} -le 1 ] && [ ${stop_stage} -ge 1 ]; then
python3 link_wav.py \
python3 ${MAIN_ROOT}/utils/link_wav.py \
--old-dump-dir=dump \
--dump-dir=dump_finetune
fi
Expand Down
2 changes: 1 addition & 1 deletion examples/csmsc/voc5/finetune.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [ ${stage} -le 0 ] && [ ${stop_stage} -ge 0 ]; then
fi

if [ ${stage} -le 1 ] && [ ${stop_stage} -ge 1 ]; then
python3 link_wav.py \
python3 ${MAIN_ROOT}/utils/link_wav.py \
--old-dump-dir=dump \
--dump-dir=dump_finetune
fi
Expand Down

0 comments on commit 75c2bd5

Please sign in to comment.