public class CenterLossOutputLayerSpace extends BaseOutputLayerSpace<org.deeplearning4j.nn.conf.layers.CenterLossOutputLayer>
| Modifier and Type | Class and Description |
|---|---|
static class |
CenterLossOutputLayerSpace.Builder |
hasBias, lossFunctionconstrainAll, constrainBias, constrainWeights, nIn, nOutactivationFunction, biasInit, biasUpdater, dist, gradientNormalization, gradientNormalizationThreshold, l1, l1Bias, l2, l2Bias, numParameters, updater, weightInit, weightNoisedropOut| Modifier | Constructor and Description |
|---|---|
protected |
CenterLossOutputLayerSpace(CenterLossOutputLayerSpace.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
org.deeplearning4j.nn.conf.layers.CenterLossOutputLayer |
getValue(double[] parameterValues) |
protected void |
setLayerBuilderOptions(org.deeplearning4j.nn.conf.layers.CenterLossOutputLayer.Builder builder,
double[] values) |
setLayerOptionsBuildersetLayerOptionsBuilder, toString, toStringisLeaf, numParameters, setIndices, setLayerOptionsBuildercollectLeaves, setLayerOptionsBuildergetNestedSpacesprotected CenterLossOutputLayerSpace(CenterLossOutputLayerSpace.Builder builder)
public org.deeplearning4j.nn.conf.layers.CenterLossOutputLayer getValue(double[] parameterValues)
protected void setLayerBuilderOptions(org.deeplearning4j.nn.conf.layers.CenterLossOutputLayer.Builder builder, double[] values)
Copyright © 2020. All rights reserved.