You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.
Description
Tensor2Tensor Intro notebook giving errors while running cell 4
Environment information
Steps to reproduce:
Run the notebook with python version 3.9
Error logs:
ValueError Traceback (most recent call last)
in <cell line: 3>()
2 import sys
3 if 'google.colab' in sys.modules: # Colab-only TensorFlow version selector
----> 4 get_ipython().run_line_magic('tensorflow_version', '1.x')
5 import tensorflow as tf
6 import matplotlib.pyplot as plt
1 frames
/usr/local/lib/python3.9/dist-packages/google/colab/_tensorflow_magics.py in _tensorflow_version(line)
33
34 if line.startswith("1"):
---> 35 raise ValueError(
36 # pylint: disable=line-too-long
37 textwrap.dedent(
ValueError: Tensorflow 1 is unsupported in Colab.
Your notebook should be updated to use Tensorflow 2.
See the guide at https://www.tensorflow.org/guide/migrate#migrate-from-tensorflow-1x-to-tensorflow-2.
The text was updated successfully, but these errors were encountered: