This example demonstrates how to implement a deep convolutional autoencoder for image denoising, mapping noisy digits images from the MNIST dataset to clean digits images
python mnist_autoencoders.py train
python mnist_autoencoders.py run
This example demonstrates how to implement a deep convolutional autoencoder for image denoising, mapping noisy digits images from the MNIST dataset to clean digits images
python mnist_autoencoders.py train
python mnist_autoencoders.py run