如何使用AMD Radeon R4显卡在Windows 10上安装tensorflow-gpu?

时间:2018-01-29 16:40:51

标签: tensorflow windows-10 amd cudnn

我在Windows 10上安装GPU版本的tensorflow时遇到问题。我在笔记本电脑上安装了AMD Radeon R4显卡,我正在使用pycharm IDE。

  

我想在Windows 10中运行我的代码,而不是ubuntu或任何其他操作系统。

我在我的Windows上安装了CUDA 8.0和cudnn 6以及tensorflow-gpu。一切都很好,但是当我运行我的代码时,出现了这个错误:

"Could not find 'nvcuda.dll'. TensorFlow requires that this DLL be installed in a directory that is named in your %PATH% environment variable. Typically it is installed in 'C:\Windows\System32'. If it is not present, ensure that you have a CUDA-capable GPU with the correct driver installed."

我认为这是因为我的AMD gpu。有没有办法安装tensorflow-gpu?

我访问了很多链接并尝试了很多方法而且没有结果......

感谢您的帮助!

1 个答案:

答案 0 :(得分:1)

TensorFlow的标准版本仅支持兼容CUDA的NVIDIA GPU。 TensorFlow不支持AMD Radeon GPU上的GPU加速。

使用OpenCL的TensorFlow有experimental support,您的GPU支持OpenCL。但是,这需要从源代码构建,并且尚未在Windows上进行过测试。