You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To sample sequentially from a recurrent model, it would be useful to add some API for accepting an initial hidden state and running the model forward one time step.
The text was updated successfully, but these errors were encountered:
Traditionally the initial state for a recurrent network is set to all
zeros, the assumption being that recurrent models will run for
sufficiently many time steps to amortize the effect of the initial
state. This change permits the initial state vectors to come from a
network output instead, which should allow for single-time-step model
stepping.
Contributes to issue #81.
To sample sequentially from a recurrent model, it would be useful to add some API for accepting an initial hidden state and running the model forward one time step.
The text was updated successfully, but these errors were encountered: