public class LeNet extends ZooModel
MNIST weights for this model are available and have been converted from https://github.com/f00-/mnist-lenet-keras.
ROOT_CACHE_DIR
Constructor and Description |
---|
LeNet(int numLabels,
long seed,
int iterations) |
LeNet(int numLabels,
long seed,
int iterations,
WorkspaceMode workspaceMode) |
Modifier and Type | Method and Description |
---|---|
MultiLayerConfiguration |
conf() |
Model |
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 LeNet(int numLabels, long seed, int iterations)
public LeNet(int numLabels, long seed, int iterations, WorkspaceMode workspaceMode)
public String pretrainedUrl(PretrainedType pretrainedType)
public long pretrainedChecksum(PretrainedType pretrainedType)
public ZooType zooType()
public MultiLayerConfiguration conf()
public Model init()
public ModelMetaData metaData()
public void setInputShape(int[][] inputShape)
Copyright © 2017. All rights reserved.