@chuckcho I want to load the pre-trained Sport1m model via net = caffe.Classifier(MODEL_FILE, PRETRAINED) in video-caffe. I used the prototxt file provided by you in #facebookarchive/C3D#59, but I failed to load the 3D model conv3d_deepnetA_sport1m_iter_1900000. I wonder how to modify the prototxt file if using function net = caffe.Classifier() in video-caffe?