-
Notifications
You must be signed in to change notification settings - Fork 330
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
SparseConnection support #703
base: master
Are you sure you want to change the base?
Conversation
@C-Earl what do you think? |
Seems like a reasonable start. One thing that might be worth testing is running a model with a profiler and seeing how expensive |
Unfortunately, for now pytorch support only addition of the following types of tensors :
I decided to use #2
I run profiler on my desktop(I don't have nvidia). Screenshot is attached. |
Great, thanks for the data! In the future we should test some comparisons between sparse and non-sparse models as well. It'd be interesting to see how much performance increase we get with this new format. |
No description provided.