public class Dl4jResNet50 extends AbstractZooModel
| Constructor and Description |
|---|
Dl4jResNet50()
Instantiate the model.
|
| Modifier and Type | Method and Description |
|---|---|
org.nd4j.linalg.dataset.api.preprocessor.ImagePreProcessingScaler |
getImagePreprocessingScaler()
Get the preprocessor to process this model's data with
|
int[] |
getInputShape()
Get the input shape of this zoomodel
|
java.lang.Enum |
getVariation()
Get the current variation of the zoo model (e.g., Resnet50 or Resnet101)
|
org.deeplearning4j.nn.graph.ComputationGraph |
init(int numLabels,
long seed,
int[] shape,
boolean filterMode)
Initialize the ZooModel as MLP.
|
getChannelsLast, getDefaultGraph, getExtraLayersToRemove, getFeatureExtractionLayer, getNumFExtractOutputs, getOptions, getOutputlayer, getPretrainedType, getPrettyName, initZooModel, isPretrained, isRequiresPooling, listOptions, requiresPreProcessing, setChannelsLast, setExtraLayersToRemove, setFeatureExtractionLayer, setNumFExtractOutputs, setOptions, setOutputLayer, setPretrainedType, setRequiresPoolingpublic org.deeplearning4j.nn.graph.ComputationGraph init(int numLabels,
long seed,
int[] shape,
boolean filterMode)
AbstractZooModelinit in class AbstractZooModelnumLabels - Number of labels to adjust the outputseed - Seedshape - shapefilterMode - True if creating for feature extractionpublic int[] getInputShape()
AbstractZooModelgetInputShape in class AbstractZooModelpublic java.lang.Enum getVariation()
getVariation in class AbstractZooModelpublic org.nd4j.linalg.dataset.api.preprocessor.ImagePreProcessingScaler getImagePreprocessingScaler()
AbstractZooModelgetImagePreprocessingScaler in class AbstractZooModel