You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone,
I am using GPU Titan xp, cuda 6.5, Matlab 2014a and follow the instruction on https://github.com/ShaoqingRen/faster_rcnn
I ran experiments/script_faster_rcnn_demo.m successfully.
I have been trying to train with VOC 2007 and the error came out as follows:
fast_rcnn startup done
GPU 1: free memory 12251516928
Use GPU 1
Cleared 0 solvers and 1 stand-alone nets
stage one proposal
Error using CHECK (line 4)
invalid Net handle
Error in caffe.Net (line 38)
CHECK(is_valid_handle(hNet_net), 'invalid Net handle');
Error in caffe.Solver (line 33)
self.net = caffe.Net(self.attributes.hNet_net);
Error in caffe.get_solver (line 8)
solver = caffe.Solver(pSolver);
Error in caffe.Solver (line 21)
self = caffe.get_solver(varargin{:});
Error in proposal_train (line 49)
caffe_solver = caffe.Solver(opts.solver_def_file);
Hi everyone,
I am using GPU Titan xp, cuda 6.5, Matlab 2014a and follow the instruction on https://github.com/ShaoqingRen/faster_rcnn
I ran experiments/script_faster_rcnn_demo.m successfully.
I have been trying to train with VOC 2007 and the error came out as follows:
Did anyone came across with this error or any idea to fix it?
I am new in caffe.
Thanks a lot in advance.
The text was updated successfully, but these errors were encountered: