qubvel / efficientnet

Implementation of EfficientNet model. Keras and TensorFlow Keras.
https://arxiv.org/abs/1905.11946
Apache License 2.0
2.07k stars 472 forks source link

ModuleNotFoundError: No module named 'keras_applications' #150

Open nizarhaider opened 2 years ago

nizarhaider commented 2 years ago

I can't seem to find this module

atamazian commented 2 years ago

It means that you need to install keras_applications package ver. 1.0.7 or 1.0.8. You problem is not related to the package itself, but to your tensorflowconfig. I suggest to close this issue.

mohamedScikitLearn commented 2 years ago

!pip install keras_applications. I suggest to close this issue.