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

Ram (not cuda) was increasing while training until it was forced to kill, not sure how to fix it? #221

Open
littlewhite152 opened this issue Jan 2, 2023 · 1 comment

Comments

@littlewhite152
Copy link

When I use the voc dataset it works fine, but when I switch back to the coco dataset it happens.
1672632903907

@Isalia20
Copy link

Try to use less num_workers or num_workers=0 in config file. Include this in training config file:
DATA_LOADER:
NUM_WORKERS: 0

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