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
I'm considering implementing a HyperNet using Hyperlight in the below code, but I don't know about how to input the previous hidden state during closedloop prediction. What would be the best approach?
P.S.
"closed loop" means output of previous time step
uses as next input during the RNN as shown in the figure below.
So, what I want to know is how to input the previous hidden state.
The text was updated successfully, but these errors were encountered:
I'm considering implementing a HyperNet using Hyperlight in the below code, but I don't know about how to input the previous hidden state during closedloop prediction. What would be the best approach?
P.S.

"closed loop" means output of previous time step
uses as next input during the RNN as shown in the figure below.
So, what I want to know is how to input the previous hidden state.
The text was updated successfully, but these errors were encountered: