未验证 提交 1bb73c65 编写于 作者: S ShenLiang 提交者: GitHub

fix utest (#33108)

上级 dbc08d69
......@@ -113,7 +113,7 @@ class TestDistPPTraning(unittest.TestCase):
print("loss: ", loss_a.numpy(), loss_b.numpy())
np.testing.assert_allclose(
loss_a.numpy(), loss_b.numpy(), rtol=1e-5)
loss_a.numpy(), loss_b.numpy(), rtol=5e-5)
if __name__ == "__main__":
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册