-
Notifications
You must be signed in to change notification settings - Fork 5
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 #9
Comments
I fix it by removing this line
|
It's very powerful. I tried for a long time but couldn't solve it. You deleted this place. Have you verified that the code function is OK? |
ray.exceptions.OutOfMemoryError: Task was killed due to the node running low on memory. |
My code functions well now, but there are many OpenGL warnings, and it can be run directly. I modified the code and did not use any Ray-related function for the running. |
Can you explain why this place was deleted? Can you also tell me your computer configuration? Run, nvidia-smi, nvcc -V, and free -h with your ubuntu version. Thanks. |
I have fixed the warning now(I made some mistakes by myself), and the code can be runned only by removing this line. The reason I removed this space is that I got the error of assertion error on this line.
|
Thank you very much for providing this to me. Can you explain why deleting this line of code can solve it? |
Because I got the assertion error from this line. I tried to remove this and found the code functions well. |
Got it, try training for half an hour and see if the memory leaks. Maybe the driver and CUDA you and I use are different. My cuda is 10.0 |
Hello, have you successfully run this project? I am encountering some of the same problems you faced before. Could you please give me some advice? Thank you, and I look forward to your reply. |
Hello, if you ran the author's demo successfully? |
Can you re-upload the code? Thank you very much
The text was updated successfully, but these errors were encountered: