Package | Description |
---|---|
org.deeplearning4j.zoo | |
org.deeplearning4j.zoo.model |
Class and Description |
---|
InstantiableModel
Interface for defining a model that can be instantiated and return
information about itself.
|
ModelMetaData
Deprecated.
As of May 10, 2018. Will be removed in v1.1. Getters are now available on the inputShape from the ZooModel implementation.
|
PretrainedType
Enumerator for choosing different models, and different types of models.
|
ZooType
Enumerator for choosing different models, and different types of models.
|
Class and Description |
---|
InstantiableModel
Interface for defining a model that can be instantiated and return
information about itself.
|
ModelMetaData
Deprecated.
As of May 10, 2018. Will be removed in v1.1. Getters are now available on the inputShape from the ZooModel implementation.
|
PretrainedType
Enumerator for choosing different models, and different types of models.
|
ZooModel
A zoo model is instantiable, returns information about itself, and can download
pretrained models if available.
|
Copyright © 2019. All rights reserved.