提交 6ec0f912 编写于 作者: K Kexin Zhao

decrease atol

上级 446d54f5
......@@ -272,7 +272,7 @@ class TestBatchNormOpInference(OpTest):
"inference output are different at " + str(place) + ", " +
data_layout + ", " + str(np.dtype(dtype)) +
str(np.array(y_tensor)) + str(y_out),
atol=2e-2)
atol=1e-3)
def test_check_output(self):
places = [core.CPUPlace()]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册