martinkersner / train-DeepLab

Train DeepLab for Semantic Image Segmentation
MIT License
172 stars 76 forks source link

Does this support cuDNN v4? #1

Open srika91 opened 8 years ago

srika91 commented 8 years ago

I have already built caffe with cuDNN4 which I used for other projects.Now while building again with this repo i am getting the following error,

densecnn

Can i still use this repo to build with cudnn v4 and i verified cudnn v4 when I located the file libcudnn.so.4,libcudnn.so.4.0.4 and a zip file cudnn-7.0-linux-x64-v4.0-prod

martinkersner commented 8 years ago

Hi!

I don't use cuDNN, so I can't help you. But you should try to ask about modified caffe for DeepLab here.

Martin