Skip to content

Deep Learning with GPU

Vu Anh edited this page Jan 24, 2021 · 13 revisions

Deep Learning with GPU

Dependencies table

Library CUDA
11.0
Tensorflow 2.4.1 Driver>=450.36

Tested Recipes

ID Ubuntu Card Tensorflow NVIDIA Driver CUDA cuDNN
1 18.04 GTX 1080Ti 2.4.1

Recipe 1

TBD

Appendix

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.

References

Known Issue