Click or drag to resize

GraphCTCLoss Method

http://www.emgu.com
CTCLoss

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public Operation CTCLoss(
	Output inputs,
	Output labels_indices,
	Output labels_values,
	Output sequence_length,
	bool preprocess_collapse_repeated = false,
	bool ctc_merge_repeated = true,
	bool ignore_longer_outputs_than_inputs = false,
	string opName = "CTCLoss"
)

Parameters

inputs
Type: Emgu.TFOutput
Input to the operation.
labels_indices
Type: Emgu.TFOutput
Input to the operation.
labels_values
Type: Emgu.TFOutput
Input to the operation.
sequence_length
Type: Emgu.TFOutput
Input to the operation.
preprocess_collapse_repeated (Optional)
Type: SystemBoolean
preprocess collapse repeated
ctc_merge_repeated (Optional)
Type: SystemBoolean
ctc merge repeated
ignore_longer_outputs_than_inputs (Optional)
Type: SystemBoolean
ignore longer outputs than inputs
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.CTCLoss(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.Boolean,System.Boolean,System.Boolean,System.String)"]

See Also