|
|
3 yıl önce | |
|---|---|---|
| .. | ||
| models | 3 yıl önce | |
| utils | 3 yıl önce | |
| README.md | 3 yıl önce | |
| __init__.py | 3 yıl önce | |
| export_model.py | 3 yıl önce | |
| test_onnx.py | 3 yıl önce | |
| test_torchscripts.py | 3 yıl önce | |
funasr 0.1.7
python 3.7
torch 1.11.0
modelscope 1.2.0
The installation is the same as funasr
Export model from modelscope
python -m funasr.export.export_model 'damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch' "./export" true
Export model from local path
python -m funasr.export.export_model '/mnt/workspace/damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch' "./export" true
Export model from modelscope
python -m funasr.export.export_model 'damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch' "./export" false
Export model from local path
python -m funasr.export.export_model '/mnt/workspace/damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch' "./export" false