Shortcuts

Source code for ignite.exceptions

__all__ = ["NotComputableError"]


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

© Copyright 2024, PyTorch-Ignite Contributors. Last updated on 03/28/2024, 1:20:03 PM.

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