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
I tried, but actually, it does not work well. It works well on that paper's dataset but not well on my dataset. AdamW is still the best one on my dataset.
I tried, but actually, it does not work well. It works well on that paper's dataset but not well on my dataset. AdamW is still the best one on my dataset.
Google Brain releases a new optimizer, Lion (https://arxiv.org/abs/2302.06675) which shows superior performance than AdamW on a wide range of deep learning training tasks. They provide a PyTorch implementation at https://github.com/google/automl/tree/master/lion
@lucidrains also implemented a version at https://github.com/lucidrains/lion-pytorch
Could you include it in this codebase? @jettify
The text was updated successfully, but these errors were encountered: