ImageClassificationTrainer.Architecture Enum
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.
Image classification model.
public enum ImageClassificationTrainer.Architecture
type ImageClassificationTrainer.Architecture =
Public Enum ImageClassificationTrainer.Architecture
- Inheritance
-
ImageClassificationTrainer.Architecture
Fields
Name | Value | Description |
---|---|---|
ResnetV2101 | 0 | |
InceptionV3 | 1 | |
MobilenetV2 | 2 | |
ResnetV250 | 3 |