(self, phase, **kwargs)
| 24 | phase.loss_curv_acum_per_epoch=0.0 |
| 25 | |
| 26 | def epoch_ended(self, phase, **kwargs): |
| 27 | |
| 28 | phase.epoch_nr+=1 |
| 29 | |
| 30 | def phase_started(self, phase, **kwargs): |
| 31 | phase.samples_processed_this_epoch=0 |
nothing calls this directly
no outgoing calls
no test coverage detected