You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also found the problem that memory leaks when using python list or python dict in torch.utils.data.Dataset, whenever num_workers > 0 or num_workers == 0 (I think num_workers == 0 just memory leaks slowly). I solved it when using numpy.array().
I also found the problem that memory leaks when using python list or python dict in torch.utils.data.Dataset, whenever num_workers > 0 or num_workers == 0 (I think num_workers == 0 just memory leaks slowly). I solved it when using numpy.array().
memory leak:
without memory leak:
The text was updated successfully, but these errors were encountered: