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, I tried the installation instructions to test your code, but no matter how many Gpus I set up it will only run on Gpus 0. Also when I use one 3090 as gpu, it said cuda out of memory. But your paper said you test on a single 2080ti gpu. Looking forward to your reply!
The text was updated successfully, but these errors were encountered:
Thanks for your attention. For the first question, maybe you can change the <your_gpu_ids> when running the script python test.py --gpu <your_gpu_ids>. For example, if you want to use gpu 0,1,2,3, you can change it to 0,1,2,3 or 0-3. For the second question, this kind of problem is usually caused by the <test_batch_size> you set in config.py is too large. When I tested on 2080ti, the batch-size I used is 12. Maybe this can help you!
Hello, I tried the installation instructions to test your code, but no matter how many Gpus I set up it will only run on Gpus 0. Also when I use one 3090 as gpu, it said cuda out of memory. But your paper said you test on a single 2080ti gpu. Looking forward to your reply!
The text was updated successfully, but these errors were encountered: