deep-high-resolution-net.pytorch icon indicating copy to clipboard operation
deep-high-resolution-net.pytorch copied to clipboard

Error loading pre-trained models

Open nathanb97 opened this issue 4 years ago • 0 comments

Hello,

When I load the models in the demo / inference.py code and with the associated yaml (inference.yaml) I have the following layers which don't load (I think all layers):

_IncompatibleKeys(missing_keys=['final_layer.weight', 'final_layer.bias'], unexpected_keys=['stage4.2.fuse_layers.1.0.0.0.weight', 'stage4.2.fuse_layers.1.0.0.1.weight', ....

nathanb97 avatar Apr 29 '21 13:04 nathanb97