How to check the compute capability and video memory size of the NVIDIA graphics card on your computer

How to check the compute capability and video memory size of the NVIDIA graphics card on your computer

The premise is to install TensorFlow-GPU and open Python in the terminal

import tensorflow as tf
sess = tf.Session()

Guess you like

Origin blog.csdn.net/m0_45388819/article/details/109654783