(self, epoch, logs=None)
| 1665 | self._increment_step(self._validation_run_name) |
| 1666 | |
| 1667 | def on_epoch_begin(self, epoch, logs=None): |
| 1668 | self._set_default_writer(self._train_run_name) |
| 1669 | |
| 1670 | def on_epoch_end(self, epoch, logs=None): |
| 1671 | """Runs metrics and histogram summaries at epoch end.""" |
nothing calls this directly
no test coverage detected