umariqb / PoseTrack-CVPR2017

164 stars 35 forks source link

Compile error #22

Open nitba opened 5 years ago

nitba commented 5 years ago

Hi @iqbalu , Itried to compile caffe to rrun your code , but I got following error, can I ask cuda and cuddn version to use your code? src/caffe/layers/cudnn_tanh_layer.cu(13): error: argument of type "cudnnActivationMode_t" is incompatible with parameter of type "cudnnActivationDescriptor_t" detected during instantiation of "void caffe::CuDNNTanHLayer<Dtype>::Forward_gpu(const std::vector<caffe::Blob<Dtype> *, std::allocator<caffe::Blob<Dtype> *>> &, const std::vector<caffe::Blob<Dtype> *, std::allocator<caffe::Blob<Dtype> *>> &) [with Dtype=float]" (43): here