This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
how to modify weight NDarray which is not writable? #7880
Unanswered
zhaoningning
asked this question in
Q&A
Replies: 2 comments
-
@piiswrong is there a way to declare inputs are mutated with custom op? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@apache/mxnet-committers: This issue has been inactive for the past 90 days. It has no label and needs triage. For general "how-to" questions, our user forum (and Chinese version) is a good place to get help. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello guys:
i'm writing a layer using mxnet CustomOp api, and in this layer,i want to modify weights data which is not writable( throw a error). Is there a way to solve this problem? Mxnet's optimizer certainly can update the weights , how does it work?
Beta Was this translation helpful? Give feedback.
All reactions