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(Create=true, 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) }, Read=true, ReadOnly=false, Required=false, SerializedName="imageSize", Update=true)]
public string ImageSize { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, 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) }, Read=true, ReadOnly=false, Required=false, SerializedName="imageSize", Update=true)>]
member this.ImageSize : string with get, set
Public Property ImageSize As String

Property Value

Attributes

Applies to