tensornn.errors

This file contains errors the TensorNN might raise.

Exceptions

InitializationError

Raised when there is a problem with initialization, ex: too few layers

InputDimError

Raised when number of dimensions of inputs is not correct.

NotRegisteredError

Raised when you try to train your NeuralNetwork before registering it.