chuckcho / video-caffe

Video-friendly caffe -- comes with the most recent version of Caffe (as of Jan 2019), a video reader, 3D(ND) pooling layer, and an example training script for C3D network and UCF-101 data
Other
175 stars 93 forks source link

How to use the model file? #102

Open TianFuKang opened 6 years ago

TianFuKang commented 6 years ago

I got the model file:"iter_2000.solverstate".

How do I use it in the program?

I hope you can guide me.

Thank you very much

mmchen88 commented 5 years ago

Same question. After training the ucf101 model, I use the method "CopyTrainedLayersFrom" to parse the caffemodel file, but it failed. There are only 2 layers saved in the caffemodel file: "data" and "conv1a". Could you tell me how to solve this problem?