Description Usage Arguments Value References
Configuration of a stream for use with the builtin Deserializers. The meanings of some configuration keys have a mild dependency on the exact deserializer, and certain keys are meaningless for certain deserializers.
1 2 3 |
field |
string defining the name of the stream |
shape |
- list of ints representing tensor shape integer defining the dimensions of the stream |
is_sparse |
logical for whether the data is sparse (FALSE by default) |
transforms |
list of transforms to be applied to the Deserializer |
context |
vector of length two defining whther reading in HTK data, (only supported by 'HTKFeatureDeserializer') |
scp |
list of 'scp' files for HTK data |
mlf |
list 'mlf' files for HTK data |
broadcast |
logical for whether the streams should be broadcast to the whole sequence |
defines_mb_size |
logical for whether this stream defines minibatch size |
A StreamDef object containing the stream dictionary
https://www.cntk.ai/pythondocs/cntk.io.html#cntk.io.StreamDef
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.