NVIDIA / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
672 stars 263 forks source link

ERROR: Detected NVIDIA Tesla K80 GPU, which is not supported by this container #525

Closed rotorliu closed 6 years ago

rotorliu commented 6 years ago

Hi, I'm trying to run Nvidia Caffe 18.07-py2 using the container from NGC on a server with Tesla K80 GPU, but without success.

This is the error I get in the console:

ERROR: Detected NVIDIA Tesla K80 GPU, which is not supported by this container ERROR: No NVIDIA supported GPU(s) detected to run this container

Which GPUs are supported for Nvidia Caffe 18.07 ?

Thanks

rotorliu commented 6 years ago

GeForce GTX 970 is OK

cliffwoolley commented 6 years ago

@rotorliu Thanks for inquiring. NGC containers are officially supported via the NVIDIA Devtalk forums; this issue board is for the NVIDIA Caffe project as you might build from source yourself, as opposed to the one we build for you on NGC.

That said, NGC DL Framework containers are presently built for Pascal and Volta GPUs per the NGC FAQ, which says:

What are the supported platforms for the deep learning containers? The GPU-accelerated deep learning containers are tuned, tested, and certified by NVIDIA to run on NVIDIA TITAN V, TITAN Xp, TITAN X (Pascal), NVIDIA Quadro GV100, GP100 and P6000, NVIDIA DGX Systems​, and on supported NVIDIA GPUs on Amazon EC2, Google Cloud Platform, and Oracle Cloud Infrastructure.

The error message you are seeing is letting you know up front that support for Kepler GPUs was not included in those builds. If you'd like, you can build it yourself from the source code in this repository.

Hope this helps, Cliff