Shortcuts

Source code for nets.utils.errors

"""
Defines custom errors.
"""


[docs]class BackwardCallError(Exception): r""" This error is used when the call to ``backward`` method is not legit. """ pass

Docs

Access comprehensive developer documentation for Nets

View Docs

Tutorials

Get beginners tutorials and create state-of-the-art models

View Tutorials

Resources

Check the GitHub page and contribute to the project

View GitHub