I have zero experience in Tensorflow and recently started studying about NLP. Came across the Tensorflow implementation of the Transformer based on Attention is All You Need paper.
Tensor2Tensor package has a Quick Start section which has a colab link
Quick Start
This iPython notebook explains T2T and runs in your browser using a free VM from Google, no installation needed.
I wanted to run this and it gives the error
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.
Have no clue on what to change.
I'm I not supposed to run the colab but just observe the already printed results. Is there a Tensorflow 2 version which I can run and see.