keras-adversarial-autoencoders icon indicating copy to clipboard operation
keras-adversarial-autoencoders copied to clipboard

Experiments with Adversarial Autoencoders using Keras

Results 2 keras-adversarial-autoencoders issues
Sort by recently updated
recently updated
newest added

This fixes #1. Note: - There's still an (unrelated) error when running the file in colab `No such file or directory: 'images/mnist_0.png`. It can trivially be fixed by creating the...

![image](https://user-images.githubusercontent.com/4815944/71622507-683c4f00-2bd6-11ea-8d3e-4a25b1070210.png) Steps to reproduce: 1. Upload notebook 'Keras Adversarial Autoencoder MNIST.ipynb' to google colab 2. Make sure tf1 is used (default will soon be tf2) 3. Run all code blocks...