Package | Description |
---|---|
org.tribuo.interop.tensorflow |
Provides an interface to TensorFlow, allowing the training of non-sequential models using any supported
Tribuo output type.
|
Modifier and Type | Method and Description |
---|---|
TensorFlowCheckpointModel<T> |
TensorFlowNativeModel.convertToCheckpointModel(String checkpointDirectory,
String checkpointName)
Creates a
TensorFlowCheckpointModel version of this model. |
protected TensorFlowCheckpointModel<T> |
TensorFlowCheckpointModel.copy(String newName,
ModelProvenance newProvenance) |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.