lucifer443 / SpineNet-Pytorch

This project is a kind of implementation of SpineNet(CVPR 2020) using mmdetection.
Apache License 2.0
96 stars 11 forks source link

RuntimeError: The size of tensor a (8) must match the size of tensor b (7) at non-singleton dimension 3 #9

Open Hukongtao opened 4 years ago

Hukongtao commented 4 years ago

I want to use spinenet to train imagenet,and the input shape is(224, 224, 3),Then I met the error like this