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
Unexpected key(s) in state_dict: "patch_embedding.cls_token".
I compared the keys between the download weight file vitautoenc_weights.pt and the class ViTAutoEnc and found that patch_embedding.cls_token is not in the latest implementation of ViTAutoEnc network. Maybe the pretrained weight is trained in an old version of the network.
Here should the pretrained weight be updated, or the ssl_finetuning_train.py should be modified to load weights correctly?