ptrendx commented on issue #9816: Dropout may mask values even when ratio=0.0
URL: 
https://github.com/apache/incubator-mxnet/issues/9816#issuecomment-454953107
 
 
   Unfortunately the issue with dropout operator is not fully solved - when 
using seed 579061237 on the GPU, rng produces 0 for one of the outputs in 
ratio=1.0 case, which, because of the usage of <=, ends up being `inf` instead 
of `nan`. Issue encountered in CI for my unrelated PR (and I tested it without 
the PR, it is reproducible): 
http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Funix-gpu/detail/PR-13890/2/pipeline
   
   @samskalicky 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to