Coder Social home page Coder Social logo

how to solve this error ? : AttributeError: module 'keras._tf_keras.keras.layers' has no attribute 'experimental' about tensorflow HOT 9 OPEN

Rajcr2 avatar Rajcr2 commented on April 27, 2024
how to solve this error ? : AttributeError: module 'keras._tf_keras.keras.layers' has no attribute 'experimental'

from tensorflow.

Comments (9)

DineshNeupane avatar DineshNeupane commented on April 27, 2024 3

workaround is to limit the tensorflow version and comment out keras from object detection>packages>tf2>setup.py as:

 'tf-models-official >=2.5.1, <2.16.0',
    'tensorflow_io',
    #'keras',

from tensorflow.

Venkat6871 avatar Venkat6871 commented on April 27, 2024 1

Hi @Rajcr2 ,
-Sorry for the delay, Make sure you have the latest versions of TensorFlow and TensorFlow Object Detection API installed.

pip install --upgrade tensorflow
pip install --upgrade tf-models-official

-Verify the versions of TensorFlow and Keras you have installed to ensure compatibility.

import tensorflow as tf
print(tf.__version__)
print(tf.keras.__version__)

-In your script model_builder_tf2_test.py, ensure that you're importing the correct modules and classes.
-Ensure that your environment is correctly set up with the necessary libraries and dependencies. You might need to restart your environment or kernel after making changes.
Thank you!

from tensorflow.

google-ml-butler avatar google-ml-butler commented on April 27, 2024

Are you satisfied with the resolution of your issue?
Yes
No

from tensorflow.

Rajcr2 avatar Rajcr2 commented on April 27, 2024

after installing tf.nightly same issue is occuring.

from tensorflow.keras.layers.experimental import einsum
print("Done")

ModuleNotFoundError Traceback (most recent call last)
in <cell line: 1>()
----> 1 from tensorflow.keras.layers.experimental import einsum
2 print("Done")

ModuleNotFoundError: No module named 'tensorflow.keras.layers.experimental'

How to reslove this.

from tensorflow.

nishii-2 avatar nishii-2 commented on April 27, 2024

hey how do i ensure whether i'm importing the correct modules and classes in the script model_builder_tf2_test.py?

from tensorflow.

girraj96 avatar girraj96 commented on April 27, 2024

Same issue. @DineshNeupane commenting keras also not working.

from tensorflow.

nishii-2 avatar nishii-2 commented on April 27, 2024

from tensorflow.

neverexz avatar neverexz commented on April 27, 2024

try this, helped for me
pip install tensorflow==2.13.1

from tensorflow.

SuryanarayanaY avatar SuryanarayanaY commented on April 27, 2024

Hi @Rajcr2 ,

The issue seems to be a compatible issues related to TF/Keras version vs tf_models version. As Keras3 now built to support multiple backends there are some changes in design. Please provide more context and environment details like which TF/keras version,tf-models-official version etc for more details.

Please check setup.py of models repo for TF version compatibility.

from tensorflow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.