-
Notifications
You must be signed in to change notification settings - Fork 84
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
Channel pruning SSD #13
Comments
There is the vgg16-pruning prototxt in https://github.com/yihui-he/channel-pruning, and what you need to do is to combine it with SSD. |
hi @chenzhi1992 , how do I combine the network with SSD? Do you have the time to make a short guide with the commands you run to do this? |
It mainly reduces some of the channels and does not add some layers. |
Hi again @chenzhi1992. I think you misunderstood my question. I was wondering how to perform the "combining" of VGG16-caffemodel and SSD-caffemodel. Do I need to combine both the caffemodel and prototxt, or only the prototxt? And how do I do it? |
Okay, I see what you mean. I will organize a tutorial. |
Thank you so much. I will look forward to the tutorial |
Hi @chenzhi1992, hope you had a great easter. When can a possible tutorial for channel pruning SSD be expected? |
@chenzhi1992 sorry for asking much, when can we expect an tutorial on how to perform channel pruning on SSD? |
This tutorial is not very well written. I perform channel pruning on ssd by referring to the SSD+VGG format .@tianfanzhu |
Hi again @chenzhi1992 , I just want to know which commands to run to do the channel pruning on SSD as i do not understand what scripts to run to do the pruning on the VGG part of SSD. Are you able to provide which files(i.e. prototxt and caffemodel files) and which scripts(from channel pruning repo) you ran to perform the channel pruning on SSD? |
Hello @chenzhi1992. I have still not figured out how to do channel pruning on SSD, what commands did and file did you use to do it? |
@chenzhi1992 hi, are you able to look into it? |
@chenzhi1992 Hello. Hope you are doing well. Will the tutorial be coming out anytime soon? |
hi chenzhi. I am trying to understand how to channel prune ssd, and found by googling this link: https://github.com/yihui-he/channel-pruning. I do not understand how to channel prune ssd as you have said you did in the README. Could you make a short guide on what you did to channel prune SSD? I am not sure what prototxt and caffemodel I should pass in to the script, and so on...
Thanks.
The text was updated successfully, but these errors were encountered: