GPU memory not returned

it’s a known problem of dataloader
see this post
my temporary solution is

ps aux|grep <username>|grep python|awk '{print $2}'|xargs kill

you can add grep ipykernel if you are using notenook
before killing it, you should print it to make sure that you don’t kill the wrong process.

5 Likes