.. _f-excs: module ``training.excs`` ======================== .. inheritance-diagram:: onnxcustom.training.excs Short summary +++++++++++++ module ``onnxcustom.training.excs`` Exceptions. :githublink:`%|py|5` Classes +++++++ +---------------------------------------------------------------------------+----------------------------------------------------------------+ | class | truncated documentation | +===========================================================================+================================================================+ | :class:`ConvergenceError ` | Raised when a learning algorithm failed to converge. | +---------------------------------------------------------------------------+----------------------------------------------------------------+ | :class:`ConvergenceWarning ` | Raised when a learning algorithm failed to converge. | +---------------------------------------------------------------------------+----------------------------------------------------------------+ | :class:`EvaluationError ` | Raised when an evaluation failed. | +---------------------------------------------------------------------------+----------------------------------------------------------------+ | :class:`ProviderError ` | Raised when an input is not on the expected device (CPU, GPU). | +---------------------------------------------------------------------------+----------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: onnxcustom.training.excs :members: :special-members: __init__ :show-inheritance: