你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MachineLearningBatchDeploymentProperties.MiniBatchSize 属性

定义

传递给每个批处理调用的微型批的大小。 对于 FileDataset,这是每个微型批的文件数。 对于 TabularDataset,这是每个微批记录的大小(以字节为单位)。

public long? MiniBatchSize { get; set; }
member this.MiniBatchSize : Nullable<int64> with get, set
Public Property MiniBatchSize As Nullable(Of Long)

属性值

适用于