With the nvidia-smi
command, the name was interrupted in the middle and could not be confirmed, so make a note of how to check the GPU name in full.
The nvidia-smi
command.
$ nvidia-smi
Mon Jan 18 11:21:55 2021
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 440.33.01 Driver Version: 440.33.01 CUDA Version: 10.2 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce RTX 208... On | 00000000:01:00.0 Off | N/A |
| 19% 18C P8 20W / 250W | 726MiB / 11019MiB | 1% Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 1347 G /usr/lib/xorg/Xorg 284MiB |
| 0 1583 G /usr/bin/gnome-shell 220MiB |
| 0 2505 G ...AAAAAAAAAAAACAAAAAAAAAA= --shared-files 168MiB |
| 0 5053 G ...-token=85BF5FDE73E6204E060ECC896FA5C999 49MiB |
+-----------------------------------------------------------------------------+
…… ** I don't know if it's GeForce RTX 2080 or Ti! ** **
$ nvidia-smi --query-gpu=name --format=csv
is.
$ nvidia-smi --query-gpu=name --format=csv
name
GeForce RTX 2080 Ti
You can see the full name of the GPU.
When it comes to 2080 Ti, learning YOLO is fairly quick.