ImageClassificationTrainer.Options.ScoreColumnName Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Name of the tensor that will contain the output scores of the last layer when transfer learning is done. The default tensor name is "Score".
public string ScoreColumnName;
val mutable ScoreColumnName : string
Public ScoreColumnName As String