Uses of Class
org.tribuo.interop.tensorflow.TensorflowExternalModel
Packages that use TensorflowExternalModel
Package
Description
Provides an interface to Tensorflow, allowing the training of non-sequential models using any supported
Tribuo output type.
-
Uses of TensorflowExternalModel in org.tribuo.interop.tensorflow
Methods in org.tribuo.interop.tensorflow that return TensorflowExternalModelModifier and TypeMethodDescriptionstatic <T extends Output<T>>
TensorflowExternalModel<T> TensorflowExternalModel.createTensorflowModel
(OutputFactory<T> factory, Map<String, Integer> featureMapping, Map<T, Integer> outputMapping, String inputName, String outputName, ExampleTransformer<T> featureTransformer, OutputTransformer<T> outputTransformer, String filename) Creates a TensorflowExternalModel by loading in a frozen graph.