Problem with pad in transforms #4680
-
Hi,
Sometimes it happens
Images and labels are one channel. Std is an another kind of label which has the same size with image but has 5 channels. The problem only occurs in std. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
the code example looks fine, according to the log, the output 'std' is sometimes |
Beta Was this translation helpful? Give feedback.
the code example looks fine, according to the log, the output 'std' is sometimes
torch.Size([5, 96, 96, 96])
and sometimestorch.Size([5, 96, 96, 31])
. if you could provide more info, we can discuss it further here.