Tramac / awesome-semantic-segmentation-pytorch

Semantic Segmentation on PyTorch (include FCN, PSPNet, Deeplabv3, Deeplabv3+, DANet, DenseASPP, BiSeNet, EncNet, DUNet, ICNet, ENet, OCNet, CCNet, PSANet, CGNet, ESPNet, LEDNet, DFANet)
Apache License 2.0
2.8k stars 581 forks source link

hrnet can't run,has error #150

Open zhangyuxin0 opened 3 years ago

zhangyuxin0 commented 3 years ago

RuntimeError: The size of tensor a (64) must match the size of tensor b (128) at non-singleton dimension 3

wen0126 commented 3 years ago

Hello, I also encountered the same problem, have you solved it?