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

760
Views
ModuleNotFoundError: ningún módulo llamado 'tensorflow.python.keras.applications'

estoy tratando de importar

 import tensorflow.python.keras.applications

pero da el siguiente error:

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

mi versión de TensorFlow es 2.8.0 y la versión de Keras es 2.8.0

over 4 years ago · Santiago Trujillo
3 answers
Answer question

0

Intente usar import keras.applications en lugar de import tensorflow.python.keras.applications

over 4 years ago · Santiago Trujillo Report

0

mi solución fue degradar tensorflow a 2.7

!pip desinstalar tensorflow !pip instalar tensorflow==2.7

over 4 years ago · Santiago Trujillo Report

0

No es necesario degradar o desinstalar tensorflow. La resolución de este error reside en el archivo resnet_v1.py. Cambié la siguiente línea:

  • from tensorflow.python.keras.applications import resnet

para

  • from tensorflow.keras.applications import resnet

y se resolvió porque tensorflow.python está en desuso hace mucho tiempo.

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!