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.
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) |
initPretrained, initPretrained, modelName, pretrainedAvailable
public String pretrainedUrl(PretrainedType pretrainedType)
public long pretrainedChecksum(PretrainedType pretrainedType)
public ComputationGraphConfiguration conf()
public ComputationGraph init()
public ModelMetaData metaData()
public void setInputShape(int[][] inputShape)
Copyright © 2020. All rights reserved.