Skip to content
Snippets Groups Projects
Unverified Commit a180b701 authored by ZZK's avatar ZZK Committed by GitHub
Browse files

enlarge tolerance (#5689)


Co-authored-by: default avataroneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
parent 2ad7b933
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ class TestTensorDataset(flow.unittest.TestCase):
l.backward()
optimizer.step()
if epoch == num_epochs:
test_case.assertLess(l.numpy(), 0.00019)
test_case.assertLess(l.numpy(), 0.00025)
if __name__ == "__main__":
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment