tensorflow降低版本

tensorflow降低版本:

pip install tensorflow==1.2.0

查看版本:

import tensorflow as tf
print(tf.__version__)
原文地址:https://www.cnblogs.com/shixisheng/p/9765329.html