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
Thanks for releasing the code!
I am trying to run QuestionAnsweringSquadDiffMaskAnalysis.ipynb. but I get this error when load_from_checkpoint() RuntimeError: Error(s) in loading state_dict for BertQuestionAnsweringSquadDiffMask: Missing key(s) in state_dict: "net.bert.embeddings.position_ids". Unexpected key(s) in state_dict: "net.bert.pooler.dense.weight", "net.bert.pooler.dense.bias"
I have check the model path and models/squad-diffmask-input.ckpt is there. How can i fix it? @nicola-decao
The text was updated successfully, but these errors were encountered:
Thanks for releasing the code!
I am trying to run
QuestionAnsweringSquadDiffMaskAnalysis.ipynb
. but I get this error when load_from_checkpoint()RuntimeError: Error(s) in loading state_dict for BertQuestionAnsweringSquadDiffMask: Missing key(s) in state_dict: "net.bert.embeddings.position_ids". Unexpected key(s) in state_dict: "net.bert.pooler.dense.weight", "net.bert.pooler.dense.bias"
I have check the model path and
models/squad-diffmask-input.ckpt
is there. How can i fix it?@nicola-decao
The text was updated successfully, but these errors were encountered: