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

Question About GPU Memory Requirements for Model Training #65

Closed
sinkers-lan opened this issue Jan 24, 2024 · 2 comments
Closed

Question About GPU Memory Requirements for Model Training #65

sinkers-lan opened this issue Jan 24, 2024 · 2 comments

Comments

@sinkers-lan
Copy link

Hi, thanks for your inspiring work.

I am attempting to train thte model using an NVIDIA GeForce RTX 3090 GPU, which has approximately 24 GB of VRAM. However, I am encountering a "CUDA out of memory" issue, causing the training process to terminate prematurely.

what is the typical amount of VRAM required for successful training?

@nikitakaraevv
Copy link
Contributor

Hi @sinkers-lan, you can reduce the number of tracks during training from 768 to 324 or 256 by passing --traj_per_sample 256 as an argument.

@sinkers-lan
Copy link
Author

thanks for your nice reply

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

2 participants