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