Share via


ImageClassificationTrainer.Options.PredictedLabelColumnName Field

Definition

Name of the tensor that will contain the predicted label from output scores of the last layer when transfer learning is done. The default tensor name is "PredictedLabel".

public string PredictedLabelColumnName;
val mutable PredictedLabelColumnName : string
Public PredictedLabelColumnName As String 

Field Value

Applies to