Skip navigation links

Package ai.djl.training.dataset

Contains classes to download and prepare training and testing data.

See: Description

Package ai.djl.training.dataset Description

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.

Skip navigation links