pip uninstall tensorflow
pip install tensorflow==1.6.0 //目标版本号
测试版本,进入Python环境
输入代码:
import tensorflow as tf
tf.__version__
pip uninstall tensorflow
pip install tensorflow==1.6.0 //目标版本号
测试版本,进入Python环境
输入代码:
import tensorflow as tf
tf.__version__