Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

did anybody succeed in making it working on gpu without CUDA out of memory error? #49

Closed
alessiapacca opened this issue Nov 9, 2020 · 1 comment

Comments

@alessiapacca
Copy link

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.

@csxmli2016
Copy link
Owner

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants