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
class IndRNN(nn.Module) describes that input can be the PackedSequence but it is not.
For example,
line 232:
x.size(batch_index)
makes error
AttributedError: 'PackedSequence' object has no attribute 'size'
The text was updated successfully, but these errors were encountered:
https://github.com/StefOe/indrnn-pytorch/blob/master/indrnn.py
class IndRNN(nn.Module) describes that input can be the PackedSequence but it is not.
For example,
line 232:
x.size(batch_index)
makes error
AttributedError: 'PackedSequence' object has no attribute 'size'
The text was updated successfully, but these errors were encountered: