赞
踩
1、在命令行中进入python
2、输入 import tensorflow as tf
import tensorflow as tf
3、待执行完上述语句后,输入 tf.__version__ 这是查找版本号(注意,此处version的左右各有两个下划线)
tf.__version__