IImageModelDistributionSettingsObjectDetection.ImageSize Property

Definition

Image size for train and validation. Must be a positive integer. Note: The training run may get into CUDA OOM if the size is too big. Note: This settings is only supported for the 'yolov5' algorithm.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Image size for train and validation. Must be a positive integer.\r\n        Note: The training run may get into CUDA OOM if the size is too big.\r\n        Note: This settings is only supported for the 'yolov5' algorithm.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="imageSize")]
public string ImageSize { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Image size for train and validation. Must be a positive integer.\r\n        Note: The training run may get into CUDA OOM if the size is too big.\r\n        Note: This settings is only supported for the 'yolov5' algorithm.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="imageSize")>]
member this.ImageSize : string with get, set
Public Property ImageSize As String

Property Value

Attributes

Applies to