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, setInputShape
public void setVariation(java.lang.Enum variation)
setVariation
in class KerasZooModel
public java.lang.String modelFamily()
KerasZooModel
modelFamily
in class KerasZooModel
public java.lang.String modelPrettyName()
KerasZooModel
modelPrettyName
in class KerasZooModel