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
只要模型里面有数值超过65519,就当作inf处理,造成最后推理结果错误,麻烦解决一下这个bug
The text was updated successfully, but these errors were encountered:
可以禁用整个模型的fp16推理 https://github.com/Tencent/ncnn/wiki/FAQ-ncnn-produce-wrong-result#disable-fp16
也可以针对容易溢出的层单独禁用fp16推理 https://github.com/Tencent/ncnn/wiki/layer-feat-mask#disable-fp16-for-certain-layer-to-fix-overflow
Sorry, something went wrong.
好的,谢谢了
No branches or pull requests
只要模型里面有数值超过65519,就当作inf处理,造成最后推理结果错误,麻烦解决一下这个bug
The text was updated successfully, but these errors were encountered: