Logging global step while training

This commit is contained in:
Shivam Mehta
2023-12-06 10:39:54 +00:00
parent f39ee6cf3b
commit 0ed9290c31

View File

@@ -81,7 +81,7 @@ class BaseLightningClass(LightningModule, ABC):
"step",
float(self.global_step),
on_step=True,
on_epoch=True,
prog_bar=True,
logger=True,
sync_dist=True,
)