Package ai.djl.training.dataset


package ai.djl.training.dataset
Contains classes to download and prepare training and testing data.

The central class to work with in this package is the Dataset. In practice, most of the implementations of Dataset will actually extend RandomAccessDataset instead.