mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
fix bug
This commit is contained in:
parent
0a4fa37891
commit
82530ddf97
@ -1,6 +1,4 @@
|
||||
|
||||
|
||||
|
||||
ckpt_dir="/nfs/beinian.lzr/workspace/GPT-4o/Exp/exp6/5m-8gpu/exp6_speech2text_linear_ddp_0609"
|
||||
ckpt_id="model.pt.ep0.90000"
|
||||
jsonl_dir="/nfs/beinian.lzr/workspace/GPT-4o/Data/Speech2Text/TestData"
|
||||
@ -9,6 +7,9 @@ mkdir -p ${out_dir}
|
||||
|
||||
device="cuda:0"
|
||||
|
||||
ckpt_id=$1
|
||||
device=$2
|
||||
|
||||
for data_set in "librispeech_test_clean_speech2text.jsonl" "librispeech_test_other_speech2text.jsonl"; do
|
||||
jsonl=${jsonl_dir}/${data_set}
|
||||
output_dir=${out_dir}/${data_set}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user