Skip to content
/ TLDA Public

TensorFlow implementation of Supervised Representation Learning: Transfer Learning with Deep Autoencoders

Notifications You must be signed in to change notification settings

LayneH/TLDA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TLDA

TensorFlow implementation of the paper Supervised Representation Learning: Transfer Learning with Deep Autoencoders.


Dependency


Setup

Run bash setup.sh in terminal to automatically download the CIFAR-100 dataset.


Usage

Enter python TLDA.py in bash for fast with default setting.

Use --cifar_path to specify the path of pretrained VGG Net. By default, the model is located under datasets/cifar-100-python directory

Use --outfile to specify file to save the result. By default, the file is "result.csv".

Use --help to acquire more information.


About

TensorFlow implementation of Supervised Representation Learning: Transfer Learning with Deep Autoencoders

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published