nqanh / affordance-net

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

Regarding cudnn version and caffe installation #32

Closed Cheren15 closed 6 years ago

Cheren15 commented 6 years ago

@nqanh Hi, Do I need to install official caffe or just install your modified version, I have some compiling problem with your cudnn_tanh_layer, so I want to double check that you are using CUDA8.0 and cudnn5, not 5.1?

nqanh commented 6 years ago

You need to build and install caffe version from this repo. Any recent cuda/cudnn version should be fine. Best,

Cheren15 commented 6 years ago

Ok, Thank you for your reply, and when I am running training codes, some thing wrong as follow:

Logging output to experiments/logs/faster_rcnn_end2endVGG16.txt.2018-07-02_17-50-31

And I used sudo bash ./experiments/scripts/faster_rcnn_end2end.sh 0 VGG16 pascal_voc It still has same problem, do you have any suggestion on this?

Cheren15 commented 6 years ago

I have tried chmod the *.sh and train_net.py file, now I got a new error:

Logging output to experiments/logs/faster_rcnn_end2endVGG16.txt.2018-07-02_20-43-52

However, I could import caffe via python with command line and I am sure I have make the pycaffe.

Cheren15 commented 6 years ago

@nqanh

Cheren15 commented 6 years ago

I just fixed several problems, for the first chmod +x .sh and .py files mention in error report. and the second one is the problem of env variables setting, now I move on to the next data preparing stage, It just like what you said it should be ok for current CUDA 9.2.88. Thanks again, I will close this issue.