Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Building a super resolution Autoencoder (SRAE) on the well known fashion mnist dataset.

License

Notifications You must be signed in to change notification settings

leonrenn/SRAE_FASHION_MNIST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SRAE_FASHION_MNIST

Building a super resolution Autoencoder (SRAE) on the well known fashion mnist dataset.

Explanation of the Notebook

The AutoEncoder in the Pytorch lightning framework is used to denoise images from the mnist dataset.

Go ahead an improve it yourself