A Pytorch implementation for the Kervolutional AKA Kernel Convolutional Layer from Kervolutional Neural Networks [paper]. It is doing something very similar to Network in Network but using kernels to add the non-linearity instead.
pip install <pytorch-latest.whl url>
To use this layer:
from layer import KernelConv2d, GaussianKernel, PolynomialKernel