Skip to content
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

Training Script Stuck at 0% with High GPU Utilization #68

Open
EkSulfur opened this issue Feb 17, 2025 · 0 comments
Open

Training Script Stuck at 0% with High GPU Utilization #68

EkSulfur opened this issue Feb 17, 2025 · 0 comments

Comments

@EkSulfur
Copy link

While running train.py on a specific dataset, the training process gets stuck at 0% progress. After investigating with the Python Debugger, I found that the script runs extremely slowly and hangs at the following line in mip-splatting/train.py:

ema_loss_for_log = 0.4 * loss.item() + 0.6 * ema_loss_for_log # Line 143

The GPU is consistently at full load during this time, but no progress is made. I’m unable to determine the root cause of this issue and would appreciate any guidance or suggestions.

Environment Details:

OS: WSL Ubuntu 22.04

CUDA Version: 11.8 (Cuda compilation tools, release 11.8, V11.8.89)

Thank you in advance for your help!

Image

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant