in google colab how to !pip tensorflow-gpu==1.1.0 code example
Example: colab tensorflow version change
%tensorflow_version 1.x
import tensorflow
print(tensorflow.__version__)
%tensorflow_version 1.x
import tensorflow
print(tensorflow.__version__)