Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 391 Bytes

data.md

File metadata and controls

15 lines (11 loc) · 391 Bytes

IDataset

An abstract class representing a Dataset. Custom datasets defines at samples

Methods

size - get size of dataset. shape - get shape of image and label from dataset. pull - fill tensors with data batch and label from dataset.

DataLoader

The class represents a utility for loading a dataset.

Methods

pull - get batch (samples) from dataset.