I am trying to import
import tensorflow.python.keras.applications
but it gives the bellow error:
ModuleNotFoundError: No module named 'tensorflow.python.keras.applications'
my TensorFlow version is 2.8.0 and Keras version is 2.8.0
Try using import keras.applications
instead of import tensorflow.python.keras.applications
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With