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

Question about Lion #1198

Open
kellenf opened this issue Jul 28, 2023 · 1 comment
Open

Question about Lion #1198

kellenf opened this issue Jul 28, 2023 · 1 comment

Comments

@kellenf
Copy link

kellenf commented Jul 28, 2023

Thank your for your paper and work, but I meet some wired problem in training. Can you help me?
image
It's my training process curve. Notice Lion will increase loss sometimes but decease later. It seems not stability? Can you give me some advises how to tune Lion's parameters?
Below is my setting:
Batchsize = 8, GPU = 64 A100, with syncBN
Network: PointPillars
Optimizer setting:
image

@xiangning-chen
Copy link
Contributor

Thanks for the data point. Can you please tell us your baseline settings? Like which optimizer, which learning rate and weight decay?

I think for instability problem, you can either reduce the learning rate a little bit or try to lower the beta2, for example, we used (0.95, 0.98) in our llm training.

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