We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
print("TensorFlow version:", tf.version) It printed TensorFlow version : 2.16.1
Now, as mentioned in the heading of readme for tensorflow==2.3.x use tensorflow_text==2.3.x I used pip install tensorflow_text==2.16.1
The code would work fine in google collab but not in actual working directory of computer
The text was updated successfully, but these errors were encountered:
If OS is Windows, it won't install
Sorry, something went wrong.
@theraghavjuneja Currently, pre-compiled packages for Windows are not available. You will need to compile it yourself.
No branches or pull requests
import tensorflow as tf
print("TensorFlow version:", tf.version)
It printed TensorFlow version
: 2.16.1
Now, as mentioned in the heading of readme for tensorflow==2.3.x use tensorflow_text==2.3.x
I used pip install tensorflow_text==2.16.1
The code would work fine in google collab but not in actual working directory of computer
The text was updated successfully, but these errors were encountered: