Yijunmaverick / GenerativeFaceCompletion

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

error with test code #9

Open vanhelsing18 opened 6 years ago

vanhelsing18 commented 6 years ago

@Yijunmaverick hello: when i make the caffe you provided,i meet a error: too few arguments to function ‘cudnnStatus, then i change the version of caffe,i use the i made already,and put the folder FaceCompletion_testing in my own caffe/matlab ,but when i run the demo_face128.m,the matlab collapsed. can you give me some suggestions。 thank you!

CastellanLiu commented 6 years ago

Hi, I met with the same question, and I commented 'USE_CUDNN := 1' of Makefile.config.

paleblackless commented 6 years ago

@Yijunmaverick Have you solve the problem?