#How to use Tensorflow 1 in google colab after disconinuation

3 messages · Page 1 of 1 (latest)

silent orchid
#

I am trying to train a custom object detection model but unfortunately google colab no longer supports tensorflow 1 by using %tensorflow_version 1.x

Any ideas on how to get tf1 to work in colab? I tried using !yes|pip uninstall tensorflow
!pip install tensorflow==1.15.0

but it still doesnt work because it cant find any tf1 versions with pip at least

Any help is greatly appreciated

warped plinth
#

what python version it has now?

silent orchid
#

I worked around the problem by rewriting my code to use tensorflow 2, because it seemed there was no work around