Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 888 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 888 Bytes

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.