Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

756
Views
ModuleNotFoundError: No module named 'tensorflow.python.keras.applications'

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

over 4 years ago · Santiago Trujillo
3 answers
Answer question

0

Try using import keras.applications instead of import tensorflow.python.keras.applications

over 4 years ago · Santiago Trujillo Report

0

my solution was downgrade tensorflow to 2.7

!pip uninstall tensorflow !pip install tensorflow==2.7

over 4 years ago · Santiago Trujillo Report

0

No need to downgrade or uninstall tensorflow. The resolution of this error resides in resnet_v1.py file i changed the foll line:

  • from tensorflow.python.keras.applications import resnet

to

  • from tensorflow.keras.applications import resnet

and it got resolved because tensorflow.python is deprecated long time ago.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!