├── LICENSE ├── README.md ├── convert_cifar10.py ├── experiment_script_1.sh ├── experiment_script_2.sh ├── experiment_script_3.sh ├── train_cifar10.py ├── train_cifar10_server.py └── train_wikitext.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/congxie1108/iclr2020_zeno_async/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/congxie1108/iclr2020_zeno_async/HEAD/README.md -------------------------------------------------------------------------------- /convert_cifar10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/congxie1108/iclr2020_zeno_async/HEAD/convert_cifar10.py -------------------------------------------------------------------------------- /experiment_script_1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/congxie1108/iclr2020_zeno_async/HEAD/experiment_script_1.sh -------------------------------------------------------------------------------- /experiment_script_2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/congxie1108/iclr2020_zeno_async/HEAD/experiment_script_2.sh -------------------------------------------------------------------------------- /experiment_script_3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/congxie1108/iclr2020_zeno_async/HEAD/experiment_script_3.sh -------------------------------------------------------------------------------- /train_cifar10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/congxie1108/iclr2020_zeno_async/HEAD/train_cifar10.py -------------------------------------------------------------------------------- /train_cifar10_server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/congxie1108/iclr2020_zeno_async/HEAD/train_cifar10_server.py -------------------------------------------------------------------------------- /train_wikitext.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/congxie1108/iclr2020_zeno_async/HEAD/train_wikitext.py --------------------------------------------------------------------------------