📜  卸载 tensorflow colab - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:51:45.149000             🧑  作者: Mango
代码示例2
%tensorflow_version 1.x
import tensorflow as tf
print(tf.__version__)
1.14.0