BIGBALLON/cifar-10-cnn

about learning_rate

abing222 opened this issue · 1 comments

Can the callback function pass the learning rate to the optimizer continuously during the iteration? The learning rate is already available when the optimizer is set.

@abing222 check this repo: https://github.com/BIGBALLON/HTD/tree/master/our_Net
this callback can pass the learning rate to the optimizer continuously during the iteration
https://github.com/BIGBALLON/HTD/blob/master/our_Net/our_callbacks.py