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

What's the minimum requirement for the GPU to run this correctly? #36

Open
s11005349 opened this issue Dec 24, 2022 · 4 comments
Open

Comments

@s11005349
Copy link

s11005349 commented Dec 24, 2022

I had my poor Nvidia 3060 Laptop GPU.
But when I tried to run the code, it simply tells me out of memory. (OutOfMemoryError: CUDA out of memory.)
So I was forced to change the code to use CPU, device = torch.device('cpu')
And it is so slow, which is annoying.
Do anyone know the minimum requirement for the GPU?
Thanks!

@denschmitz
Copy link

denschmitz commented Dec 24, 2022

I have 4G 3050 in my Dell XPS 15 1920 and it is not enough to run the examples.

@Werfire
Copy link

Werfire commented Dec 25, 2022

I have 8G 2080 RTX Super and I am able to run img2pointcloud with 300M model almost peeking in used memory. And 1B model gives CUDA out of memory.

@dancergraham
Copy link

My Nvidia GeForce GTX 1650 with 4Gb of Dedicated video memory is not able to run the examples

@dancergraham
Copy link

Pull request #46 allows me to run the base40M-textvec model with 4Gb of dedicated video memory ! This makes me very happy 🚀

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

4 participants