1 write to BatchSize
Microsoft.ML.Vision (1)
VisionCatalog.cs (1)
79BatchSize = batchSize,
5 references to BatchSize
Microsoft.ML.Vision (5)
DnnRetrainTransform.cs (5)
174options.ModelLocation, false, options.AddBatchDimensionInputs, options.BatchSize) 289GetTrainingInputInfo(inputSchema, _inputs[i], inputsForTraining[i], options.BatchSize); 295GetTrainingInputInfo(inputSchema, options.LabelColumn, inputsForTraining[index], options.BatchSize); 353if (((cursor.Position + 1) % options.BatchSize) == 0) 364ch.Warning("Not training on the last batch. The batch size is less than {0}.", options.BatchSize);