How You can EASILY create Custom Datasets and Loaders!

Опубликовано: 25 Ноябрь 2024
на канале: Data with Sandro
16,657
190

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