All-Conv-Keras
All-Conv-Keras copied to clipboard
All Convolutional Network: (https://arxiv.org/abs/1412.6806#) implementation in Keras
The ``MaxPooling2D`` layers perform similar nonlinearity as ``ReLu`` so there is no need for activation function. By replacing them with strided ``Conv2D`` we lose the nonlinearity effect and should add...
Tensorflow requires shape to be `32, 32, 3`.
hi vibrantabhi19 : Thank you for sharing your code! That's very helpful for me to understand All-CNN. In addition, I've trained it last with your model night with 350 epochs,...
Thanks for the code. Without trying to look for reasons, it seems to fail for newer tensorflow/keras versions - though that could also be specific to my setup. Anyway, I...
hi vibrantabhi19 : I think your article is great, so I try to execute the code you've provided. But I encountered some errors when I executed the code. The last...