Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…fastai#372) * Fix faulty logic in __call__ method of Runner class, fixes fastai#370 Change `res = cb(cb_name) and res` to `res = cb(cb_name) or res` so that `__call__` method does not always return `False` but returns `True` if at least one of the callbacks returns `True`. * Strip changed notebook 05b_early_stopping
- Loading branch information