Uses of Interface
org.tribuo.interop.tensorflow.sequence.SequenceFeatureConverter
Packages that use SequenceFeatureConverter
Package
Description
Provides an interface for working with TensorFlow sequence models, using Tribuo's
SequenceModel abstraction.-
Uses of SequenceFeatureConverter in org.tribuo.interop.tensorflow.sequence
Fields in org.tribuo.interop.tensorflow.sequence declared as SequenceFeatureConverterModifier and TypeFieldDescriptionprotected final SequenceFeatureConverterTensorFlowSequenceModel.featureConverterprotected SequenceFeatureConverterTensorFlowSequenceTrainer.featureConverterConstructors in org.tribuo.interop.tensorflow.sequence with parameters of type SequenceFeatureConverterModifierConstructorDescriptionTensorFlowSequenceTrainer(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.