Fast Benchmarking of Accuracy vs. Training Time with Cyclic Learning Rates
2022-06-02Code Available0· sign in to hype
Jacob Portes, Davis Blalock, Cory Stephenson, Jonathan Frankle
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/jacobfulano/cyclic-learning-rate-schedulesOfficialIn paperpytorch★ 0
Abstract
Benchmarking the tradeoff between neural network accuracy and training time is computationally expensive. Here we show how a multiplicative cyclic learning rate schedule can be used to construct a tradeoff curve in a single training run. We generate cyclic tradeoff curves for combinations of training methods such as Blurpool, Channels Last, Label Smoothing and MixUp, and highlight how these cyclic tradeoff curves can be used to evaluate the effects of algorithmic choices on network training efficiency.