Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (14 loc) · 638 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 638 Bytes

Environment Setup

If the environment clpy38 is not created already, create environment using anaconda

conda env create -f ../environment.yml

Otherwise, run the following line to activate the environment

conda activate clpy38

Training autoencoder

Following is an example command to train the autoencoder on CIFAR 100 on 2 GPUS

CUDA_VISIBLE_DEVICES=0,1 python autoenc_incr_main.py --outfile=results/autoenc_100cls_single.csv --lexp_len=500 --img_size=32 --total_classes=100 --num_iters=100 --num_epoch=250 --num_classes=1