Proper way of tearing down cuRobo (e.g. freeing all GPU memory) #412
Unanswered
ChengshuLi
asked this question in
Software Q&A
Replies: 1 comment 3 replies
-
Does this help? https://pytorch.org/docs/stable/generated/torch.cuda.empty_cache.html |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was hoping to create a MotionGen object, do some motion planning, remove it (freeing all GPU memory), and then create a new MotionGen object later.
Currently, the GPU memory isn't being freed up properly. Any suggestions? Many thanks!!!
Beta Was this translation helpful? Give feedback.
All reactions