__all__ = ['StopTraining'] [docs]class StopTraining(Exception): """ An exception thrown to stop training. """ pass