Dongrui

Results 2 issues of Dongrui

Notice: In order to resolve issues more efficiently, please raise issue following the template. (注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节) ## 🐛 Bug 在使用代码单独调用SANMEncoder进行debug时候发现,paraformer-zh配置文件中`SANMEncoder`的参数`sanm_shift`并不存在于SANMEncoder的代码实现中,变量涵义不明。当使用以下方法进行调试时,代码发生报错。 ### To Reproduce ```python from funasr.register import tables kwargs = {...

bug

Hello, I want to pretrain the Paraformer-large instead of fine-tuning. Since the **language is different**, I need to **reconstruct the tokenzier** and can not use the fine-tune.sh script. Based on...

question