Skip to content

Commit

Permalink
fix: addendum to #534
Browse files Browse the repository at this point in the history
  • Loading branch information
nkemnitz committed Nov 8, 2023
1 parent d78b69e commit d3b30ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zetta_utils/training/lightning/trainers/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ def unwrap_forward(pl_module: pl.LightningModule, name: str) -> None:
delattr(model, "__forward__")
del wrapped_forward

@pl.utilities.rank_zero.rank_zero_only
def on_validation_batch_start(
self,
trainer: pl.Trainer,
Expand Down

0 comments on commit d3b30ba

Please sign in to comment.