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
[From AlexC in GC]
The reference implementation uses a value of 10 for this parameter. However the implementation in GC-Optimum passes None, with no possibility for the user to set this parameter
create training command line option --max-weight-norm it can default to None for backwards compatibility
in IPUTrainer.create_optimizer pass this argument to LAMB optimizer as part of optimizer_kwargs
The text was updated successfully, but these errors were encountered:
[From AlexC in GC]
The reference implementation uses a value of 10 for this parameter. However the implementation in GC-Optimum passes
None
, with no possibility for the user to set this parameter--max-weight-norm
it can default toNone
for backwards compatibilityIPUTrainer.create_optimizer
pass this argument to LAMB optimizer as part ofoptimizer_kwargs
The text was updated successfully, but these errors were encountered: