Sdílet prostřednictvím


ImageModelSettingsObjectDetection.ModelSize Property

Definition

Model size. Must be 'small', 'medium', 'large', or 'xlarge'. Note: training run may get into CUDA OOM if the model size is too big. Note: This settings is only supported for the 'yolov5' algorithm.

public Azure.ResourceManager.MachineLearning.Models.MachineLearningModelSize? ModelSize { get; set; }
member this.ModelSize : Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningModelSize> with get, set
Public Property ModelSize As Nullable(Of MachineLearningModelSize)

Property Value

Applies to