sdemyanov / ConvNet

Convolutional Neural Networks for Matlab for classification and segmentation, including Invariang Backpropagation (IBP) and Adversarial Training (AT) algorithms. Trained on GPU, require cuDNN v5.
240 stars 141 forks source link

Compilation problem #28

Open AlaaSulaiman opened 8 years ago

AlaaSulaiman commented 8 years ago

Hi,

Firstly, thank you for making your package available for us. In fact, I'm working on developing iris recognition system based on CNN and trying to use your package for this purpose. However, I have problem with compiling GPU version with script compile.m. I followed the same instructions that you explained in (COMPILATION FOR WINDOWS) section and I am getting the error:

(Error in compile (line 111) mex(mexfile, ['"' cudafiles '"'], ['"' cppfiles '"'], ... No supported compiler or SDK was found.).

Please, can you help me to sort this problem out. Your help in this regard is highly appreciated.