Pytorch has some of the best tools to load your data and create datasets on the fly. We will cover examples of creating train, test, and validation datasets and data loaders in both PyTorch and PyTorch lightning. Additionally, we will cover what batching is and why you should be doing it.
CODE: https://gist.github.com/SandroLuck/a5...
Twitter: / datawithsandro
LinkedIn: / sandro-luck-b9293a181
Medium: / datawithsandro
Intro: 0:00
Overview: 0:37
Why/What Batching?: 1:34
Dataloader and Dataset MVP: 4:09
Pytorch Lightning Full Example: 14:21
Pytorch Lightning Model with Dataloader: 19:41