What's the minimum requirement for the GPU to run this correctly?
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!
I have 4G 3050 in my Dell XPS 15 1920 and it is not enough to run the examples.
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.
My Nvidia GeForce GTX 1650 with 4Gb of Dedicated video memory is not able to run the examples
Pull request #46 allows me to run the base40M-textvec model with 4Gb of dedicated video memory ! This makes me very happy 🚀