(self, phase, **kwargs)
| 18 | |
| 19 | |
| 20 | def epoch_started(self, phase, **kwargs): |
| 21 | phase.loss_acum_per_epoch=0.0 |
| 22 | phase.loss_pos_acum_per_epoch=0.0 |
| 23 | phase.loss_dir_acum_per_epoch=0.0 |
| 24 | phase.loss_curv_acum_per_epoch=0.0 |
| 25 | |
| 26 | def epoch_ended(self, phase, **kwargs): |
| 27 |
nothing calls this directly
no outgoing calls
no test coverage detected