Answers for "uninstall tensorflow colab"

0

uninstall tensorflow colab

!pip uninstall tensorflow -y
!pip install  tensorflow==1.14
Posted by: Guest on August-17-2021
0

uninstall tensorflow colab

%tensorflow_version 1.x
import tensorflow as tf
print(tf.__version__)

1.14.0
Posted by: Guest on August-17-2021

Code answers related to "uninstall tensorflow colab"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language