Shortcuts

Source code for ignite.exceptions

__all__ = ["NotComputableError"]


[docs]class NotComputableError(RuntimeError): """ Exception class to raise if Metric cannot be computed. """

© Copyright 2025, PyTorch-Ignite Contributors. Last updated on 04/22/2025, 2:29:52 PM.

Built with Sphinx using a theme provided by Read the Docs.