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

advice on how to reduce compile times? #24

Open
GallagherCommaJack opened this issue Jul 11, 2023 · 0 comments
Open

advice on how to reduce compile times? #24

GallagherCommaJack opened this issue Jul 11, 2023 · 0 comments

Comments

@GallagherCommaJack
Copy link

right now I have to wrap shampoo in optax.flatten or the tracing time on init is crazy long (284s in one case) and I don't know the compile time because I didn't wait long enough, but it's at least 10 minutes.

but wrapping in optax.flatten will reshard the entire parameter array every step, which is often going to be quite slow.

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

1 participant