
NT6.X FAST INSTALLER FOR WINDOWS 10 DRIVER
Warning! The 331.* CUDA driver series has a critical performance issue: do not use it.įor best performance, Caffe can be accelerated by NVIDIA cuDNN.
NT6.X FAST INSTALLER FOR WINDOWS 10 INSTALL
Install the library and the latest standalone driver separately the driver bundled with the library is usually out-of-date. To install CUDA, go to the NVIDIA CUDA website and follow installation instructions there. CUDA and BLASĬaffe requires the CUDA nvcc compiler to compile its GPU code and CUDA driver for GPU operation. This is helpful for cloud or cluster deployment. The current version is cuDNN v6 older versions are supported in older Caffe.ĬPU-only Caffe: for cold-brewed CPU-only Caffe uncomment the CPU_ONLY := 1 flag in nfig to configure and build Caffe without CUDA. To speed up your Caffe models, install cuDNN then uncomment the USE_CUDNN := 1 flag in nfig when installing Caffe.

When updating Caffe, it’s best to make clean before re-compiling.

We install and run Caffe on Ubuntu 16.04–12.04, OS X 10.11–10.8, and through Docker and AWS. Prior to installing, have a glance through this guide and take note of the details for your platform.
