Contents:
Quick Links:
"""Custom exception implementations.""" [docs]class ModelIsNotCompiledException(Exception): """Raise when model is not compiled.""" [docs]class NoGradientException(Exception): """Raise for nodes that have no gradients."""