(self, batch, batch_nb)
| 127 | self.logger.log_metrics(lrs) |
| 128 | |
| 129 | def test_step(self, batch, batch_nb): |
| 130 | return self.validation_step(batch, batch_nb) |
| 131 | |
| 132 | def test_epoch_end(self, outputs): |
| 133 | return self.validation_end(outputs) |
nothing calls this directly
no test coverage detected