环境安装:
python==3.8.10
torch==2.0.1
funasr==1.0.18
modelscope==1.13.2
使用模型:
[[https://www.modelscope.cn/models/damo/speech_seaco_paraformer_large_asr_nat-zh-cn-16k-common-vocab8404-pytorch/summary]]
参考示例:
[[https://github.com/alibaba-damo-academy/FunASR/blob/5e7eb6f160c48861cbcd39825a0cb98f98538772/examples/industrial_data_pretraining/seaco_paraformer/finetune.sh]]
代码修改将GPU卡设置成4卡
export CUDA_VISIBLE_DEVICES="0,1,2,3"
完整错误:
modelscope-funasr跑到1106step就卡住不动了,4个GPU利用率均为100%,怎么解决?