This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Cannot change grad_req in imported model #13349
Unanswered
dmas-at-wiris
asked this question in
Q&A
Replies: 2 comments
-
|
@mxnet-label-bot add [Question] |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi @dmas-at-wiris . Is it still an issue? Could you provide your minimal reproducible example? |
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.
-
I’m trying to load a pretrained model and fine tune it. Given that I’m using batch accumulation I need to change grad_req to ‘add’. However, when i do this it crashes with the following error:
This issue is also found here, however no solution was provided.
Beta Was this translation helpful? Give feedback.
All reactions