-
Notifications
You must be signed in to change notification settings - Fork 8
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
Memory leak with rgb render #12
Comments
hi, we cannot open the log files. are you training or evaluating? |
I don't know why its not opening. I also tried incognito and it works. These are the details of both the files. They however only have the GPU memory usage that I generated from a simple bash script. If you need anything else, please let me know.
These are during training. |
Hello. Can you please see this issue. We are waiting for it and the deadline for the competition is approaching. |
Hi, we're working on it. We also observe memory increasing, but the increasing speed on our machine is much slower than that in your log. You can first try reducing the buffer size. |
Hello,
I am facing issues with memory leak when I'm setting rgb_render as True in this line for getting rgb_images in observation
ManiSkill-ViTac2024/envs/peg_insertion.py
Line 743 in ef0e008
I am pretty sure that I have undone all the changes that I made with the code.
I have attached the log files for both where you can see the gpu memory rise in the rgb case. I am not sure if this should be the case.
If this is supposed to happen, please let me know.
gpu_memory_log_with_rgb.txt
gpu_memory_log_without_rgb.txt
The text was updated successfully, but these errors were encountered: