taimir / infogan-keras

Implementation of InfoGAN in keras
MIT License
1 stars 2 forks source link

All aspects working in this version #5

Closed taimir closed 7 years ago

taimir commented 7 years ago

Fixed issues with the gradients of the encoder model, mostly connected to the std deviation of the assumed posterior gaussians.

Also added nice grid visualizations of the images to tensorboard; fixed a small bug where the very last layer of the encoder was not the same for real and fake data.