Shortcuts

Source code for ignite.exceptions

__all__ = ["NotComputableError"]


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

© Copyright 2022, PyTorch-Ignite Contributors. Last updated on 02/14/2022, 11:26:30 AM.

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