Configuration of a stream in a text format reader.
StreamConfiguration(name, dim, is_sparse = FALSE, stream_alias = "", defines_mb_size = FALSE)
name | string (optional) the name of the Function instance in the network |
---|---|
dim | dimensions of the stream |
is_sparse | (bool) whether provided data is sparse |
stream_alias | name of the stream in the file |
defines_mb_size | (bool) whether the stream defines the minibatch size |