Open duongkstn opened 4 years ago
For this colab https://colab.research.google.com/github/vietai/dab/blob/master/colab/Interactive_Back_Translation.ipynb, try
!pip install -U tensor2tensor==1.15.0
!pip install -U tensorflow==1.15.0
instead of
!pip install -q -U tensor2tensor
like in the original colab note. Also try to run colab with Python 3 (not python 2) It worked for me.
ImportError Traceback (most recent call last)
Try this !pip install tensorflow-datasets==3.2.1 !pip install -U tensor2tensor==1.15.0 !pip install -U tensorflow==1.15.0 in colab SentimentAnalysis+_Back_translation.ipynb
Which exactly tensorflow and tensorflow-XXX (tensor2tensor, tensorboard,.... ) version is used to run properly ? I can not run because of conflicts, so please make it clear.