chenyuntc / simple-faster-rcnn-pytorch

A simplified implemention of Faster R-CNN that replicate performance from origin paper
Other
3.99k stars 1.14k forks source link

train problem #113

Open Alexwanp opened 5 years ago

Alexwanp commented 5 years ago

RuntimeError: Given groups=1, weight of size [15, 15, 3, 3], expected input[1, 512, 12, 15] to have 15 channels, but got 512 channels instead 你好,我在训练的时候遇到了这样一个问题,也不知道是什么原因造成的,根据您的经验,您觉得这个问题主要是什么原因造成的吗?谢谢

world2025 commented 5 years ago

这个在代码里面改一下,有个地方写的15,改成512就好