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

About local convolutional layer #16

Open jwyang opened 9 years ago

jwyang commented 9 years ago

Hi, thank you very much for sharing the project. I plan to conduct experiments on it, but i am wondering whether it supports local convolutional layer or not?

sdemyanov commented 9 years ago

Hi. The code contains their implementation, but they seem not to work properly. I could not get any improvement using them.