piyushghai commented on issue #11715: test_operator.test_dropout has fixed seed that can mask flakiness URL: https://github.com/apache/incubator-mxnet/issues/11715#issuecomment-409328068 This issue is also tracked in #9816 . This test fails only for the case where ratio = 0 On checking, `exe.outputs[0].asnumpy().min()` gives the value 0, while `min_value` is 1. This seems to be an issue where the dropout operator (with ratio 0) is still dropping some values.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
