You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add a simple function on utils, which receives the optimizer name, the model parameters, and its arguments.
This function will create the optimizer and return it.
(if testing multiples optimizers, it's not required to change the code to change an optimizer. you can, for example, use an argument named "optim" and just pass this argument to the function)
add a simple function on utils, which receives the optimizer name, the model parameters, and its arguments.
This function will create the optimizer and return it.
(if testing multiples optimizers, it's not required to change the code to change an optimizer. you can, for example, use an argument named "optim" and just pass this argument to the function)