You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
For training the model
python mnist_autoencoders.py train
Run and test the output
python mnist_autoencoders.py run
Output
About
Deep convolutional autoencoder for image denoising