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 18:23:29 UTC

[GitHub] sxjscience commented on issue #10328: How to manually modify the gradient using symbol?

sxjscience commented on issue #10328: How to manually modify the gradient using symbol?
URL: https://github.com/apache/incubator-mxnet/issues/10328#issuecomment-377589228
 
 
   @zjuzuhe You can do that when you construct your executor (or Module). There is a `grad_req` option in the `bind` function, e.g, here https://mxnet.incubator.apache.org/api/python/module/module.html?highlight=grad_req#mxnet.module.BaseModule.bind 

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