agents icon indicating copy to clipboard operation
agents copied to clipboard

Learning rate metric inconsistent depending on optimizer

Open b-fg opened this issue 2 years ago • 0 comments

When using the tf.compat.v1.train.AdamOptimizer I can see in the TF metrics that the learning rate is the one I set. However, when using tf.keras.optimizers.Adam the metric always displays -1. Could you please double check this? Thanks!

b-fg avatar Aug 24 '23 15:08 b-fg