BVLC / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
34.03k stars 18.7k forks source link

use pre-trained layers #6818

Open batman-far opened 5 years ago

batman-far commented 5 years ago

I want to use the first five layers plus the RoI layer of caffenet in fast R-CNN. And then add my new neural branch to it. But I don't know how to do that.