Skip to content

Commit

Permalink
update file formats section
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilferrit committed Oct 29, 2024
1 parent 93130f0 commit f7e66db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/file_formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,6 @@ Similarly, in Casanovo evaluation mode only annotated MGF files are supported.
<!-- TODO: when index files can be reused, document this here -->

During training, Casanovo will save **checkpoint files** at every `val_check_interval` steps, specified in the configuration.
Model checkpoints will be saved in the `model_save_folder_path` folder with filename format `epoch=EPOCH-step=STEP.ckpt`, with `EPOCH` the epoch and `STEP` the training step at which the checkpoint was taken, helping you track progress and select the best model based on validation performance.
Model checkpoints will be saved to the folder specified by the `--output_dir` command line option with filename format `epoch=EPOCH-step=STEP.ckpt`, with `EPOCH` the epoch and `STEP` the training step at which the checkpoint was taken, helping you track progress and select the best model based on validation performance.

<!-- TODO: when checkpointing is made more flexible, update this information -->

0 comments on commit f7e66db

Please sign in to comment.