在训练fcn32s时报错:RuntimeError: input and target batch or spatial sizes don't match: target [2, 352, 480], input [2, 2, 321, 449] 以下是利用vgg16的fcn32s网络的代码,不太明白是哪里出错了,用该框架训练fcn16s和fcn8s是没有问题的,有人遇到过这种问题吗?
你的batch大小不匹配,修改下,要一致
您好,最终是怎么解决的呢