Shortcuts

Source code for ignite.exceptions

__all__ = ["NotComputableError"]


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