Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'keras.src.engine' #44

Open
UmerElsaharty opened this issue May 7, 2024 · 4 comments
Open

ModuleNotFoundError: No module named 'keras.src.engine' #44

UmerElsaharty opened this issue May 7, 2024 · 4 comments

Comments

@UmerElsaharty
Copy link

when i am trying to import the package on kaggle an error shows up saying
" ModuleNotFoundError: No module named 'keras.src.engine' "
please could you tell me how can i solve this ?

@hannahwhyatt
Copy link

could it be the same solution as here #43 ?

@shailooz
Copy link

install the following

!pip install tfa-nightly

Issue will get solved.

@ro1406
Copy link

ro1406 commented Aug 17, 2024

Hi, i actually downgraded tf-addons to 0.22.0 ( pip install tensorflow_addons==0.22.0 ) and it worked fine. Although i am using a slightly older version of tf (2.10.1). Hope this helps :)

@QBGamer
Copy link

QBGamer commented Nov 10, 2024

Hi I using kaggle use this

!pip install keras==2.12
!pip install tensorflow==2.12
!pip install tensorflow-addons==0.21.0
!pip install vit-keras

it work for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants