1 write to Epoch
Microsoft.ML.Vision (1)
VisionCatalog.cs (1)
76
Epoch
= epoch,
2 references to Epoch
Microsoft.ML.Vision (2)
DnnRetrainTransform.cs (2)
332
for (int epoch = 0; epoch < options.
Epoch
; epoch++)
343
pch.SetHeader(new ProgressHeader(new[] { "Loss", "Metric" }, new[] { "Epoch" }), (e) => e.SetProgress(0, epoch, options.
Epoch
));