InvalidCheckpointPath

InvalidCheckpointPath#

class braintools.file.InvalidCheckpointPath(path)[source]#

Raised for an invalid checkpoint target or corrupt checkpoint data.

This is raised when saving with overwrite=False to a path that already exists, or when loading data that cannot be decoded as a valid checkpoint.