public class ResNet50 extends ZooModel
ImageNet weights for this model are available and have been converted from https://github.com/fchollet/keras/tree/1.1.2/keras/applications.
ROOT_CACHE_DIR
Constructor and Description |
---|
ResNet50(int numLabels,
long seed,
int iterations) |
ResNet50(int outputNum,
long seed,
int iterations,
WorkspaceMode workspaceMode) |
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) |
ZooType |
zooType() |
initPretrained, initPretrained, pretrainedAvailable
public ResNet50(int numLabels, long seed, int iterations)
public ResNet50(int outputNum, long seed, int iterations, WorkspaceMode workspaceMode)
public String pretrainedUrl(PretrainedType pretrainedType)
public long pretrainedChecksum(PretrainedType pretrainedType)
public ZooType zooType()
public ComputationGraph init()
public ComputationGraphConfiguration.GraphBuilder graphBuilder()
public ModelMetaData metaData()
public void setInputShape(int[][] inputShape)
Copyright © 2017. All rights reserved.