3 writes to MaxEpoch
Microsoft.ML.AutoML (1)
SweepableEstimator\Estimators\ObjectDetection.cs (1)
24
MaxEpoch
= param.MaxEpoch,
Microsoft.ML.TorchSharp (1)
AutoFormerV2\ObjectDetectionTrainer.cs (1)
150
MaxEpoch
= maxEpoch
Microsoft.ML.TorchSharp.Tests (1)
ObjectDetectionTests.cs (1)
59
MaxEpoch
= 1,
2 references to MaxEpoch
Microsoft.ML.TorchSharp (2)
AutoFormerV2\ObjectDetectionTrainer.cs (2)
124
Contracts.Assert(options.
MaxEpoch
> 0);
174
for (int i = 0; i < Option.
MaxEpoch
; i++)