I cannot seem to get the value of learning rate. What I get is below.
I've tried the model for 200 epochs and want to see/change the learning rate. Is this not the correct way?
>>> print(ig_cnn_model.optimizer.lr)
<tf.Variable 'lr_6:0' shape=() dtype=float32_ref>