首页 > 技术文章 > tensorflow降低版本

shixisheng 2018-10-10 11:19 原文

tensorflow降低版本:

pip install tensorflow==1.2.0

 

查看版本:

 

import tensorflow as tf
print(tf.__version__)

 

推荐阅读