Theano Xirouchaki
Theano Xirouchaki
Hi, I'm trying to do Spectral Norm for 2D and 3D convolutional layers. I found the code for a spectral normaliser in [this notebook](https://github.com/deepmind/sonnet/blob/v2/examples/little_gan_on_mnist.ipynb) but it isn't quite working for...
Hi, I am trying to write a gan with a convnet component with sonnet. This is my base Conv function (there's some extra functionality to it but I'm trying to...
Hi, First of all, thank you for this extensive, detailed guide. I have a question about how Vanilla Gradient and DeConvNet handle ReLU. You state: "DeconvNet “remembers” which of the...