Xlearn
Xlearn copied to clipboard
CUDNN compatibility?
I found that this repo cannot be built with CUDNN 6.0, would you mind specifying the version you using to developing the code?
.../Xlearn/caffe/include/caffe/util/cudnn.hpp(112): error: too few arguments in function call
我的用的是 CUDNN V6.0,你的可能是cudnn没配置好。
Maybe the caffe version we use is not compatible to your cudnn version. You can use the proper caffe version and copy our new developed codes to your own caffe.
@kind-hearted-Tbag 你用的是ubuntu16.04+cuda8.0+cudnn6.0的配置吗?