Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include Lion Optimizer #498

Open
Haoxiang-Wang opened this issue Feb 19, 2023 · 2 comments
Open

Include Lion Optimizer #498

Haoxiang-Wang opened this issue Feb 19, 2023 · 2 comments

Comments

@Haoxiang-Wang
Copy link

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

@zhaoguangyuan123
Copy link

zhaoguangyuan123 commented Apr 13, 2023

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.

@zhaoguangyuan123
Copy link

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.

just add a data point from a user's perspective.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants