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
Hi,
I wonder if rnn.forward_step changes the order of (batch_size*self.k) dimension ?
With the code about initializing sequence_scores:
and in each step:
It seems like sequence_scores is updated as (assume that selk.k = 3):
If hidden and inflated_encoder_outputs should be calculated as follow?
Hi,


I wonder if rnn.forward_step changes the order of (batch_size*self.k) dimension ?
With the code about initializing sequence_scores:
and in each step:
It seems like sequence_scores is updated as (assume that selk.k = 3):

If hidden and inflated_encoder_outputs should be calculated as follow?