Skip to content

Commit

Permalink
Update model_checkpoint.yaml for Lightning 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amorehead authored Nov 3, 2023
1 parent bddbc24 commit 6980a5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/callbacks/model_checkpoint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ model_checkpoint:
train_time_interval: null # checkpoints are monitored at the specified time interval
every_n_epochs: null # number of epochs between checkpoints
save_on_train_epoch_end: null # whether to run checkpointing at the end of the training epoch or the end of validation
enable_version_counter: True # enables versioning for checkpoint names

0 comments on commit 6980a5d

Please sign in to comment.