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
I'm attempting to execute the code on my custom 3D dataset, where the images are sized at 120x120x120. However, I'm facing a RuntimeError with the message: "The size of tensor a (7) must match the size of tensor b (64) at non-singleton dimension 2." Based on a previously raised issue, it appears that the code might not be compatible with images that deviate from the default size of 1024. Should I resize my images during preprocessing, or does anyone have suggestions for a workaround to resolve this problem?
The text was updated successfully, but these errors were encountered:
I'm attempting to execute the code on my custom 3D dataset, where the images are sized at 120x120x120. However, I'm facing a RuntimeError with the message: "The size of tensor a (7) must match the size of tensor b (64) at non-singleton dimension 2." Based on a previously raised issue, it appears that the code might not be compatible with images that deviate from the default size of 1024. Should I resize my images during preprocessing, or does anyone have suggestions for a workaround to resolve this problem?
The text was updated successfully, but these errors were encountered: