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
Due to having a unified interface for step-wise functions and sequence-level functions (LSTMCell & LSTM combined) (see #81, conventions), it should be simple to write such custom loop code as well, using nn.Loop. Basically this means we should support having axis=nn.single_step_dim for nn.Loop, and this would be mostly a no-op then.
The text was updated successfully, but these errors were encountered:
Due to having a unified interface for step-wise functions and sequence-level functions (
LSTMCell
&LSTM
combined) (see #81, conventions), it should be simple to write such custom loop code as well, usingnn.Loop
. Basically this means we should support havingaxis=nn.single_step_dim
fornn.Loop
, and this would be mostly a no-op then.The text was updated successfully, but these errors were encountered: