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

About Crosssim trainning #27

Open
neryang opened this issue Nov 18, 2024 · 1 comment
Open

About Crosssim trainning #27

neryang opened this issue Nov 18, 2024 · 1 comment

Comments

@neryang
Copy link

neryang commented Nov 18, 2024

Why am I so slow to train the mnist data set with training functions, even though I've trained it with Gpu

@ptxiao
Copy link
Contributor

ptxiao commented Jan 15, 2025

What memory device settings are you training with? If you're training with device look-up tables and including device-to-device variability, then it can get quite slow because it is randomly sampling from a different conductance update lookup table for every device in the entire system. This is inherently quite complicated to model accurately and those operations are not easily accelerated with a GPU (though there should still be some speed-up).

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