-
Notifications
You must be signed in to change notification settings - Fork 171
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 on 3090 #89
Comments
Hi, @FeiXie8 . |
hello,are you solve this question?I meet the same problem. |
where can i change batchsize? |
export.py not batch size reason. Maybe you need set num_workers = 0, and pin_memory = False workers_test = training_params.get('workers_test', 0) # 16 in loader.py line 138 |
when i export lables on coco2014 and set the resolution to 480*640,CUDA out of memory.
my gpu is rtx3090,and the memory is 24GB
The text was updated successfully, but these errors were encountered: