-
Notifications
You must be signed in to change notification settings - Fork 45.7k
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 'tf_keras' #11108
Comments
I also ran into this issue and it appears it was introduced last week. Not sure if it's a bug or just a version issue as you said. One way I got around it was to clone the models repo and checkout the commit right before that code was committed. In my case I did: |
This issue has been marked stale because it has no recent activity since 7 days. It will be closed if no further activity occurs. Thank you. |
Facing the same issue today, while installing Tensorflow from Jupyter notebook. Please help with a solution |
Hi @kunal7biz, Please try to install tf_keras and you should be able to run without error.
|
I was able to get it run using !git checkout 560446a after cloning the model as mentioned by oldolph |
This issue has been marked stale because it has no recent activity since 7 days. It will be closed if no further activity occurs. Thank you. |
This issue was closed due to lack of activity after being marked stale for past 7 days. |
I'm using |
this helped me , thankyou |
As of today, the issue does not seem to be solved. Is a bug fix planned or not? |
Prerequisites
Please answer the following questions for yourself before submitting an issue.
1. The entire URL of the file you are using
https://github.com/tensorflow/models/tree/master/official/...
2. Describe the bug
Hi,
I must be doing something wrong, but trying to run the "official" tutorial on object detection from: https://www.tensorflow.org/tfmodels/vision/object_detection I get the error:
ModuleNotFoundError: No module named 'tf_keras'
3. Steps to reproduce
Run https://colab.research.google.com/github/tensorflow/models/blob/master/docs/vision/object_detection.ipynb#scrollTo=x_8cmB82Y65O
4. Expected behavior
The erorr ModuleNotFoundError: No module named 'tf_keras' should appear at each line " import tensorflow as tf, tf_keras"
5. Additional context
I guess this is a version issue but not sure how to solve it quickly.
6. System information
Colab
The text was updated successfully, but these errors were encountered: