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 error yolov4 for coco 2017 dataset #207

Open
kumaramiit opened this issue Jun 11, 2021 · 1 comment
Open

CUDA out of memory error yolov4 for coco 2017 dataset #207

kumaramiit opened this issue Jun 11, 2021 · 1 comment

Comments

@kumaramiit
Copy link

Hi,
I am getting "cuda out of memory" error for yolov4 training with coco2017 datasets
my cfg is:
1 [net]
2 batch=64
3 subdivisions=32
4 # Training
5 width=416
6 height=416
Gfx card details: gtx 5000 8 cores
I started with subdivision 8, 16, 32 all giving same error
Any help is appreciated

@thegamercoder19
Copy link

Hello, this means your GPU doesn't have any memory for COCO with 2 images in subdivision. Use subdivision=64.

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