public class GoogLeNet extends ZooModel
ImageNet weights for this model are available and have been converted from https://gist.github.com/joelouismarino/a2ede9ab3928f999575423b9887abd14.
ROOT_CACHE_DIR
Constructor and Description |
---|
GoogLeNet(int numLabels,
long seed,
int iterations) |
GoogLeNet(int numLabels,
long seed,
int iterations,
WorkspaceMode workspaceMode) |
Modifier and Type | Method and Description |
---|---|
ComputationGraphConfiguration |
conf() |
ComputationGraph |
init() |
ModelMetaData |
metaData() |
Class<? extends Model> |
modelType() |
long |
pretrainedChecksum(PretrainedType pretrainedType) |
String |
pretrainedUrl(PretrainedType pretrainedType) |
void |
setInputShape(int[][] inputShape) |
ZooType |
zooType() |
initPretrained, initPretrained, pretrainedAvailable
public GoogLeNet(int numLabels, long seed, int iterations)
public GoogLeNet(int numLabels, long seed, int iterations, WorkspaceMode workspaceMode)
public String pretrainedUrl(PretrainedType pretrainedType)
public long pretrainedChecksum(PretrainedType pretrainedType)
public ZooType zooType()
public ComputationGraphConfiguration conf()
public ComputationGraph init()
public ModelMetaData metaData()
public void setInputShape(int[][] inputShape)
Copyright © 2017. All rights reserved.