-
Notifications
You must be signed in to change notification settings - Fork 6.8k
test_operator.test_dropout has fixed seed that can mask flakiness #11715
Comments
Thannks for filing this issue. We will investigate this Flaky test |
Able to reproduce the issue with seeds 111913613, 211508467, 1329041279
|
This issue is also tracked in #9816 . This test fails only for the case where ratio = 0 This seems to be an issue where the dropout operator (with ratio 0) is still dropping some values. |
On running this on CPU, the flaky error is reproducible, as mentioned in the above comments.
On running on GPU with the failure seeds for CPU : 111913613, 211508467, 1329041279, the test still does not fail.
|
@sandeep-krishnamurthy Related fix for this flaky test is merged, this issue should be good to close. |
The unit test in title have been using fixed seed to mask flakiness. Suggested action:
The text was updated successfully, but these errors were encountered: