-
Notifications
You must be signed in to change notification settings - Fork 19
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 #15
Comments
when processing libero_10 and libero_90, it's also the case. I guess demonstrations in these subset have longer trajectory than libero_spatial and libero_object, then my GPU with 24G memory could not handle it. |
Hi! peng. I am encountering the same error while preprocessing data and trying to figure it out
If there are any updates, we can discuss further |
That's great! I'm also trying to figure it out |
I'm trying to figure it out as well |
Hi, thanks for your interest in our work. The data preprocessing with Cotracker indeed requires large amounts of computation, and it's highly related to the video length. I preprocess the dataset with A100 GPUs. If you cannot get GPUs with larger memory, I suggest you can try to use half-precision or chunk the videos into multiple clips. |
Dear author,
I encountered CUDA out of memory when process libero_goal. Actually I can successfully process libero_spatial and libero_object. But when process libero_goal, "CUDA out of memory" when process the third demonstration. Btw, the memory of my GPU is 24G.
Thanks!
The text was updated successfully, but these errors were encountered: