deep-high-resolution-net.pytorch
deep-high-resolution-net.pytorch copied to clipboard
When the input is of some size, such as 270x270, the following error will occur.
y = y + self.fuse_layers[i][j](x[j])
RuntimeError: The size of tensor a (68) must match the size of tensor b (72) at non-singleton dimension 3
@CaoWGG hello, did you change the input image size?
Hello, may I ask how you resolved this issue? Thank you for your reply