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 c608a7c commit 42d01f3Copy full SHA for 42d01f3
test/test_models.py
@@ -195,7 +195,6 @@ def compute_mean_std(tensor):
195
# only the best way to assert results but also handles the cases
196
# where we need to create a new expected result.
197
self.assertExpected(output, name, prec=prec)
198
- raise AssertionError
199
except AssertionError:
200
# Unfortunately detection models are flaky due to the unstable sort
201
# in NMS. If matching across all outputs fails, use the same approach
0 commit comments