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
Help, how to solve this question?
unet.py", line 492, in forward
x = th.cat([x, img], dim=1)
RuntimeError: Tensors must have same number of dimensions: got 4 and 5
The text was updated successfully, but these errors were encountered:
I used my own data set for testing. The picture is 2-dimensional, but in the end there is always one more dimension and the value is 0.
What parameters need to be changed to run your own data set using Windows system?
Excuse me, have you ever processed the data set? Or use it directly? If you have done dimensionality reduction or other processing, could you please publish it? Thank you for your help sincerely! @takimailto
Help, how to solve this question?
unet.py", line 492, in forward
x = th.cat([x, img], dim=1)
RuntimeError: Tensors must have same number of dimensions: got 4 and 5
The text was updated successfully, but these errors were encountered: