Open semel1 opened 2 years ago
I fixed this issue by changing the first grep command, resulting in this:
"nvidia-smi -q -d Memory | grep -A5 GPU | grep Free"
Edit: Apparently in my case the nvidia-smi
command gives one more row of information so the 'Free' row is left out
This is the output when using this command nvidia-smi -q -d Memory | grep -A5 GPU
:
Attached GPUs : 1
GPU 00000000:02:00.0
FB Memory Usage
Total : 20480 MiB
Reserved : 1812 MiB
Used : 0 MiB
Free : 18667 MiB
Upon running "main_IRT.py", got an error:
Happened in both Windows 10 and WSL2 Nvidia RTX 3090