Replies: 1 comment 11 replies
-
What optimizer did you use? |
Beta Was this translation helpful? Give feedback.
11 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 use the stop_gradient() to make some paramters of a network be 0, and i print it out and it proves they are all zero.
However, after some iterations, the value of parameters is changing.
Code:
Why?? is the reason that the value of parameters of model b is changing??
How do i really stop model c learn??
Thanks
Beta Was this translation helpful? Give feedback.
All reactions