deep_nets_iclr04
deep_nets_iclr04 copied to clipboard
deep_nets
-
Download and process FLIC dataset
cd data/FLIC; python process.py -
Train detector:
THEANO_FLAGS=mode=FAST_RUN,device=gpu0,floatX=float32 python train_detector.py conf.xml -
Test detector:
Change the epoch_no value in conf.xml. While training, models after every epoch are written to disk. You can use any one of those.
THEANO_FLAGS=mode=FAST_RUN,device=gpu0,floatX=float32 python test_detector.py conf.xml