-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Setting seeds for test_batched_nms_implementations #4766
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
Conversation
💊 CI failures summary and remediationsAs of commit 16ffae3 (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Now we know this is due to the unstable sort. We actually get duplicate scores:
Changing to stable sort might help but we had been facing issues while trying to do it: #4491 Might worth putting more time on it. |
Summary: * adding multiweight support for deeplabv3 prototype models * adding default values for optional params * fixing bug * addressing PR comment * fixing seed in test_batched_nms_implementations * change seeds in test_batched_nms_implementations * change seeds in test_batched_nms_implementations Reviewed By: datumbox Differential Revision: D32064711 fbshipit-source-id: f88cac21cb8a906237a9ef26bb53acca047dcace
* adding multiweight support for deeplabv3 prototype models * adding default values for optional params * fixing bug * addressing PR comment * fixing seed in test_batched_nms_implementations * change seeds in test_batched_nms_implementations * change seeds in test_batched_nms_implementations
Fixes #4506
Checked locally 10k seeds and observed 6 fails: 1759, 3698, 3813, 4417, 8600, 8969
I am fixing the seed to avoid failures in the future despite they are seemingly rare.
cc @pmeier