| Class | Description |
|---|---|
| FileBatchRecordReader |
FileBatchRecordReader reads the files contained in a
FileBatch using the specified RecordReader.Specifically, the RecordReader.record(URI, DataInputStream) method of the underlying reader is used to
load files.For example, if the FileBatch was constructed using image files (png, jpg etc), FileBatchRecordReader could be used with ImageRecordReader. |
| FileBatchSequenceRecordReader |
FileBatchSequenceRecordReader reads the files contained in a
FileBatch using the specified SequenceRecordReader.Specifically, the SequenceRecordReader.sequenceRecord(URI, DataInputStream) } method of the underlying sequence
reader is used to load files.For example, if the FileBatch was constructed using csv sequence files (each file represents one example), FileBatchSequencRecordReader could be used with CSVSequenceRecordReader. |
Copyright © 2020. All rights reserved.