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
Allows customization for how variables are updated by the optimizer.
The base optimizer simply defers to the update handler to do the
update, allowing full customization.
Can replace the existing `overwrite_with_gradient` attribute on
variables, which currently is very application-specific.
Eliminates creation of optimizer variables that have custom updaters
(including `overwrite_with_gradient`), since those variables are
never used and may be wasteful.
0 commit comments