ImageNetModel Enumeration

Image Net pretrained model list

Namespace:  SiaNet.Common
Assembly:  SiaNet.Common (in SiaNet.Common.dll)

Syntax


public enum ImageNetModel
Public Enumeration ImageNetModel
public enum class ImageNetModel

Members


Member nameDescription
AlexNet The Alexnet model
InceptionV3 The inception v3 model
ResNet18 The ResNet18 model
ResNet34 The ResNet34 model
ResNet50 The ResNet50 model
ResNet101 The ResNet101 model
ResNet152 The ResNet152 model
VGG16 The VGG16 model
VGG19 The VGG19