-
Notifications
You must be signed in to change notification settings - Fork 28
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
CUDA out of memory #9
Comments
same issue. Have you finally solved this problem? |
@Ericwen2001 same issue. can you provide some advice? thankyou |
same issue, it seems that the project doesn't support 3090 GPU with 24G memory. What should be done, any suggestions for running on a single GPU? |
Same issue, I have 2 4090GPU, but I found that only one was used during training. And I got "CUDA out of memory" just after the warm up process. |
https://github.com/nnanhuang/S3Gaussian/blob/6c96925981a7a02328f382691d38a20bfe8c05a2/scene/dataset_readers.py#L609C1-L619C26 |
Same issue, are there any methods to train the model with multi-GPUs? |
how to use multy GPU,have slove? l use "export PYTORCH_CUDA_ALLOC_CONF=max_split_size_mb:128",can run ,but every slow |
Thank you for open-sourcing this cool project. I noticed that the memory usage during the training process with your default settings is close to 24GB after the warming, which causes an out-of-memory error on 3090/4090 GPU. Could you empirically suggest any strategies to reduce the memory usage for 24GB GPUs without significantly impacting performance?
The text was updated successfully, but these errors were encountered: