pytorch doesn’t read input channels as it’s supposed
I’m building a conv3d model for videos using pytorch. the input is (2, 30, 46, 140, 1)
but pytorch reads that the input channel is the second one and it’s actually the 4th.
I’m building a conv3d model for videos using pytorch. the input is (2, 30, 46, 140, 1)
but pytorch reads that the input channel is the second one and it’s actually the 4th.