Open sdsy888 opened 7 years ago
I had this issue when trying to build for pascal TitanX w/ cudnn 5.1.5. I switched to another tower w/ maxwell TitanX w/ cudnn 4.0.7 and I could build w/o problem. However I am facing #30 so not yet confirmed as the working case...
Just as a follow up, I can confirm the training proceeds fine w/ cudnn 4.0.7. I took a quick look at cudnn.h for 5.1.5 and it looks like it is easy to make it compilable by changing caffe's cudnn usage to "v3" functions in cudnn.h, though I cannot comment what could be a drawback by "just make it compilable".
@drinkingkazu Thank you for the information! I've met the memory problem on TitanBlack but nailed it on TitanX.
It seems like this MNC project has some conflict with the latest version of cudnn(5.1)? Because if I turn off the "USE_CUDNN", there won't be any error.
What version of cudnn does this MNC project use, please? Thank you!