Why doesn't this input pass through this simple PyTorch model?

后端 未结 0 1185
一生所求
一生所求 2021-02-06 08:34

I have an input/tensor whose shape is:

torch.Size([256, 3, 28, 28])

(batch size here is 256, 3 channels, 28x28 image)

And a model like so:

相关标签:
回答
  • 消灭零回复
提交回复
热议问题