| egs_modelscope/lm/speech_transformer_lm_zh-cn-common-vocab8404-pytorch/demo.py | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| funasr/bin/lm_inference_launch.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| funasr/tasks/lm.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
egs_modelscope/lm/speech_transformer_lm_zh-cn-common-vocab8404-pytorch/demo.py
funasr/bin/lm_inference_launch.py
@@ -3,8 +3,6 @@ # Copyright FunASR (https://github.com/alibaba-damo-academy/FunASR). All Rights Reserved. # MIT License (https://opensource.org/licenses/MIT) import argparse import logging import os funasr/tasks/lm.py
@@ -206,3 +206,4 @@ # 3. Initialize if args.init is not None: initialize(model, args.init) return model