-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
SequenceLoader seems to only work when the size of the input is 1. I seem to get errors with the following line:
self.data = sequence:sub(1,seqlen2*batchsize):view(batchsize, seqlen2):t():contiguous()
In particular, view does not work because of the missing data size. Is there a quick fix?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels