Discriminative learning rate in keras and tensorflow

Is discriminative learning rate possible in keras and tensorflow training. I could not find any material in their respective documetations on how to achieve that.

Hi @Atia, I don’t think Keras/TF support that in a built-in way. However, you can achieve this by implementing a Custom Training Loop. Kindly refer to this document1, document2. Thank you!