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