(self, ctx)
| 286 | self.cb.after_epoch() |
| 287 | |
| 288 | def _before_run(self, ctx): |
| 289 | return self.cb._before_run(ctx) |
| 290 | |
| 291 | def _after_run(self, ctx, run_values): |
| 292 | self.cb._after_run(ctx, run_values) |
nothing calls this directly
no test coverage detected