-
-
Notifications
You must be signed in to change notification settings - Fork 273
Deep Learning with GPU
Dependencies table
Library | CUDA | |
---|---|---|
11.0 | ||
Tensorflow | 2.4.1 | Driver>=450.36 |
ID | Ubuntu | Card | Tensorflow | NVIDIA Driver | CUDA | cuDNN |
---|---|---|---|---|---|---|
1 | 18.04 | GTX 1080Ti | 2.4.1 |
TBD
NVIDIA Driver: NVIDIA Driver is the software driver for NVIDIA Graphics GPU installed on the PC. It is a program used to communicate from the Operating System to the device. This software is required in most cases for the hardware device to function properly
CUDA: CUDA® is a parallel computing platform and programming model developed by NVIDIA for general computing on graphical processing units (GPUs). With CUDA, developers are able to dramatically speed up computing applications by harnessing the power of GPUs.
cuDNN: The NVIDIA CUDA® Deep Neural Network library (cuDNN) is a GPU-accelerated library of primitives for deep neural networks. cuDNN provides highly tuned implementations for standard routines such as forward and backward convolution, pooling, normalization, and activation layers.
- https://www.tensorflow.org/install/gpu#ubuntu_1804_cuda_110
- https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html#title-new-features
Known Issue