Source Idx3

Loads records from an IDX3 file

class dffml.source.idx3.IDX3Source(config)[source]

Source to read files in IDX3 format (such as MNIST digit image dataset).

CONFIG

alias of IDX3SourceConfig

class dffml.source.idx3.IDX3SourceConfig(filename: str, feature: str, readwrite: bool = False, allowempty: bool = False)[source]