public class NASNet extends ZooModel
This implementation uses 1056 penultimate filters and an input shape of (3, 224, 224). You can change this.
Paper: https://arxiv.org/abs/1707.07012
ImageNet weights for this model are available and have been converted from https://keras.io/applications/.
Modifier and Type | Method and Description |
---|---|
ComputationGraphConfiguration.GraphBuilder |
graphBuilder() |
ComputationGraph |
init() |
ModelMetaData |
metaData() |
Class<? extends Model> |
modelType() |
long |
pretrainedChecksum(PretrainedType pretrainedType) |
String |
pretrainedUrl(PretrainedType pretrainedType) |
void |
setInputShape(int[][] inputShape) |
initPretrained, initPretrained, modelName, pretrainedAvailable
public String pretrainedUrl(PretrainedType pretrainedType)
public long pretrainedChecksum(PretrainedType pretrainedType)
public ComputationGraph init()
public ComputationGraphConfiguration.GraphBuilder graphBuilder()
public ModelMetaData metaData()
public void setInputShape(int[][] inputShape)
Copyright © 2019. All rights reserved.