Skip to content

Commit 2786e50

Browse files
committed
fix utest (PaddlePaddle#33108)
1 parent 1e5569a commit 2786e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/fluid/tests/unittests/hybrid_parallel_pp_alexnet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def test_pp_model(self):
113113

114114
print("loss: ", loss_a.numpy(), loss_b.numpy())
115115
np.testing.assert_allclose(
116-
loss_a.numpy(), loss_b.numpy(), rtol=1e-5)
116+
loss_a.numpy(), loss_b.numpy(), rtol=5e-5)
117117

118118

119119
if __name__ == "__main__":

0 commit comments

Comments
 (0)