PyTorch - Loading Data - Tutorialspoint
www.tutorialspoint.com › pytorch_loading_dataPyTorch includes a package called torchvision which is used to load and prepare the dataset. It includes two basic functions namely Dataset and DataLoader which helps in transformation and loading of dataset. Dataset Dataset is used to read and transform a datapoint from the given dataset. The basic syntax to implement is mentioned below −