Configures the CNTK text-format reader that reads text-based files.

CTFDeserializer(filename, streams)

Arguments

filename

A string containing the path to the data location

streams

A python dictionary-like object that contains a mapping from stream names to StreamDef objects. Each StreamDef object configures an input stream.

Details

Form: `[Sequence_Id] (Sample)+` where `Sample=|Input_Name (Value )*`

References

See also https://www.cntk.ai/pythondocs/cntk.io.html?highlight=ctfdeserializer#cntk.io.CTFDeserializer