szha commented on issue #18944: URL: https://github.com/apache/incubator-mxnet/issues/18944#issuecomment-683466670
The mx.autograd version doesn't seem to have the same problem since the following works. ``` import mxnet as mx mx.autograd.mark_variables(variables=mx.nd.ones((2)), gradients=mx.nd.ones((1))) ``` I'm removing the contrib.autograd module in #19046 in master. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
