You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2017/11/24 01:31:51 UTC

[GitHub] jeremiedb commented on issue #8792: Different training performance between mxnet v. 0.11.0 and v. 0.12.1

jeremiedb commented on issue #8792: Different training performance between mxnet v. 0.11.0 and v. 0.12.1
URL: https://github.com/apache/incubator-mxnet/issues/8792#issuecomment-346719088
 
 
   There's been a bug introduced for a short time in master after `mx.runif` and `mx.rnorm` used by the initializer stopped working. It has been fixed 2 weeks ago by commit #8121 by using the random generator from the ndarray api (`mx.nd.random.uniform`). Building from the current master version should work fine. 

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


With regards,
Apache Git Services