tensorflow 存储
- 作者: 彐3991656
- 来源: 51数据库
- 2020-09-26
可以用whereis命令来查看, 命令主要存在的目录: /bin 源中安装 /sbin 源中安装 /usr/bin 源中安装 /usr/sbin 源中安装 /usr/local/bin 用户自行编译的程序,和系统无关连,可直接删除(即卸载) /usr/local/sbin /opt/someProg/bin 有时候编译安装的...
使用命令:
pip show tensorflow
即可,它将显示已经安装的tensorflow包的详细信息,我的显示结果如下:
name: tensorflow
version: 1.4.0
summary: tensorflow helps the tensors flow
home-page: https://www.tensorflow.org/
author: google inc.
author-email: opensource@google.com
license: apache 2.0
location: /usr/lib/python3.6/site-packages
requires: enum34, six, tensorflow-tensorboard, numpy, wheel, protobuf
其中version是版本号,location是tensorflow的位置。
使用命令:
pip show tensorflow
即可,它将显示已经安装的tensorflow包的详细信息,我的显示结果如下:
name: tensorflow
version: 1.4.0
summary: tensorflow helps the tensors flow
home-page: https://www.tensorflow.org/
author: google inc.
author-email: opensource@google.com
license: apache 2.0
location: /usr/lib/python3.6/site-packages
requires: enum34, six, tensorflow-tensorboard, numpy, wheel, protobuf
其中version是版本号,location是tensorflow的位置。
推荐阅读
