ChaiBapchya commented on issue #14288: [Flaky] test_operator_gpu.test_dropout URL: https://github.com/apache/incubator-mxnet/issues/14288#issuecomment-520625848 Was able to reproduce this issue. With `cudnn_off=True`, ``` check_dropout_ratio(1.0, shape) ``` Works correctly `assert output_zeroes == len(input)` is correct (both values `10000`) However, With `cudnn_off=False` i.e. with cudnn ``` check_dropout_ratio(1.0, shape) ``` Fails at the assertion because the values are output_zeroes 9999 input 10000
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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
