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.

exception tensornn.errors.InitializationError

Bases: Exception

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

exception tensornn.errors.InputDimError

Bases: Exception

Raised when number of dimensions of inputs is not correct.

exception tensornn.errors.NotRegisteredError

Bases: Exception

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