UBUNTU 內如何找CUDA and cuDNN版本?How to check CUDA and cuDNN version?



UBUNTU 內如何找CUDA and cuDNN版本?

How to check CUDA and cuDNN version?


cat /usr/local/cuda/version.txt


or try this:

nvcc --version

nvidia-smi

python show what version tensorflow in your linux machine:


>>> import tensorflow as tf

>>> tf.__version__

>>>exit(0)



that's it.


留言

這個網誌中的熱門文章

【多益】現點現做的英文怎麼說呢?

《Microsoft Word 應用》:圖片被文字蓋住解決方法,不可設定為固定行高

如何在Ubuntu系統上安裝Notepad ++ (Install Notepad++ On Ubuntu 16.04 / 17.10 / 18.04 / 20.04)