简体   繁体   English

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

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

First, I am not sure my computer(macbook pro) is capable of running tensor flow on GPU.首先,我不确定我的电脑(macbook pro)是否能够在 GPU 上运行张量流。 I have checked system/hardware/Graphics-Display settings.我检查了系统/硬件/图形显示设置。 You can find below related infos.您可以在下面找到相关信息。

Graphics: Intel Iris Pro 1536 MB显卡:Intel Iris Pro 1536 MB

在此处输入图片说明

So, Is it possible to run tensor flow on GPU with this computer graphics capabilities?那么,是否可以使用这种计算机图形功能在 GPU 上运行张量流?

Second question, I am using conda environment to install tensor flow.第二个问题,我正在使用 conda 环境来安装张量流。 On tensorflow installation page I could only find pip package for cpu.在 tensorflow 安装页面上,我只能找到 cpu 的 pip 包。 How could I install tensor gpu package?我怎么能安装张量 gpu 包? tensorflow installarion page tensorflow 安装页面

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

tensorflow的最新版本不具备GPU支持MAC OS,如看到这里

I havent found any way to run my application (which uses tensorflow) with gpu support in my Mac.我还没有找到任何方法来运行我的应用程序(使用 tensorflow)并在我的 Mac 中支持 GPU。 It has an "Intel Iris Ghaphics 6100" graphic card.它有一个“Intel Iris Ghaphics 6100”图形卡。 In this report ( Can I run Cuda or opencl on intel iris? ) says that only NVDIA ghaphic cards have CUDA supports, then likely I wont be able to do ..在这份报告中( 我可以在 intel iris 上运行 Cuda 或 opencl 吗? )说只有 NVDIA ghaphic 卡才支持 CUDA,那么我可能无法做到..

But I have installed tensorflow-gpu without problems following this ways: https://wangpei.ink/2019/03/29/Install-TensorFlow-GPU-by-Anaconda(conda-install-tensorflow-gpu)/但是我已经按照以下方式安装了 tensorflow-gpu 没有问题: https ://wangpei.ink/2019/03/29/Install-TensorFlow-GPU-by-Anaconda(conda-install-tensorflow-gpu) /

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM