This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Replies: 2 comments
-
|
@seujung, thanks for your issue. @hetong007 @zhreshold @stu1130 could you please take a look here? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@seujung read/write parameters using You can use parameters directly in forward, gluon will automatically prepare them for you. Correct forward function is: |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Note: Providing complete information in the most concise form is the best way to get help. This issue template serves as the checklist for essential information to most of the technical issues and bug reports. For non-technical issues and feature requests, feel free to present the information in what you believe is the best form.
For Q & A and discussion, please start a discussion thread at https://discuss.mxnet.io
Description
I make a custom ActNorm Function. When executing the code, it occured set_data error when using autograd.record()
Environment info (Required)
mxnet = 1.3.0
python = 3.5.2
Error Message:
Minimum reproducible example
Beta Was this translation helpful? Give feedback.
All reactions