SpineNet-Pytorch
SpineNet-Pytorch copied to clipboard
RuntimeError: The size of tensor a (8) must match the size of tensor b (7) at non-singleton dimension 3
I want to use spinenet to train imagenet,and the input shape is(224, 224, 3),Then I met the error like this