HierarchicalEncoder contructor.
An list of Encoder objects to use for each.
A list containing the number of steps (outputs) for each
level of the hierarchy. This number should evenly divide the inputs for
each level. The final entry must always be 1.
The LayerVars for projecting from the final
states of the final level to the mean mu of the random variable, z.
Encodes a batch of sequences.
The batch of sequences to be encoded.
(Optional) An array of lengths of the base-level
segments. Must have length numSteps[0]. Assumes that batch size is 1.
A batch of mu values.
Generated using TypeDoc
A hierarchical encoder that uses the outputs from each level as the inputs to the subsequent level.