4 references to SweepBatchSize
Microsoft.ML.Sweeper (4)
SweepCommand.cs (4)
71
_host.CheckUserArg(args.
SweepBatchSize
> 0, nameof(args.
SweepBatchSize
), "Must be positive");
74
_initBatchSize = args.InitialSweepBatchSize ?? args.
SweepBatchSize
;
75
_batchSize = args.
SweepBatchSize
;