-
Notifications
You must be signed in to change notification settings - Fork 310
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
yuekaiz
committed
Dec 24, 2024
1 parent
3ba6feb
commit 03d500a
Showing
5 changed files
with
638 additions
and
165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
export PYTHONPATH=$PYTHONPATH:/home/yuekaiz/icefall_matcha | ||
#bigvganinference | ||
model_path=/home/yuekaiz/HF/F5-TTS/F5TTS_Base_bigvgan/model_1250000.pt | ||
manifest=/home/yuekaiz/HF/valle_wenetspeech4tts_demo/wenetspeech4tts.txt | ||
manifest=/home/yuekaiz/seed_tts_eval/seedtts_testset/zh/meta_head.lst | ||
# get wenetspeech4tts | ||
manifest_base_stem=$(basename $manifest) | ||
mainfest_base_stem=${manifest_base_stem%.*} | ||
output_dir=./results/f5-tts-pretrained/$mainfest_base_stem | ||
|
||
accelerate launch f5-tts/eval_infer_batch.py -s 0 -n "F5TTS_Base" -t "seedtts_test_zh" -nfe 16 | ||
|
||
pip install sherpa-onnx bigvganinference lhotse kaldialign sentencepiece | ||
accelerate launch f5-tts/infer.py --nfe 16 --model-path $model_path --manifest-file $manifest --output-dir $output_dir || exit 1 | ||
|
||
bash local/compute_wer.sh $output_dir $manifest |
Oops, something went wrong.