public class VGG16 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.
CIFAR-10 weights for this model are available and have been converted using "approach 2" from https://github.com/rajatvikramsingh/cifar10-vgg16.
VGGFace weights for this model are available and have been converted from https://github.com/rcmalli/keras-vggface.
ROOT_CACHE_DIR
Constructor and Description |
---|
VGG16(int numLabels,
long seed,
int iterations) |
VGG16(int numLabels,
long seed,
int iterations,
WorkspaceMode workspaceMode) |
Modifier and Type | Method and Description |
---|---|
MultiLayerConfiguration |
conf() |
MultiLayerNetwork |
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 VGG16(int numLabels, long seed, int iterations)
public VGG16(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 MultiLayerNetwork init()
public ModelMetaData metaData()
public void setInputShape(int[][] inputShape)
Copyright © 2017. All rights reserved.