-
Notifications
You must be signed in to change notification settings - Fork 53
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
Inconsistent GPU usage #100
Comments
Have you met the same issue on graphdeco-inria/gaussian-splatting? |
nope! |
If it helps, I think its wherever the TQDM is looking over the epoch iteration, since whenever it freezes tqdm's curr time and est time are 00:00<00:00 |
I really have no idea about it currently, since I can not reproduce it. Or you can try upgrading the PyTorch and Lightning: conda create -yn gspl-torch25 python=3.12 pip
conda activate gspl-torch25
pip install -r requirements/pyt251_cu124.txt
# make sure you have installed CUDA 12.4, and the `nvcc -V` prints the right version
pip install -r requirements/lightning25.txt
pip install -r requirements/gsplat.txt
pip install -r requirements/fused-ssim.txt |
Have you tried the simplest command, i.e. without specificing any extra options except the experiment name: |
still happening unfortnately |
Try turning off the logger to see if it works:
|
Yes! That was it!!! |
Its nearly 10 minutes faster! I highly suggest that comment is an option by default, if thats possible |
Normally the logger should not have such a huge overhead. |
Hey @yzslab Im still having the issue of gpu usage spiking and causing non-optimal performance do you have any hypotheses that I can explore to try to fix this?
The text was updated successfully, but these errors were encountered: