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

how to get speedup on GPU using conv_mode: LOWERED_CCNMM #20

Open
MingSun-Tse opened this issue Jan 8, 2018 · 2 comments
Open

how to get speedup on GPU using conv_mode: LOWERED_CCNMM #20

MingSun-Tse opened this issue Jan 8, 2018 · 2 comments

Comments

@MingSun-Tse
Copy link

I have a alexnet caffemodel with zero-column and zero-row weights. Using conv_mode: LOWERED_CCNMM, I got speedup on CPU (like structured sparsity=75%, speedup=3.1x), but on GPU, there is no speedup at all, what should I do to get speedup on GPU? I use the build/tools/caffe time tool to evaluate inference time. Anyone know sth. about this? thx a lot !!

@wenwei202
Copy link
Owner

@MingSun-Tse you may refer to the third comment here

@MingSun-Tse
Copy link
Author

@wenwei202 Do you mean the slow-down in GPU mode is because the LOWERED_CCNMM is implemented by CPU for now? If so, could you tell me how to reimplement the GPU speedup in your paper "Learning Structured Sparsity in Deep Neural Networks". There are GPU speedup results there in Table4 with AlexNet on ILSVRC 2012. Any hints will be okay, thanks~

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