Skip to content

Toy Autoencoder with multi-task learning implemented on PyTorch.

Notifications You must be signed in to change notification settings

hermanprawiro/multitask-autoencoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multitask Autoencoder

Toy Autoencoder with multi-task learning that learns to reconstruct the input and classify the correct label on MNIST dataset.

Requirements

Quick Start

Run the convolutional autoencoder using default hyper-parameters.

python main.py

Run the vanilla autoencoder using default hyper-parameters.

python main.py --vanilla

About

Toy Autoencoder with multi-task learning implemented on PyTorch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages