Uses of Class
org.tribuo.interop.tensorflow.TensorFlowModel
Packages that use 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
Subclasses of TensorFlowModel in org.tribuo.interop.tensorflowModifier and TypeClassDescriptionfinal classTensorFlowCheckpointModel<T extends Output<T>>This model encapsulates a simple model with an input feed dict, and produces a single output tensor.final classTensorFlowNativeModel<T extends Output<T>>This model encapsulates a TensorFlow model running in graph mode with a single tensor output.Methods in org.tribuo.interop.tensorflow that return TensorFlowModel