public class InceptionResNetV2 extends KerasZooModel
| Modifier and Type | Class and Description |
|---|---|
static class |
InceptionResNetV2.VARIATION
Different variations of the model.
|
| Modifier and Type | Field and Description |
|---|---|
static int[] |
inputShape
Default input shape of the model.
|
| Constructor and Description |
|---|
InceptionResNetV2()
Instantiate the model.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
modelFamily()
Get the model family.
|
java.lang.String |
modelPrettyName()
Get the pretty name of the model (e.g., ResNet 50)
|
void |
setVariation(java.lang.Enum variation) |
init, initPretrained, metaData, modelType, pretrainedChecksum, pretrainedUrl, setInputShapepublic void setVariation(java.lang.Enum variation)
setVariation in class KerasZooModelpublic java.lang.String modelFamily()
KerasZooModelmodelFamily in class KerasZooModelpublic java.lang.String modelPrettyName()
KerasZooModelmodelPrettyName in class KerasZooModel