Note that num_workers > 1
could bring you some problems with memory leakage. Not sure if that was somehow fixed in the most recent PyTorch or if it’s an essential Python’s issue.
7 Likes
Note that num_workers > 1
could bring you some problems with memory leakage. Not sure if that was somehow fixed in the most recent PyTorch or if it’s an essential Python’s issue.