Package | Description |
---|---|
org.tribuo.interop.tensorflow.sequence |
Provides an interface for working with TensorFlow sequence models, using Tribuo's
SequenceModel abstraction. |
Modifier and Type | Field and Description |
---|---|
protected SequenceFeatureConverter |
TensorFlowSequenceTrainer.featureConverter |
protected SequenceFeatureConverter |
TensorFlowSequenceModel.featureConverter |
Constructor and Description |
---|
TensorFlowSequenceTrainer(Path graphPath,
SequenceFeatureConverter featureConverter,
SequenceOutputConverter<T> outputConverter,
int minibatchSize,
int epochs,
int loggingInterval,
long seed,
String trainOp,
String getLossOp,
String predictOp)
Constructs a TensorFlowSequenceTrainer using the specified parameters.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.