mmsegmentation
mmsegmentation copied to clipboard
Resize the pos_embed shape from torch.Size([1, 197, 768]) to torch.Size([1, 1025, 768])
When i trained vit_vit-b16_mln_upernet_8xb2-80k_cag-512x512.py with pretrained checpoint "pretrain/jx_vit_base_p16_224-80ecf9dd.pth" i got the warning "Resize the pos_embed shape from torch.Size([1, 197, 768]) to torch.Size([1, 1025, 768])".
Is it okay to ignore this warning? Thank you in advance!