module training.excs#

Inheritance diagram of onnxcustom.training.excs

Short summary#

module onnxcustom.training.excs

Exceptions.

source on GitHub

Classes#

class

truncated documentation

ConvergenceError

Raised when a learning algorithm failed to converge.

ConvergenceWarning

Raised when a learning algorithm failed to converge.

EvaluationError

Raised when an evaluation failed.

ProviderError

Raised when an input is not on the expected device (CPU, GPU).

Documentation#

Exceptions.

source on GitHub

exception onnxcustom.training.excs.ConvergenceError#

Bases: RuntimeError

Raised when a learning algorithm failed to converge.

source on GitHub

exception onnxcustom.training.excs.ConvergenceWarning#

Bases: UserWarning

Raised when a learning algorithm failed to converge.

source on GitHub

exception onnxcustom.training.excs.EvaluationError#

Bases: RuntimeError

Raised when an evaluation failed.

source on GitHub

exception onnxcustom.training.excs.ProviderError#

Bases: RuntimeError

Raised when an input is not on the expected device (CPU, GPU).

source on GitHub