jiaqun
jiaqun
@wenwei202 @liaocs2008 I would like to know whether the command ‘’./build/tools/caffe time -model=xx/xx.protoxtx -weights=xx/xx.caffemodel‘’ can get test time and compute speeded-up.
@liaocs2008 Thanks for your reply。I tried to use examples/cifar10_classifier.py python examples/cifar10_classifier.py models/cifar10/cifar10_full.prototxt cifar10_full_iter_200000.caffemodel. But I get the the following result and didn't get the time for each conv layer. 
@luciaL hi , I encountered the same problem. Is your problem solved?
@yihui-he hi, I would like to know whether the zero weights after finetuning update or still maintain zero value. Hope to get your reply.
@may0324 @daimagou @guozhongluo 在读取caffemodel参数时(前提是make matcaffe 已成功,且成功读取其它模型参数)使用MATLAB读取剪枝聚类后的caffemodel,出现如下错误  然后又用Python读取,也发生错误,程序与错误如下   希望能得到你们的帮助,非常感谢~
@pgadosey @may0324 hi,can you share the code that how to store the non zero weights and cluster center for reference? thanks very much
@pgadosey thanks, I found this repository that implemenets the storage of sparse matrix. https://github.com/ZhouYuSong/caffe-pruned . You can learn from it.