Skip to content
Discussion options

You must be logged in to vote

Dear @vasl12,

You have multiple options:

  • pass strict=False
  • drop the key before saving the weights. Use on_save_checkpoint hook to access the checkpoint and drop the associated key.
  • re-create the missing module in your model

Best,
T.C

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by carmocca
Comment options

You must be logged in to vote
2 replies
@tchaton
Comment options

@tchaton
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment