Pytorch implementation of the SAGAN model.
This is as closely as I could follow the original tensorflow implementation. I started with the SNGAN implementation by t-vi and an attention implementation from valillon I found on the issues of this other SAGAN implementation for pytorch. I adapted the model to SAGAN and the attention module to the original tensorflow code. I think this is a good starting point for anyone trying to use SAGAN for something.