ankkhedia commented on issue #6783: mx.set.seed() does not work using GPU URL: https://github.com/apache/incubator-mxnet/issues/6783#issuecomment-411554057 Hi @trtcrd It seems like the issue has been fixed in master now. The latest R binaries for GPU gave the following result print(pred_gpu[,1]) [1] 0.4898844 0.4898844 0.4898844 print(pred_cpu[,1]) [1] 0.4898147 0.4898147 0.4898147 on running your code. Closing the issue since it is not reproducible . Feel free to reopen in case closed in error. @sandeep-krishnamurthy @nswamy Could you please close the issue
---------------------------------------------------------------- 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
