Skip to content

Change training checkpoint's format #51

@MaxenceLarose

Description

@MaxenceLarose

At present, we are saving callbacks_state, epoch_state, model_state, and training_state in the .pt format. However, it would be better to create a separate folder for each epoch and save the model_state in .pt format and the other states in .json format with the folder name being epoch_<epoch_idx>.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions