ethanhe42 / channel-pruning

Channel Pruning for Accelerating Very Deep Neural Networks (ICCV'17)
https://arxiv.org/abs/1707.06168
MIT License
1.07k stars 310 forks source link

tutorial question #107

Closed Androsimus closed 5 years ago

Androsimus commented 5 years ago

Hi! I'm trying to repeat results on VGG-16. I followed the tutorial of "Channel Pruning" section, but after step "Start Channel Pruning" I didn't recieve file "temp/cb_3c_3C4x_mem_bn_vgg.prototxt", which is nessesary for next step. Instead I recieved - 3C4x_mem_bn_vgg.prototxt, 3c_3C4x_me_m_bn_vgg.prototxt, bn_vgg.prototxt, mem_bn_vgg.prototxt, 3c_vgg.caffemodel, bn_vgg.caffemodel, frozen500.pickle, VH_bn_vgg.caffemodel.

What should I do to get cb_3c_3C4x_mem_bn_vgg.prototxt?

Thank you!

ethanhe42 commented 5 years ago

https://github.com/yihui-he/channel-pruning/blob/master/combine.sh

huoguangdiandian commented 4 years ago

Hi! I'm trying to repeat results on VGG-16. I followed the tutorial of "Channel Pruning" section, but after step "Start Channel Pruning" I didn't recieve file "temp/cb_3c_3C4x_mem_bn_vgg.prototxt", which is nessesary for next step. Instead I recieved - 3C4x_mem_bn_vgg.prototxt, 3c_3C4x_me_m_bn_vgg.prototxt, bn_vgg.prototxt, mem_bn_vgg.prototxt, 3c_vgg.caffemodel, bn_vgg.caffemodel, frozen500.pickle, VH_bn_vgg.caffemodel.

What should I do to get cb_3c_3C4x_mem_bn_vgg.prototxt?

Thank you!

这个3c_3C4x_mem_bn_vgg.prototxt文件里路径是怎么设置的,我运行的时候总是出现错误 image