Experiment - DataLoader basics
Problem:You want to load and batch your dataset efficiently for training a neural network using PyTorch.
Current Metrics:N/A - currently loading data manually without batching or shuffling.
Issue:Manual data loading is slow and error-prone. No batching or shuffling leads to inefficient training.