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
{{ message }}
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: