This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 108
Batch_size Can't reduce GPU Memory #26
Comments
It looks like the OOM is for visualizing the normals of the rendered depth map, which is probably something you don't need. I'd just delete that line and not visualize that component. |
Thanks for your reply, I deleted this code but encounter another OOM problem when testing
I need ssim score so I can't just delete it. Will there exists a better solution? |
Hi, I face the same issue. Did you find a solution? @BianFeiHu |
Same here |
Hi! I managed to solve this problem by the method below. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I am using RTX3080 for training and will crash every 5000 iterations when executing this code
vis_suite = vis.visualize_suite(pred_distance, pred_acc)
And here is the error message
I have found that jax will show this message when OOM, so i changed my batch_size from 1024 to 512, but it still takes 10GB when training, how can I reduce the usage of GPU Memory?
The text was updated successfully, but these errors were encountered: