安装TensorFlow2.0

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/m0_37222746/article/details/88971805

一般我们电脑没有独显,所以用pip install tensorflow==2.0.0-alpha0

 

查看安装的版本:

查看tensorflow版本,可以在终端输入查询命令如下:

python

import tensorflow as tf

tf.__version__

查询tensorflow安装路径为:

tf.__path__

猜你喜欢

转载自blog.csdn.net/m0_37222746/article/details/88971805