1 implementation of SetMetric
Microsoft.ML.Core (1)
Data\ProgressReporter.cs (1)
545
public void
SetMetric
(int index, Double value)
5 references to SetMetric
Microsoft.ML.Data (2)
Transforms\ValueToKeyMappingTransformer.cs (2)
496
e.
SetMetric
(0, trainer.Count);
611
e.
SetMetric
(0, trainer.Sum(t => t.Count));
Microsoft.ML.TorchSharp (3)
AutoFormerV2\ObjectDetectionTrainer.cs (1)
171
e.
SetMetric
(0, trainer.LossValue);
Roberta\QATrainer.cs (1)
160
e.
SetMetric
(0, trainer.LossValue);
TorchSharpBaseTrainer.cs (1)
108
pch.SetHeader(header, e => e.
SetMetric
(0, trainer.Accuracy));