nqanh / affordance-net

AffordanceNet - Multiclass Instance Segmentation Framework - ICRA 2018
Other
121 stars 54 forks source link

src/caffe/layers/cudnn_relu_layer.cu(19): error: identifier "activ_desc_" is undefined #36

Open lucasjinreal opened 5 years ago

lucasjinreal commented 5 years ago

After fix cudnn5 error, this error occured, and can not figure out why? Any suggestions?

jundeli commented 5 years ago

I come across the same error, did you solve the problem?

nqanh commented 5 years ago

The code used a quite old version of CUDA 7. You may want to setup cuda 7 or 8 to run the code. Newer cuda version is not tested.