Skip to content

Commit

Permalink
it ran. now logging back on
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalmsley committed Jan 15, 2024
1 parent de7562b commit 2b387c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zoobot/pytorch/estimators/define_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def on_validation_epoch_end(self) -> None:

def on_test_epoch_end(self) -> None:
logging.info('start test epoch end')
# self.log_all_metrics(subset='test')
self.log_all_metrics(subset='test')
logging.info('end test epoch end')

def calculate_loss_and_update_loss_metrics(self, predictions, labels, step_name):
Expand Down

0 comments on commit 2b387c6

Please sign in to comment.