-
Check GPU capability
https://developer.nvidia.com/cuda-gpus#compute -
Check TF version configurations with Cuda
https://www.tensorflow.org/install/source#tested_build_configurations
https://www.tensorflow.org/install/gpu -
Cuda Installation
Guide
https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#ubuntu-installation
https://developer.nvidia.com/cuda-toolkit-archiveRemoving Cuda
https://askubuntu.com/questions/530043/removing-nvidia-cuda-toolkit-and-installing-new-onecuDNN Installation
https://docs.nvidia.com/deeplearning/sdk/cudnn-install/index.html#installlinux
https://developer.nvidia.com/rdp/cudnn-archive -
Check if Cuda installed
https://arnon.dk/check-cuda-installed/
$nvcc -V
-
Check if Tensorflow using GPU
https://stackoverflow.com/questions/38009682/how-to-tell-if-tensorflow-is-using-gpu-acceleration-from-inside-python-shellimport tensorflow as tf assert tf.test.is_gpu_available() assert tf.test.is_built_with_cuda()
TF GPU Usage guide
https://www.tensorflow.org/guide/gpu
Last active
February 28, 2021 09:06
-
-
Save abhyudayasrinet/d39d4267fe741131212829ecb74d378a to your computer and use it in GitHub Desktop.
GPU Setup
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment