Convolutional Neural Networks for Matlab for classification and segmentation, including Invariang Backpropagation (IBP) and Adversarial Training (AT) algorithms. Trained on GPU, require cuDNN v5.
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.
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.