We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fae3aa5 commit c111f25Copy full SHA for c111f25
src/lightning/pytorch/loops/progress.py
@@ -225,7 +225,7 @@ def reset_on_run(self) -> None:
225
super().reset_on_run()
226
self.is_last_batch = False
227
228
- def increment_by(self, n: int, is_last_batch: bool=False) -> None:
+ def increment_by(self, n: int, is_last_batch: bool = False) -> None:
229
super().increment_by(n)
230
self.is_last_batch = is_last_batch
231
0 commit comments