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 1b1ac83 commit 8a6797eCopy full SHA for 8a6797e
_unittests/ut_torch_models/test_validate_whole_models.py
@@ -205,7 +205,7 @@ def test_l_validate_model_modelbuilder(self):
205
)
206
self.assertIsInstance(summary, dict)
207
self.assertIsInstance(data, dict)
208
- self.assertLess(summary["disc_onnx_ort_run_abs"], 1e-4)
+ self.assertLess(summary["disc_onnx_ort_run_abs"], 1e-2)
209
onnx_filename = data["onnx_filename"]
210
self.assertExists(onnx_filename)
211
0 commit comments