Application.CV.IMAGE_CLASSIFICATION models in the BasicModelZoo.See: Description
| Class | Description |
|---|---|
| MlpModelLoader |
Model loader for MLP models.
|
| ResNetModelLoader |
Model loader for ResNet_V1.
|
| ResNetV1 |
ResNetV1 contains a generic implementation of ResNet adapted from
https://github.com/tornadomeet/ResNet/blob/master/symbol_resnet.py (Original author Wei Wu) by
Antti-Pekka Hynninen. |
| ResNetV1.Builder |
The Builder to construct a
ResNetV1 object. |
Application.CV.IMAGE_CLASSIFICATION models in the BasicModelZoo.