ShaoqingRen / SPP_net

SPP_net : Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
364 stars 237 forks source link

Errors running spp_demo #48

Closed pilami closed 9 years ago

pilami commented 9 years ago

I am using the caffe version you provided : https://github.com/ShaoqingRen/caffe

I tried running spp_demo with a use_gpu = false.
I first got the error caffe('set_gpu_forbid'); saying caffe did not recognize it, so i commented it (as there was a line above it saying caffe('set_mode_cpu');. This was in the file spp_features_convX

Then it passed that point, and now gives an error : caffe('set_input_size', varargin{:}); in caffe_anysize_test and nit says cafe doesn't know that command.

Again : I am using your caffe, and I have compiled it without CUDNN but with CUDA.

Any idea on how I could approach debugging this ?

pilami commented 9 years ago

deleted everything and started from scratch and it started working