Class | Description |
---|---|
EasyImageRecordReader |
ImageRecordReader in DeepLearning4j assumes that your images are separated into different folders,
where each folder is a class, e.g.
|
FileIterationListener |
Class for listening to performance stats and writing them to a file.
|
ScaleImagePixelsPreProcessor |
A simple preprocessor that divides all values in the dataset by 255.
|
ShufflingDataSetIterator |
An nd4j mini-batch iterator that shuffles the data whenever it is reset.
|
SpecifiableFolderSplit |
A hacky override of FileSplit that lets you specify the files directly.
|