ImageModelSettingsObjectDetection.ModelSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET