efficientnet icon indicating copy to clipboard operation
efficientnet copied to clipboard

ModuleNotFoundError: No module named 'keras_applications'

Open nizarhaider opened this issue 3 years ago • 2 comments

I can't seem to find this module

nizarhaider avatar Dec 19 '21 07:12 nizarhaider

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 tensorflow config. I suggest to close this issue.

atamazian avatar Feb 15 '22 07:02 atamazian

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

mohamedScikitLearn avatar Mar 24 '22 08:03 mohamedScikitLearn