deephyper.nas.lr_scheduler.exponential_decay#

deephyper.nas.lr_scheduler.exponential_decay(epoch, lr)[source]#

Keep the learning rate constant for the first 10 epochs. Then, decay the learning rate exponentially.