You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/samples/Microsoft.ML.Samples/Dynamic/Trainers/MulticlassClassification/ImageClassification/LearningRateSchedulingCifarResnetTransferLearning.cs
Copy file name to clipboardExpand all lines: docs/samples/Microsoft.ML.Samples/Dynamic/Trainers/MulticlassClassification/ImageClassification/ResnetV2101TransferLearningTrainTestSplit.cs
@@ -353,12 +350,6 @@ public sealed class Options : TrainerInputBaseWithLabel
353
350
[Argument(ArgumentType.AtMostOnce,HelpText="Learning rate to use during optimization.",SortOrder=12)]
354
351
publicfloatLearningRate=0.01f;
355
352
356
-
/// <summary>
357
-
/// Whether to disable use of early stopping technique. Training will go on for the full epoch count.
358
-
/// </summary>
359
-
[Argument(ArgumentType.AtMostOnce,HelpText="Whether to disable use of early stopping technique. Training will go on for the full epoch count.",SortOrder=15)]
360
-
publicboolDisableEarlyStopping=false;
361
-
362
353
/// <summary>
363
354
/// Early stopping technique parameters to be used to terminate training when training metric stops improving.
364
355
/// </summary>
@@ -393,7 +384,7 @@ public sealed class Options : TrainerInputBaseWithLabel
393
384
/// Callback to report statistics on accuracy/cross entropy during training phase.
394
385
/// </summary>
395
386
[Argument(ArgumentType.AtMostOnce,HelpText="Callback to report metrics during training and validation phase.",SortOrder=15)]
0 commit comments