Theano Xirouchaki
Results
2
issues of
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...