Skip to content

[tensorflow]

Tensorflow models interfacing tools.

This submodule provides with a generic interface to wrap up any TensorFlow tensorflow.keras.Model instance that is to be trained with gradient descent.

It exposes the following classes:

It also exposes the utils submodule, which mainly aims at providing tools used in the backend of the former objects.