Skip to content

Latest commit

 

History

35 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

building-autoencoders-in-Pytorch

This is a reimplementation of the blog post "Building Autoencoders in Keras". Instead of using MNIST, this project uses CIFAR10.

Current Results (Trained on Tesla K80 using Google Colab)

First attempt: (BCEloss=~0.57)
decode

Best Predictions so far: (BCEloss=~0.555)
decode decode

Targets:
target target

Previous Results (Trained on GTX1070)

First attempt: (Too much MaxPooling and UpSampling)
decode

Second attempt: (Model architecture is not efficient)
decode

Targets:
decode

License

MIT

About

This is a reimplementation of the blog post "Building Autoencoders in Keras". Instead of using MNIST, this project uses CIFAR10.

Resources

Stars

74 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages