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
Hello!
Thanks for your great code! However, I met a bug. I prepared the enviroment and installed it according to your README file, after that I ran demo.py, and I met this:
Traceback (most recent call last):
File "demo.py", line 22, in
im1_v = im1.cuda()
RuntimeError: CUDA error: out of memory
I used nvidia-smi to check the GPU but it had enough memory. I don't know how to fix the bug. Could you give me some advice and ideas? Thank you in advance!
The text was updated successfully, but these errors were encountered:
Hello!
Thanks for your great code! However, I met a bug. I prepared the enviroment and installed it according to your README file, after that I ran demo.py, and I met this:
Traceback (most recent call last):
File "demo.py", line 22, in
im1_v = im1.cuda()
RuntimeError: CUDA error: out of memory
I used nvidia-smi to check the GPU but it had enough memory. I don't know how to fix the bug. Could you give me some advice and ideas? Thank you in advance!
The text was updated successfully, but these errors were encountered: