How to downgrade to tensorflow-gpu version 1.12 in google colab
问题 I am running a GAN which is compatible only with a older version of tensorflow GPU so I need to downgrade tensorflow gpu from 1.15 in google colab to 1.12. I tried using following commands which has been suggested in this thread. %tensorflow_version 1.x import tensorflow as tf print(tf.__version__) !nvcc --version After the magic and the version check (which I get tensorflow version == 1.15.2 for now) I install below. After installation of tensorflow ==1.12.2 I restart the runtime as they