游雁
2023-03-17 602fe75a1f0a8d64ccb6fc4d69ad510872fdfd13
rtf benchmark
1个文件已修改
4 ■■■■ 已修改文件
funasr/runtime/python/utils/test_rtf.sh 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
funasr/runtime/python/utils/test_rtf.sh
@@ -19,14 +19,14 @@
echo ${logs_outputs_dir}
if [ $stage == 0 ];then
if [ ${stage} -le 0 ];then
    python -m funasr.export.export_model --model-name ${model_name} --export-dir ${export_root} --type ${backend} --quantize ${quantize} --audio_in ${scp}
fi
if [ $stage -ge 1 ];then
if [ ${stage} -le 1 ];then
model_dir=${export_root}/${model_name}
split_scps=""