Image Net pretrained model list
Namespace:
SiaNet.Common
Assembly:
SiaNet.Common (in SiaNet.Common.dll)
public enum ImageNetModel
Public Enumeration ImageNetModel
public enum class ImageNetModel
| Member name | Description |
---|
| 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
|