Uses of Class
org.tribuo.interop.tensorflow.TensorFlowModel
Package
Description
Provides an interface to TensorFlow, allowing the training of non-sequential models using any supported
Tribuo output type.
-
Uses of TensorFlowModel in org.tribuo.interop.tensorflow
Modifier and TypeClassDescriptionfinal class
TensorFlowCheckpointModel<T extends Output<T>>
This model encapsulates a simple model with an input feed dict, and produces a single output tensor.final class
TensorFlowNativeModel<T extends Output<T>>
This model encapsulates a TensorFlow model running in graph mode with a single tensor output.