mismatch problem in data_loader
badstones opened this issue · 0 comments
badstones commented
Hi tomrunia, thx for your great job, when I run to:
'for step,(clips, targets) in enumerate(data_loader)' in training , I get the error report: "invalid argument 0:sizes of tensors must match except in dimension 0. Got 120 and 264 in dimension 2 ", how can I solve it. Thx