Interface | Description |
---|---|
InstantiableModel |
Interface for defining a model that can be instantiated and return
information about itself.
|
Class | Description |
---|---|
ModelMetaData |
Metadata describing a model, including input shapes.
|
ModelSelector |
Helper class for selecting multiple models from the zoo.
|
ZooModel<T> |
A zoo model is instantiable, returns information about itself, and can download
pretrained models if available.
|
Enum | Description |
---|---|
PretrainedType |
Enumerator for choosing different models, and different types of models.
|
ZooType |
Enumerator for choosing different models, and different types of models.
|
Copyright © 2017. All rights reserved.