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 want to use indRNN with batches of examples of different size, but I see this in the repo:
if self.bidirectional:
x_T = torch.cat([x, x.flip(-1)], 1)
This makes me think that perhaps the examples are not being flipped properly, because the torch.flip function is applied to the full width tensor.
The text was updated successfully, but these errors were encountered:
horiacristescu
changed the title
How will bidirectional handle a batch of examples of different sizes?
How will the bidirectional flag handle a batch of examples of different sizes?
Dec 17, 2019
Hi, I want to use indRNN with batches of examples of different size, but I see this in the repo:
This makes me think that perhaps the examples are not being flipped properly, because the torch.flip function is applied to the full width tensor.
The text was updated successfully, but these errors were encountered: