Skip to content

Commit

Permalink
Update checkpointer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vturrisi committed Jun 18, 2024
1 parent ccdba0b commit 6985b84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions solo/utils/checkpointer.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,7 @@ def on_train_epoch_end(self, trainer: pl.Trainer, _):
if epoch % self.frequency == 0:
self.save(trainer)

def on_train_end(self, trainer: pl.
Trainer, _):
def on_train_end(self, trainer: pl.Trainer, _):
"""Saves model at the end of training.
Args:
Expand Down

0 comments on commit 6985b84

Please sign in to comment.