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