yiwenguo / Dynamic-Network-Surgery

Caffe implementation for dynamic network surgery.
Other
186 stars 70 forks source link

help #6

Closed LXWDL closed 7 years ago

LXWDL commented 7 years ago

I do not understand what you mean by the following sentence? “Dynamic network surgery is a very effective method for DNN pruning. To better use it with python and matlab, you may also need a classic version of the Caffe framework. ” Can you explain it in detail? Because you provide the caffe code is missing examples and matlab file, in the translation of the time there will be a lot of problems, you mean to use your caffe file to replace you below to the caffe code in the document or?

yiwenguo commented 7 years ago

Hi @LXWDL . It should be smooth to use the command line interface directly with this repo. What I wanna say is about using the Python and MATLAB interfaces. You can copy the matlab and python directories from the classic Caffe to this repo before running "make all" for enabling these two interfaces.