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
While loading the state_dict from checkpoint['model_state_dict'] on line 89 in label.py, I got the following error:
RuntimeError: Error(s) in loading state_dict for DataParallel:
Missing key(s) in state_dict: "module.bert.embeddings.position_ids".
I downloaded the checkpoint file directly from the google drive folder here. Would setting strict=False when loading the state_dict significantly hurt performance? Thank you for your help.
The text was updated successfully, but these errors were encountered:
While loading the state_dict from checkpoint['model_state_dict'] on line 89 in label.py, I got the following error:
RuntimeError: Error(s) in loading state_dict for DataParallel:
Missing key(s) in state_dict: "module.bert.embeddings.position_ids".
I downloaded the checkpoint file directly from the google drive folder here. Would setting strict=False when loading the state_dict significantly hurt performance? Thank you for your help.
The text was updated successfully, but these errors were encountered: