Skip to content

Commit

Permalink
Merge pull request espnet#5715 from espnet/ftshijt-patch-1
Browse files Browse the repository at this point in the history
Fix tts packing with new spk embedding
  • Loading branch information
mergify[bot] authored Mar 25, 2024
2 parents eed7751 + 457cbab commit c69d48e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions egs2/TEMPLATE/tts1/tts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1130,8 +1130,8 @@ if [ -z "${download_model}" ]; then
fi
if "${use_spk_embed}"; then
for dset in "${train_set}" ${test_sets}; do
_opts+=" --option ${dumpdir}/${spk_embed_tag}/${dset}/${spk_embed_tag}.scp"
_opts+=" --option ${dumpdir}/${spk_embed_tag}/${dset}/${spk_embed_tag}.ark"
_opts+=" --option ${dumpdir}/${spk_embed_tag}/${dset}/spk_${spk_embed_tag}.scp"
_opts+=" --option ${dumpdir}/${spk_embed_tag}/${dset}/spk_${spk_embed_tag}.ark"
done
fi
if "${use_sid}"; then
Expand Down

0 comments on commit c69d48e

Please sign in to comment.