(self, trainer: Trainer, pl_module: LightningModule)
| 412 | |
| 413 | @trainer_rank_zero_only |
| 414 | def on_validation_start(self, trainer: Trainer, pl_module: LightningModule) -> None: |
| 415 | self.eval_t0 = time.perf_counter() |
| 416 | |
| 417 | @trainer_rank_zero_only |
| 418 | def on_validation_end(self, trainer: Trainer, pl_module: LightningModule) -> None: |
nothing calls this directly
no outgoing calls
no test coverage detected