Slip Box
/
About
/
expLog
/
@
Pytorch
Quick Notes
Data loading
torch.utils.data.DataLoader
Iterator that allows for batching, shuffling and loading in parallel
torch.utils.data.Dataset
torchvision/datasets has a collection of open datasets set up for reuse
Tutorials
https://pytorch.org/tutorials/beginner/data_loading_tutorial.html
https://pytorch.org/tutorials/beginner/basics/quickstart_tutorial.html