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
Thanks for sharing the code.
When I changed the resolution of the training video to [832,608], h = torch.cat([h, hs.pop()], dim=1)
There is an error: RuntimeError: Sizes of tensors must match except in dimension 1. Expected size 20 but got size 19 for tensor number 1 in the list. Whether the resolution of the training is fixed?
The text was updated successfully, but these errors were encountered:
Thanks for sharing the code.
When I changed the resolution of the training video to [832,608],
h = torch.cat([h, hs.pop()], dim=1)
There is an error: RuntimeError: Sizes of tensors must match except in dimension 1. Expected size 20 but got size 19 for tensor number 1 in the list. Whether the resolution of the training is fixed?
The text was updated successfully, but these errors were encountered: