GenerativeFaceCompletion icon indicating copy to clipboard operation
GenerativeFaceCompletion copied to clipboard

caffe.solver problem

Open xinyao123 opened this issue 6 years ago • 0 comments

@Yijunmaverick when i ran the demo.training.m for training , the matlab showed these errors,: Error in caffe.get_solver (line 7) pSolver = caffe_('get_solver', solver_file);

Error in caffe.Solver (line 22) self = caffe.get_solver(varargin{:});

Error in GFC_caffeinit (line 6) Solver_ = caffe.Solver(solver_file); % c++

Error in demo_GFC_training (line 22) [Solver_G_, Solver_G] = GFC_caffeinit(solver_file_G, save_file_G);

but i ran make matcaffe successfully, have you encountered this problem before?

xinyao123 avatar Jun 21 '18 02:06 xinyao123