未验证 提交 45572700 编写于 作者: Z zlsh80826 提交者: GitHub

Increase test_export_deploy_model tolerance for broadwell CPU (#42230)

上级 2562ad5a
......@@ -783,7 +783,7 @@ class TestModelFunction(unittest.TestCase):
feed={feed_target_names[0]: tensor_img},
fetch_list=fetch_targets)
np.testing.assert_allclose(
results, ori_results, rtol=1e-5, atol=1e-7)
results, ori_results, rtol=1e-5, atol=1e-6)
paddle.enable_static()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册