You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception has occurred: ValueError
attempt to get argmax of an empty sequence
File "D:\colorization\deep-video-prior-master-pytorch\main_IRT.py", line 49, in <module>
for x in subprocess.Popen("nvidia-smi -q -d Memory | grep -A4 GPU | grep Free", shell=True, stdout=subprocess.PIPE).stdout.readlines()]))
Happened in both Windows 10 and WSL2
Nvidia RTX 3090
The text was updated successfully, but these errors were encountered:
Seems something went wrong with your GPU driver. Is 'nvidia-smi' normal on your machine? Anyway, you can comment out line 49, and replace it with os.environ["CUDA_VISIBLE_DEVICES"]="0", for simplicity.
Upon running "main_IRT.py", got an error:
Happened in both Windows 10 and WSL2
Nvidia RTX 3090
The text was updated successfully, but these errors were encountered: