This repository replicates the experiments of the paper Scaling properties of Deep Residual Networks. This research is published at ICML 2021. This is a joint collaboration between InstaDeep and the University of Oxford.
Run the following command
python scaling_run.pyIt will create experiment result folders under ./scaling/.
Run the following command
python cifar_run.pyThe CIFAR-10 code is inspired from kuangliu/pytorch-cifar.