Hi, I get this error and it's resolved if I do: tf.keras.optimizers.
The version is:
python3 -c 'import keras; print(keras.version)' // 2.4.3
2.7.0
I get the same error for: from keras.applications import InceptionV3
But I think that solving the problem with tf.keras isn't a good idea because I'm mixing different versions which impact the training. (I get 0.0 as mAP)
Hi, I get this error and it's resolved if I do: tf.keras.optimizers. The version is: