We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb4ee8 commit 9d9ed62Copy full SHA for 9d9ed62
_unittests/ut_helpers/test_doc_helper.py
@@ -56,7 +56,7 @@ def test_custom_doc_kernels_layer_normalization(self):
56
)
57
expected = torch_sess.run(None, feeds)
58
got = torch_sess_custom.run(None, feeds)
59
- self.assertEqualAny(expected, got, atol=1e-3)
+ self.assertEqualAny(expected, got, atol=2e-3)
60
61
def test_custom_doc_kernels_matmul(self):
62
model = oh.make_model(
0 commit comments