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 2018/08/20 22:51:06 UTC

[GitHub] sandeep-krishnamurthy commented on issue #9410: Training with the same parameters and seed gets significantly different results

sandeep-krishnamurthy commented on issue #9410: Training with the same parameters and seed gets significantly different results
URL: https://github.com/apache/incubator-mxnet/issues/9410#issuecomment-414489047
 
 
   I see that weights initialized are different for each run. To reproduce running below initialization and viewing the weights yields different weights. 
   
   Taking a look.
   
   ```
   net.collect_params().initialize(mx.init.Xavier(magnitude=_xavier_magnitude), ctx=_ctx_list, force_reinit=True)
   
   net.collect_params()['resnetv21_conv0_weight'].data()
   ```
   

----------------------------------------------------------------
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