Learning rate schedule

Hey guys , l am trying to add a learning rate schedule to my image classifier model and l am not sure where to add it will you please assist.

It is pretty simple:
Everywhere you can set a learning rate, it also accepts a schedule instead. Usually that will be in the constructor of your Optimizer.