I have a cost function of the following form as part of the computational graph:
cost = term_1 - alpha * term_2
I want to dynamically anneal the value of alpha during training but I cannot find a straightforward way to do it. Do you have any suggestions?
Thanks