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

GPU memory doesn't release #36

Closed
lnhutnam opened this issue Aug 11, 2023 · 1 comment
Closed

GPU memory doesn't release #36

lnhutnam opened this issue Aug 11, 2023 · 1 comment

Comments

@lnhutnam
Copy link

Dear authors,

I used RT-DETR for training on my custom datasets. However, it doesn't release gpu memory when I interrupt training process. Can you suggest me any solutions for this issues.

Best,
Nam

@lyuwenyu
Copy link
Owner

lyuwenyu commented Aug 11, 2023

run ps aux | grep "tools/train.py" and kill process according to pid

ps aux | grep "tools/train.py" | awk '{print $2}' | xargs kill -9

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