about learning_rate
abing222 opened this issue · 1 comments
abing222 commented
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.
BIGBALLON commented
@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