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.
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.