Skip to content

Commit

Permalink
changes to log params
Browse files Browse the repository at this point in the history
  • Loading branch information
valhassan committed Nov 18, 2024
1 parent 5180254 commit 6dc52e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geo_deep_learning/tasks_with_models/segmentation_dofa.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ def test_step(self, batch, batch_idx):
break

self.log_dict(metrics,
prog_bar=True, logger=True,
on_step=True, on_epoch=True, sync_dist=True, rank_zero_only=True)
prog_bar=False, logger=True,
on_step=False, rank_zero_only=True)

def on_train_end(self):
if self.trainer.is_global_zero and self.trainer.checkpoint_callback is not None:
Expand Down

0 comments on commit 6dc52e2

Please sign in to comment.