(self)
| 16 | def on_loss_end(self): pass |
| 17 | def on_step_begin(self): pass |
| 18 | def on_step_end(self): pass |
| 19 | |
| 20 | class EarlyStopping: |
| 21 | """Early stops the training if validation loss doesn't improve after a given patience.""" |
nothing calls this directly
no outgoing calls
no test coverage detected