Uses of Class
org.tribuo.interop.tensorflow.TensorFlowCheckpointModel
Packages that use 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.tensorflowMethods in org.tribuo.interop.tensorflow that return TensorFlowCheckpointModelModifier and TypeMethodDescriptionTensorFlowNativeModel.convertToCheckpointModel(String checkpointDirectory, String checkpointName) Creates aTensorFlowCheckpointModelversion of this model.protected TensorFlowCheckpointModel<T> TensorFlowCheckpointModel.copy(String newName, ModelProvenance newProvenance)