-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TestFilterDetections test_mini_batch fails sometimes on some TensorFlow versions #155
Comments
I think this is caused by #218. However, when |
It looks like the successful tests were just lucky, the PR build had failures for 1.11 and 1.12 on both 2.7 and 3.5. All tests passed for python 3.7, but perhaps that is just lucky. |
This issue is NOT related to TensorFlow 1.12 failure:
TensorFlow 1.11 failure:
|
On both TensorFlow version
1.11.0
and1.12.0
the FilterDetections test casetest_mini_batch
will fail most of the time inside TravisCI. It will pass eventually if re-run enough.On TensorFlow version
1.11.0
, sometimes the test fails itsself.assertAllEqual(actual_scores, expected_scores)
test due to a correctness problem (the wrong entry is supprussed).On TensorFlow version
1.12.0
sometimes the tests fails itsself.assertAllEqual(actual_scores, expected_scores)
test due to a NonMaxSuppression shape issue.The text was updated successfully, but these errors were encountered: