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
hi @ewrfcas there is NO error if I decrease the image size in train.py
If I change lr_height, lr_width and hr_height, hr_width in data_loader.py to my input size it's giving me the error.
But it's working fine with default sizes. what I am missing here
the error is
ret = torch.addmm(bias, input, weight.t())
RuntimeError: mat1 dim 1 must match mat2 dim 0
The text was updated successfully, but these errors were encountered:
hi @ewrfcas there is NO error if I decrease the image size in train.py
If I change
lr_height, lr_width and hr_height, hr_width
indata_loader.py
to my input size it's giving me the error.But it's working fine with default sizes. what I am missing here
the error is
The text was updated successfully, but these errors were encountered: