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
Unlike the rest of the optimizers API, in LAMB the name of the argument for weight_decay is weight_decay_rate
In my experiments where I try various different optimizers, this makes me add a special condition for LAMB because of this different name of the argument.
Describe the bug
Unlike the rest of the optimizers API, in LAMB the name of the argument for
weight_decay
isweight_decay_rate
In my experiments where I try various different optimizers, this makes me add a special condition for LAMB because of this different name of the argument.
Code to reproduce the issue
addons/tensorflow_addons/optimizers/lamb.py
Line 44 in 8cec33f
The text was updated successfully, but these errors were encountered: