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/01/19 06:01:06 UTC

[GitHub] gramce opened a new issue #9491: is_train in model.backward will change the bias parameter?

gramce opened a new issue #9491: is_train in model.backward will change the bias parameter?
URL: https://github.com/apache/incubator-mxnet/issues/9491
 
 
   I ran the example adversary_generation.
   Print the parameter bias before and after the  model.backward([out_grad]) and find that the value changes.
   If run model.backward([out_grad], is_train=0), the value doesn't change any more.
   is_train in model.backward will change the bias parameter?

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