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

CUDA out of memory #6

Open
SouthMaiya opened this issue Aug 22, 2022 · 1 comment
Open

CUDA out of memory #6

SouthMaiya opened this issue Aug 22, 2022 · 1 comment

Comments

@SouthMaiya
Copy link

batch_size=4 , 3090 Ti, the GPU's video memory is 24GB. Why does the code report the error"CUDA out of memory" after several iterations ?

@AceCoooool
Copy link
Collaborator

  1. We use V100 (GPU=32G) in our setting. You can use checkpoint in the backbone (need to combine label and unlabeled data in training) or use fp16 to save memory.
  2. "CUDA out of memory" after several iterations are caused by Resize pipeline.

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