简体   繁体   English

如何在Nvidia Quadro GV100上运行tensorflow-gpu?

[英]How to run tensorflow-gpu on Nvidia Quadro GV100?

I am currently working as a working student and now I have trouble installing Tensorflow-gpu on a machine using a Nvidia Quadro GV100 GPU. 我目前是在职学生,现在在使用Nvidia Quadro GV100 GPU的计算机上安装Tensorflow-gpu时遇到问题。

On the Tensorflow homepage I found out that I need to install CUDA 9.0 and Cudnn 7.x in order to run Tensorflow-gpu 1.9. 在Tensorflow主页上,我发现我需要安装CUDA 9.0和Cudnn 7.x才能运行Tensorflow-gpu 1.9。 The problem is that I can't find a suitable CUDA version supporting the GV100. 问题是我找不到支持GV100的合适CUDA版本。 Could it be that there is no CUDA version yet? 可能还没有CUDA版本吗? Is it possible that one can't use the GV100 for tensoflow-gpu? 是否有可能无法将GV100用于tensoflow-gpu?

Sorry for the stupid question, I am new to installing DL frameworks :-) 对不起这个愚蠢的问题,我是安装DL框架的新手:-)

Thank you very much for your help! 非常感谢您的帮助!

On the Tensorflow homepage I found out that I need to install CUDA 9.0 and Cudnn 7.x in order to run Tensorflow-gpu 1.9. 在Tensorflow主页上,我发现我需要安装CUDA 9.0和Cudnn 7.x才能运行Tensorflow-gpu 1.9。

That is if you want to install a pre-built Tensorflow binary distribution. 也就是说,如果您要安装预构建的Tensorflow二进制发行版。 In that case you need to use the version of CUDA which the Tensorflow binaries were built against, which in this case in CUDA 9.0 在这种情况下,您需要使用Tensorflow二进制文件所针对的CUDA版本,在这种情况下为CUDA 9.0

The problem is that I can't find a suitable CUDA version supporting the GV100 问题是我找不到支持GV100的合适CUDA版本

The CUDA 9.0 and later toolkits fully support Volta cards and that should include the Quadro GV100. CUDA 9.0和更高版本的工具包完全支持Volta卡,并且应包括Quadro GV100。 The driver which ships with CUDA 9.0 is a 384 series which won't support your GPU. CUDA 9.0附带驱动程序是384系列,不支持您的GPU。 If you are referring to a driver support issue, then the solution would be to install the recommended driver for your GPU, and only install the CUDA toolkit from the CUDA 9.0 bundle, not the toolkit and driver, which is the default. 如果您提到驱动程序支持问题,那么解决方案将是为GPU安装推荐的驱动程序,并且仅安装CUDA 9.0捆绑包中的CUDA工具包,而不是默认的工具包和驱动程序。

Otherwise you can use CUDA 9.1 or 9.2, which should have support for your GPU with their supplied drivers, but you will then need to build Tensorflow yourself from source. 否则,您可以使用CUDA 9.1或9.2,它们应使用其提供的驱动程序来支持您的GPU,但随后您将需要从源代码自己构建Tensorflow。

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

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