HRNet / Lite-HRNet

This is an official pytorch implementation of Lite-HRNet: A Lightweight High-Resolution Network.
Apache License 2.0
833 stars 126 forks source link

Runtime ERROR #25

Closed Chic-J closed 3 years ago

Chic-J commented 3 years ago

image

the output of self.fuse_layers[i]j is [1, 40, 256, 455],(i=0, j=1) but y is [1, 40, 256, 456]

I found this error when training my own datasets. I wonder how can i solve it?