You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use upernet_mae_swin_tiny_256_mask...py, but when I use checkpoint-99-model.pth as the backbone pretrained model. It reports this:
mmseg - WARNING - The model and loaded state dict do not match exactly
unexpected key in source state_dict: fc_norm.weight, fc_norm.bias, head.weight, head.bias
when trainning with this model, Gradient overflow.
The text was updated successfully, but these errors were encountered:
Hi, we do not observe the gradient problem when training upernet using the pre-trained model. The message is correct since segmentation model indeed doesnot need fc and head layers of the pre-trained classification model.
I use upernet_mae_swin_tiny_256_mask...py, but when I use checkpoint-99-model.pth as the backbone pretrained model. It reports this:
mmseg - WARNING - The model and loaded state dict do not match exactly
unexpected key in source state_dict: fc_norm.weight, fc_norm.bias, head.weight, head.bias
when trainning with this model, Gradient overflow.
The text was updated successfully, but these errors were encountered: