Does modern keras3.0 support discriminative learning rate

With tensorflow addons deprecated, is there any other way of doing discriminative learning rates in keras that integrates very well with model.fit and model.compile

Hi @Atia, Apologies for the delay, and thank you for raising your concern!
You can achieve this by implementing a Custom Training Loop. Please refer to Document 1 and Document 2. Thank you!