chenjie / PyTorch-CIFAR-10-autoencoder
This is a reimplementation of the blog post "Building Autoencoders in Keras". Instead of using MNIST, this project uses CIFAR10.
☆70Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for PyTorch-CIFAR-10-autoencoder
- A look at some simple autoencoders for the Cifar10 dataset, including a denoising autoencoder. Python code included.☆63Updated 6 years ago
- This is an implementation of the VAE (Variational Autoencoder) for Cifar10☆64Updated 2 years ago
- Creating and defending against adversarial examples☆42Updated 5 years ago
- Pretrained GANs + VAEs + classifiers for MNIST/CIFAR in pytorch.