We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2023.05-17版输出正常:
encoder_out --> w:384,h:8,c:1
2023.07-master输出异常
encoder_out --> w:384,h:384,c:1 // 此处h异常
纯cpu推理,windows amd64和mac m2均可复现
windows amd64
mac m2
在文件https://github.com/k2-fsa/sherpa-ncnn/blob/master/sherpa-ncnn/csrc/zipformer-model.cc第123行添加 printf("encoder_out --> w:%d,h:%d,c:%d\n",encoder_out.w,encoder_out.h,encoder_out.c);
printf("encoder_out --> w:%d,h:%d,c:%d\n",encoder_out.w,encoder_out.h,encoder_out.c);
The text was updated successfully, but these errors were encountered:
confirmed since 9022b71
Sorry, something went wrong.
这里 k2-fsa/sherpa-ncnn#252 提供了修改方法
感谢nihui 😸 , 实测修改encoder后有效。
#4930 兼容性回归!
No branches or pull requests
error log | 日志或报错信息 | ログ
2023.05-17版输出正常:
2023.07-master输出异常
context | 编译/运行环境 | バックグラウンド
纯cpu推理,
windows amd64
和mac m2
均可复现how to reproduce | 复现步骤 | 再現方法
在文件https://github.com/k2-fsa/sherpa-ncnn/blob/master/sherpa-ncnn/csrc/zipformer-model.cc第123行添加
printf("encoder_out --> w:%d,h:%d,c:%d\n",encoder_out.w,encoder_out.h,encoder_out.c);
The text was updated successfully, but these errors were encountered: