when i use a trained model of FPN,submit.py have an error called
p4_out = torch.add(self.P4_conv1(C4), F.upsample(p5_out, scale_factor=2))
RuntimeError: The size of tensor a (23) must match the size of tensor b (24) at non-singleton dimension 3
i think something wrong when put the pics into model
hope you can fix it