ImageClassificationTrainer.Options.Arch Field
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.
Specifies the model architecture to be used in the case of image classification training using transfer learning. The default Architecture is Resnet_v2_50.
public Microsoft.ML.Vision.ImageClassificationTrainer.Architecture Arch;
val mutable Arch : Microsoft.ML.Vision.ImageClassificationTrainer.Architecture
Public Arch As ImageClassificationTrainer.Architecture