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/03/30 01:48:57 UTC

[GitHub] zjuzuhe opened a new issue #10328: How to manually modify the gradient using symbol?

zjuzuhe opened a new issue #10328: How to manually modify the gradient using symbol?
URL: https://github.com/apache/incubator-mxnet/issues/10328
 
 
   When using gluon,I can set grad_req = 'add' and use net.collect_params().zero_grad() to clear the gradient.I want to do the same thing by using mxnet.symbol. What should I do to set the grad_req and manually clear the gradient?Anyone help?

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