Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 3, 2023
1 parent a5f49a9 commit 18cf87c
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 137 deletions.
3 changes: 1 addition & 2 deletions ludwig/callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,7 @@ def should_early_stop(self, trainer, progress_tracker, is_coordinator):

def on_checkpoint(self, trainer, progress_tracker):
"""Called after each checkpoint is passed, regardless of whether the model was evaluated or saved at that
checkpoint.
"""
checkpoint."""
pass

def on_save_best_checkpoint(self, trainer, progress_tracker, save_path):
Expand Down
Loading

0 comments on commit 18cf87c

Please sign in to comment.