Skip to content

Commit e5afb46

Browse files
divyanshkramanishsinghsvekars
authored
Data Loading Optimization guide (#3875)
This is a new data loading tutorial covering best practices and common optimizations. --------- Co-authored-by: Ramanish Singh <ramanish@meta.com> Co-authored-by: ramanishsingh <rsthakur922@gmail.com> Co-authored-by: Svetlana Karslioglu <svekars@meta.com>
1 parent 9e8a306 commit e5afb46

3 files changed

Lines changed: 838 additions & 0 deletions

File tree

index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,13 @@ Welcome to PyTorch Tutorials
103103
:link: intermediate/pinmem_nonblock.html
104104
:tags: Getting-Started
105105

106+
.. customcarditem::
107+
:header: Data Loading Optimization in PyTorch
108+
:card_description: Optimize DataLoader configuration with num_workers, pin_memory, persistent_workers for maximum training throughput.
109+
:image: _static/img/thumbnails/cropped/generic-pytorch-logo.png
110+
:link: intermediate/intermediate_data_loading_tutorial.html
111+
:tags: Getting-Started,Best-Practice
112+
106113
.. customcarditem::
107114
:header: Understanding requires_grad, retain_grad, Leaf, and Non-leaf Tensors
108115
:card_description: Learn the subtleties of requires_grad, retain_grad, leaf, and non-leaf tensors

0 commit comments

Comments
 (0)