tensorflow / tensor2tensor

Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.
Apache License 2.0
15.6k stars 3.51k forks source link

Colab notebook breaking after TF1 support removed #1915

Open cmgchess opened 2 years ago

cmgchess commented 2 years ago

Description

The iPython notebook breaks as mentioned in the Issue title

# Error logs:
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.
Scherlac commented 1 year ago

did you find some solution on this? is there a fork that solves this?