Add architecture version
when checkpointing
#351
Labels
Priority: Medium
Important issues to address after high priority.
version
when checkpointing
#351
When loading a checkpoint from an older version of metatrain using a architecture's
load_checkpoint
and the architecture changes one may gets a very cryptic error message likeTo improve this we should add an architecture
version
inside the checkpoint and check this against the current architecture version. If they disagree we can raise a better error message. The version could be just a simple integer.The text was updated successfully, but these errors were encountered: