-
Notifications
You must be signed in to change notification settings - Fork 6
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
GPU memory issue when running the demo #3
Comments
Hi, The GPU RAM when I run these experiments was at least 11 GB. If you are using 8GB GPUs, you can reduce the batchsize from 16 to 12 or 8 to solve the memory issue. You can also choose to reduce the number of input pointcloud for point feature learning. Hope it can help you! Please let me know if you have addressed this problem! Best, |
Thanks @tangjiapeng, I can see the batch size in
|
The batch_size in demo_matterport.yaml was 2, you can set it to 1. A better choice is to use GPUs with larger RAM. |
Hi, xinrui, have you addressed the memory issue? |
Hi,
I am facing a memory issue where CUDA complains about insufficient VRAM. I noticed this issue stems from
line 245
of the filesrc/conv_onet/training.py
where it tries to extract 3D features from the input point cloud.My GPU has 8GiB VRAM but it seems the demo needs more than that. Can you tell me what's the minimum required VRAM size and perhaps there is a way to reduce the VRAM requirement? Thanks
Regards
The text was updated successfully, but these errors were encountered: