Several days ago, I reproduced the result of VPGNet and I put some frequently met installation problems here to facilitate other researchers:
Compile caffe:
If you use anaconda python, please uncomment the corresponding lines in Makefile.config (Line 55 ~ 58) and DO NOT uncomment Line 5 (# USE_CUDNN := 1) since current version of VPGNet does not use cudnn.
Run make_lmdb.sh:
If you meet problems about cudnn, please recompile caffe without cudnn. Besides, in my case, I need to write the absolute path of LMDB_train and LMDB_test in make_lmdb.sh.
Several days ago, I reproduced the result of VPGNet and I put some frequently met installation problems here to facilitate other researchers:
Compile caffe: If you use anaconda python, please uncomment the corresponding lines in Makefile.config (Line 55 ~ 58) and DO NOT uncomment Line 5 (# USE_CUDNN := 1) since current version of VPGNet does not use cudnn.
Run make_lmdb.sh: If you meet problems about cudnn, please recompile caffe without cudnn. Besides, in my case, I need to write the absolute path of LMDB_train and LMDB_test in make_lmdb.sh.
Regards, Cardwing