tensornn.errors
This file contains errors the TensorNN might raise.
Exceptions
Raised when there is a problem with initialization, ex: too few layers |
|
Raised when number of dimensions of inputs is not correct. |
|
Raised when you try to train your NeuralNetwork before registering it. |
- exception tensornn.errors.InitializationError
Bases:
ExceptionRaised when there is a problem with initialization, ex: too few layers
- exception tensornn.errors.InputDimError
Bases:
ExceptionRaised when number of dimensions of inputs is not correct.
- exception tensornn.errors.NotRegisteredError
Bases:
ExceptionRaised when you try to train your NeuralNetwork before registering it.