mirror of
https://github.com/shivammehta25/Matcha-TTS.git
synced 2026-02-05 18:29:19 +08:00
Logging global step while training
This commit is contained in:
@@ -81,7 +81,7 @@ class BaseLightningClass(LightningModule, ABC):
|
|||||||
"step",
|
"step",
|
||||||
float(self.global_step),
|
float(self.global_step),
|
||||||
on_step=True,
|
on_step=True,
|
||||||
on_epoch=True,
|
prog_bar=True,
|
||||||
logger=True,
|
logger=True,
|
||||||
sync_dist=True,
|
sync_dist=True,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user