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
I was never able to run the test on a GPU, using a 2070 gpu.
I was wondering if anybody was able to find where the problem is with the allocation of memory: I thought it was the number of test images, or the dictionary, but I used my own small dictionary and just 10 images, and it still gives me a cuda out of memory error.
The text was updated successfully, but these errors were encountered:
I was never able to run the test on a GPU, using a 2070 gpu.
I was wondering if anybody was able to find where the problem is with the allocation of memory: I thought it was the number of test images, or the dictionary, but I used my own small dictionary and just 10 images, and it still gives me a cuda out of memory error.
Hi, only 8GB memory in 2070 is not enough to run this code on GPU mode. You can use 1080Ti or 2080 Ti (at least 12 GB).
I was never able to run the test on a GPU, using a 2070 gpu.
I was wondering if anybody was able to find where the problem is with the allocation of memory: I thought it was the number of test images, or the dictionary, but I used my own small dictionary and just 10 images, and it still gives me a cuda out of memory error.
The text was updated successfully, but these errors were encountered: