You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice: In order to resolve issues more efficiently, please raise issue following the template.
(注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节)
比如:
🐛 Bug
To Reproduce
Steps to reproduce the behavior (always include the command you ran):
model = AutoModel(model="iic/speech_seaco_paraformer_large_asr_nat-zh-cn-16k-common-vocab8404-pytorch")
res = model.export(output_dir="/data/ModelTraing/FunASR/onnx_debug/", quantize=True)
See error torch.onnx.export导出,提示需要传入bias embed typeerror: contextualembedderexport.forward() takes 2 positional arguments but 7 were given
The text was updated successfully, but these errors were encountered:
Notice: In order to resolve issues more efficiently, please raise issue following the template.
(注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节)
比如:
🐛 Bug
To Reproduce
Steps to reproduce the behavior (always include the command you ran):
torch.onnx.export导出,提示需要传入bias embed
typeerror: contextualembedderexport.forward() takes 2 positional arguments but 7 were given
The text was updated successfully, but these errors were encountered: