79544238

Date: 2025-03-30 06:18:24
Score: 1
Natty:
Report link

Faced the same problem. Used:

optimizer=tf.keras.optimizers.Adam()

in place of:

optimizer = tf.train.AdamOptimizer()

inside the compile object

(my tf version is 2.11.0. This method works both for Tf-cpu & Tf-gpu)

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Supratim Basu