Skip to content

Commit

Permalink
change the order of args
Browse files Browse the repository at this point in the history
  • Loading branch information
bw4sz committed Nov 9, 2023
1 parent fd93aab commit 6050220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepforest/callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def log_images(self, pl_module):
"skipping upload, images were saved to {}, "
"error was rasied {}".format(self.savedir, e))

def on_validation_epoch_end(self, trainer, pl_module):
def on_validation_end(self, trainer, pl_module):
if trainer.sanity_checking: # optional skip
return

Expand Down

0 comments on commit 6050220

Please sign in to comment.