Uses of Class
org.tribuo.interop.tensorflow.TensorFlowCheckpointModel
Package
Description
Provides an interface to TensorFlow, allowing the training of non-sequential models using any supported
Tribuo output type.
-
Uses of TensorFlowCheckpointModel in org.tribuo.interop.tensorflow
Modifier and TypeMethodDescriptionTensorFlowNativeModel.convertToCheckpointModel
(String checkpointDirectory, String checkpointName) Creates aTensorFlowCheckpointModel
version of this model.protected TensorFlowCheckpointModel<T>
TensorFlowCheckpointModel.copy
(String newName, ModelProvenance newProvenance) static TensorFlowCheckpointModel<?>
TensorFlowCheckpointModel.deserializeFromProto
(int version, String className, com.google.protobuf.Any message) Deserialization factory.