如何检查计算机是否支持 运行 tensorflow gpu 以及如何安装 tensorflow gpu 版本

How to check whether computer capable to run tensorflow gpu and how to install tensorflow gpu version

首先,我不确定我的计算机 (macbook pro) 是否能够 运行在 GPU 上处理张量流。我检查了 system/hardware/Graphics-Display 设置。您可以在下面找到相关信息。

显卡:Intel Iris Pro 1536 MB

那么,是否可以 运行 具有此计算机图形功能的 GPU 上的张量流?

第二个问题,我是用conda环境安装tensor flow。在 tensorflow 安装页面上,我只能找到 cpu 的 pip 包。如何安装张量 gpu 包? tensorflow installarion page

https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.3.0-py3-none-any.whl

最新版本的 tensorflow 没有 mac os 的 gpu 支持,如 here 所示。

我还没有找到任何方法 运行 我的应用程序(使用 tensorflow)在我的 Mac 中支持 gpu。它有一个 "Intel Iris Ghaphics 6100" 显卡。 在这份报告中 (Can I run Cuda or opencl on intel iris?) 说只有 NVDIA ghaphic 卡有 CUDA 支持,那么我可能做不到..

但是我按照以下方式安装了tensorflow-gpu没有问题: https://wangpei.ink/2019/03/29/Install-TensorFlow-GPU-by-Anaconda(conda-install-tensorflow-gpu)/