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

question about test c3d_ucf101_finetune_whole_iter_20000 model #73

Closed hayato8059 closed 7 years ago

hayato8059 commented 7 years ago

Thank you for share this model on Google cloud disk. when i test this model, have a error: Cannot copy param 0 weights from layer 'conv1a'; shape mismatch. Source param shape is 64 3 3 3 3 (5184); target param shape is 64 3 3 3 3 (5184). To learn this layer's parameters from scratch rather than copying from a saved net, rename the layer. Source param shape the same with target param shape, but shape mismath?

nvanthuy commented 7 years ago

Same to me. I also have this problem. Have anyone tried this model successfully?

Thanks.

LongLong-Jing commented 7 years ago

When I use the Sport-1M pre-trained model, I got the same error. @hayato8059, @nvanthuy , have you solved this problem?

chuckcho commented 7 years ago

this problem should be gone with the latest model I just uploaded. closing.