You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the #4767 PR we enabled stable sort in the NMS op kernel. This can potentially resolve some of the flakiness seen in the tests can be resolved, for instance:
Unfortunately switching to stable sort is not enough to defeat the flakiness of the tests. The flakiness will be resolved by avoiding initializing the models from random weights and using noise as input. These will be addressed later in the half.
My investigation at #5573 (comment) shows that we can't remove the workarounds at the moment, so I'll close the issue as nofix.
In the #4767 PR we enabled stable sort in the NMS op kernel. This can potentially resolve some of the flakiness seen in the tests can be resolved, for instance:
vision/test/test_models.py
Lines 658 to 672 in f093d08
We should investigate if this is the case, and potentially adjust the the expected values of the tests if required.
cc @NicolasHug @pmeier @datumbox
The text was updated successfully, but these errors were encountered: