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
During training, i got the error "RuntimeError: Sizes of tensors must match except in dimension 1. Expected size 819 but got size 832 for tensor number 1 in the list" at line 145 in pix2pixHD_model.py, which is "input_concat = torch.cat((input_label, test_image.detach()), dim=1)". I didn't modify any part of the code. I can't figure why.
The text was updated successfully, but these errors were encountered:
During training, i got the error "RuntimeError: Sizes of tensors must match except in dimension 1. Expected size 819 but got size 832 for tensor number 1 in the list" at line 145 in pix2pixHD_model.py, which is "input_concat = torch.cat((input_label, test_image.detach()), dim=1)". I didn't modify any part of the code. I can't figure why.
The text was updated successfully, but these errors were encountered: