Replies: 2 comments 7 replies
-
torch version 1.9.0, PyG version 2.2.0 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I doubt |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I met a question while I training on the dataset while I do enumerate() to deal with DataLoader. The memory leaked slowly while doing enumerate, and finally stop training due to memory leak. I changed num_workers to zero, but it still happened. Is this a normal phenomenon while using enumerate() to deal with DataLoader? I will be very grateful if you can help me solve this problem.
Beta Was this translation helpful? Give feedback.
All reactions