-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
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
使用这个Forward框架进行推断的时候会有精度损失吗? #10
Comments
@dgl547437235 FLOAT 推理模式下基本无损失;而 HALF 和 INT8 的推理模式下,因数据类型原因定会存在一定的精度损失。由于最终是以 TensorRT 的推理引擎进行推理,所以详细精度损失情况,可参考 TensorRT。 |
NLP的Bert分类模型测试, |
Bert的 |
@Fan9 感谢反馈!~ |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue was closed because it has been stalled for 5 days with no activity. |
No description provided.
The text was updated successfully, but these errors were encountered: