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
the class 'OptimizerFactory' had a bug ,in the method 'get_optimizer':
if config.type == 'palm':
optimizer, optimizer_info = PalmOptimizerFactory.get_optimizer(
config.palm_optimizer, weight_decay_mask, prepend_to_chain
)
but the method "PalmOptimizerFactory.get_optimizer" only have two parameters:
The text was updated successfully, but these errors were encountered:
the class 'OptimizerFactory' had a bug ,in the method 'get_optimizer':
if config.type == 'palm':
optimizer, optimizer_info = PalmOptimizerFactory.get_optimizer(
config.palm_optimizer, weight_decay_mask, prepend_to_chain
)
but the method "PalmOptimizerFactory.get_optimizer" only have two parameters:
The text was updated successfully, but these errors were encountered: