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
Since colab now by default imports tensorflow 2.x, there is no need to manually specify import version as below:
# %tensorflow_version only exists in Colab. %tensorflow_version 2.x except Exception: pass
The text was updated successfully, but these errors were encountered:
get_started.ipynb
Hi @ManishAradwad—thanks for the report! Good point. It looks like the TensorFlow docs folks have removed %tensorflow_version from the main docs as well, so this change sounds good to me. Thanks for sending us a PR—I’ll take a look.
%tensorflow_version
Sorry, something went wrong.
%tensorflow_version 2.x
docs: remove %tensorflow_version 2.x directives (#3459)
6d93158
Colab now uses TensorFlow 2.x by default, so `%tensorflow_version 2.x` is no longer required. Fixes #3451.
docs: remove %tensorflow_version 2.x directives (tensorflow#3459)
7dc2d78
Colab now uses TensorFlow 2.x by default, so `%tensorflow_version 2.x` is no longer required. Fixes tensorflow#3451.
d4cd5ac
wchargin
Successfully merging a pull request may close this issue.
Since colab now by default imports tensorflow 2.x, there is no need to manually specify import version as below:
The text was updated successfully, but these errors were encountered: