Package ai.djl.training.dataset
Interface RawDataset<T>
- Type Parameters:
T
- the raw data type of the dataset
- All Superinterfaces:
Dataset
An interface can read a plain java object from dataset.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ai.djl.training.dataset.Dataset
Dataset.Usage
-
Method Summary
-
Method Details
-
getData
Returns a plain java object.- Returns:
- a plain java object
- Throws:
IOException
- when IO operation fails in loading a resource
-