Yijunmaverick / GenerativeFaceCompletion

The source code of CVPR17 'Generative Face Completion'.
Other
318 stars 95 forks source link

Matlab problem #5

Open zoewy opened 7 years ago

zoewy commented 7 years ago

I use matlab2015b. When I run ./matlab/FaceCompletion_training/demo_GFCtraining.m, it shows caffer error(undefined caffe or caffe.Solver). I find the error word is 'Solver = caffe.Solver(solver_file)' in GFC_caffeinit.m. Have you meet this problem, and do you know how to solve it? Thanks.

Yijunmaverick commented 7 years ago

@zoewy Thanks for your interests about our work.

Would you give more details about the error? My guess is that you do not compile matcaffe successfully.

zoewy commented 7 years ago

@Yijunmaverick Thank you for helping me. I run make matcaffe successfully. then I run mattest, it asks me to restart or exit matlab ,which no matter what I choice is error. At last I find matlab cannot run cpp's fuctinon. I do not how to solve it. Because,I run make mattest successfully in other caffer files.

Yijunmaverick commented 7 years ago

@zoewy looks weird. Sorry, I cannot comment too much. Previously I only meet the sudden exit issue of Matlab because of "out of memory".

xinyao123 commented 6 years ago

@zoewy hi.i met the same question , always caffe.solver something, have you solved it?