小编Rah*_*ena的帖子

如何查找我的 Windows 系统中安装了哪个 TensorFlow?无论是 CPU 还是 GPU TensorFlow

我在Anaconda 命令提示符下尝试了以下命令,

pip show tensorflow 
Run Code Online (Sandbox Code Playgroud)

这给了我结果,

Name: tensorflow
Version: 1.10.0
Summary: TensorFlow is an open source machine learning framework for everyone.
Home-page: https://www.tensorflow.org/
Author: Google Inc.
Author-email: opensource@google.com
License: Apache 2.0
Location: d:\softwares\pycond\envs\tensorflow2\lib\site-packages
Requires: termcolor, absl-py, grpcio, tensorboard, wheel, protobuf, gast, six, numpy, setuptools, astor
Run Code Online (Sandbox Code Playgroud)

我想知道安装的 TensorFlow 是支持 CPU 还是支持 GPU。我怎样才能得到这些信息?

python prompt anaconda tensorflow

7
推荐指数
1
解决办法
1万
查看次数

标签 统计

anaconda ×1

prompt ×1

python ×1

tensorflow ×1