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
Make betas and weight_decay Adam(W) hyperparameters configurable (#1282)
This change exposes the `betas` and `weight_decay` hyperparameters for
Adam(W) to the user by adding them to the `Optimizer` dataclass.
The default behavior will be unchanged since I used the previously
hard-coded values as the default.
0 commit comments