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 |
---|---|
static <T extends Output<T>> |
TensorFlowFrozenExternalModel.createTensorflowModel(OutputFactory<T> factory,
Map<String,Integer> featureMapping,
Map<T,Integer> outputMapping,
String inputName,
String outputName,
FeatureConverter featureConverter,
OutputConverter<T> outputConverter,
String filename)
Creates a TensorflowFrozenExternalModel by loading in a frozen graph.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.