Closed yaircarmon closed 5 years ago
Thanks for proposing this.
Yes, the previous adjust_learning_rate function will only decay once. I fixed the bug in train_trades_cifar10.py
and train_trades_mnist.py
.
Also, note that this will not affect the performance of our model, as we use early stopping after the first learning rate decay.
There seems to be a bug in the adjust_learning_rate function in train_trades_cifar10.py; it only decreases the learning rate once at epoch 75 (the code in the elif clauses is never reached).