Skip to content

Commit

Permalink
fix: removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
moversekostas committed Jun 26, 2024
1 parent b00f2bb commit 165f38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moai/core/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ def test_step(
)
):
extras = {
"lightning_step": self.trainer.test_loop.batch_progress.current.completed, #self.global_step,
"lightning_step": self.trainer.test_loop.batch_progress.current.completed,
"epoch": self.current_epoch,
"batch_idx": batch_idx,
}
Expand Down

0 comments on commit 165f38b

Please sign in to comment.