zachgk commented on issue #15662: cudnn Dropout reproducibility URL: https://github.com/apache/incubator-mxnet/issues/15662#issuecomment-515275803 I did a quick recursive grep and found several other usages of the rand function. Here is the full list I found (some of these may be correct): - https://github.com/apache/incubator-mxnet/blob/master/src/operator/nn/dropout-inl.h#L95 - https://github.com/apache/incubator-mxnet/blob/master/src/operator/nn/dropout-inl.h#L491 - https://github.com/apache/incubator-mxnet/blob/master/src/operator/random/sampler.h#L110 - https://github.com/apache/incubator-mxnet/blob/master/src/operator/rnn-inl.h#L1551 - https://github.com/apache/incubator-mxnet/blob/master/src/operator/rnn_impl.h#L159 - https://github.com/apache/incubator-mxnet/blob/master/src/operator/rnn_impl.h#L1004 - https://github.com/apache/incubator-mxnet/blob/master/src/operator/rnn_impl.h#L1891
---------------------------------------------------------------- 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
