[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:
- TensorflowModel: Model subclass to wrap tensorflow.keras.Model objects.
- TensorflowOptiModule: OptiModule subclass to wrap keras Optimizer objects.
- TensorflowVector: Vector subclass to wrap tensorflow.Tensor objects.
It also exposes the utils submodule, which mainly aims at providing tools used in the backend of the former objects.