torch.DataLoader

Creator
Creator
Seonglae Cho
Created
Created
2024 Feb 24 16:17
Editor
Edited
Edited
2024 Dec 22 14:2
Refs
Refs
pin_memory=True and setting num_workers to a positive number significantly boosts performance
 
 
 

pin_memory

pin_memory=True locks the data in page-locked memory, allowing the GPU to access it faster.
 
 
 

Recommendations