How to run TensorFlow on AMD/ATI GPU?

强颜欢笑 提交于 2019-12-06 00:15:46

I believe TensorFlow-GPU only support GPU card with CUDA Compute Capability >= 3.0 of NVIDIA.

The following TensorFlow variants are available for installation:

TensorFlow with CPU support only. If your system does not have a NVIDIA® GPU, you must install this version. This version of TensorFlow is usually easier to install, so even if you have an NVIDIA GPU, we recommend installing this version first.

TensorFlow with GPU support. TensorFlow programs usually run much faster on a GPU instead of a CPU. If you run performance-critical applications and your system has an NVIDIA® GPU that meets the prerequisites, you should install this version. See TensorFlow GPU support for details.

https://www.tensorflow.org/install/install_linux

You can use TensorflowJS, the Javascript version of tensorflow. TensorflowJS does not have any HW limitation and can run on all the gpu supporting webGL.

The api is pretty similar to tf in python and the project provides scripts to convert your models from python to JS

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!