Uses of Class
org.tribuo.interop.tensorflow.TensorFlowNativeModel
Packages that use TensorFlowNativeModel
Package
Description
Provides an interface to TensorFlow, allowing the training of non-sequential models using any supported
Tribuo output type.
-
Uses of TensorFlowNativeModel in org.tribuo.interop.tensorflow
Methods in org.tribuo.interop.tensorflow that return TensorFlowNativeModelModifier and TypeMethodDescriptionTensorFlowCheckpointModel.convertToNativeModel()Creates aTensorFlowNativeModelversion of this model.protected TensorFlowNativeModel<T> TensorFlowNativeModel.copy(String newName, ModelProvenance newProvenance)