This repository contains the PyTorch implementation of the paper Deep Networks with Stochastic Depth
python main.py --data-root /PATH/TO/CIFAR10 --data cifar10 --save /PATH/TO/SAVE \
--pL 0.5 --blocks 18
python main.py --data-root /PATH/TO/CIFAR100 --data cifar100 --save /PATH/TO/SAVE \
--pL 0.5 --blocks 18