Purpose of `toggle_parameters`
kabouzeid opened this issue · 1 comments
kabouzeid commented
What is the purpose of toggle_parameters
here?
arctic/src/models/arctic_lstm/wrapper.py
Line 45 in 0847170
zc-alexfan commented
True means the parameters of self
are set to required gradients. False, otherwise.