Thanks for the excellent work!
I wanted to confirm my understanding of the sequence structure.
- In the paper, it is mentioned that a sequence of length
T=12 is used for training. If I understand correctly, this 12-timestep sequence (let's say, T_1 to T_12) is one training example? Within this 12-timestep sequence, the first 11 are observed, and the last 1 is imagined? And this 12-timestep chain is trained like an RNN as depicted in Figure 1 of the paper, is this correct? Accordingly, the next training sample would be T_2 to T_13, which would again be trained in the same recurrent manner, right?
- If the above holds, does the supervision take place at every step within one training sequence (training example), like a many-to-many sequence RNN? I.e., within the single training sequence
T_1 to T_12, at T_1 the predicted output y1_hat is matched with the ground truth, y1 similarly, at T_2, the predicted y2_hat is matched with its corresponding ground truth, y2. Is that correct?
Thanks a lot!
Thanks for the excellent work!
I wanted to confirm my understanding of the sequence structure.
T=12is used for training. If I understand correctly, this 12-timestep sequence (let's say,T_1toT_12) is one training example? Within this 12-timestep sequence, the first 11 are observed, and the last 1 is imagined? And this 12-timestep chain is trained like an RNN as depicted in Figure 1 of the paper, is this correct? Accordingly, the next training sample would beT_2toT_13, which would again be trained in the same recurrent manner, right?T_1toT_12, atT_1the predicted outputy1_hatis matched with the ground truth,y1similarly, atT_2, the predictedy2_hatis matched with its corresponding ground truth,y2. Is that correct?Thanks a lot!