-
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
import tensorflow as tf, tf_keras #13522
Comments
Why do you say it's incorrect1? What error do you see? What is the version of Python that you are using? What operating system? Is this the same setup as tensorflow/tensorflow#85074? As a side note, here is what I see on Linux2
This proves that the syntax is correct and both modules are properly installed Footnotes |
I am using python 3.10 |
It is importing |
This actually belongs in tensorflow/models since it refers to the documentation present in that repo, @laxmareddyp |
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. |
import tensorflow as tf, tf_keras
This is incorrect syntax.
Why use this import multiple times?
The text was updated successfully, but these errors were encountered: