public abstract static class SameDiffLayer.Builder<T extends SameDiffLayer.Builder<T>> extends AbstractSameDiffLayer.Builder<T>
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,IWeightInit> |
paramWeightInit |
protected WeightInit |
weightInit |
biasUpdater, regularization, regularizationBias, updaterallParamConstraints, biasConstraints, iDropout, layerName, weightConstraints| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
T |
weightInit(@NonNull String param,
@NonNull IWeightInit weightInit) |
T |
weightInit(WeightInit weightInit) |
biasUpdater, l1, l1Bias, l2, l2Bias, regularization, regularizationBias, updater, weightDecay, weightDecay, weightDecayBias, weightDecayBiasbuild, constrainAllParameters, constrainBias, constrainWeights, dropOut, dropOut, nameprotected WeightInit weightInit
protected Map<String,IWeightInit> paramWeightInit
public T weightInit(WeightInit weightInit)
weightInit - Weight initialization to use for the layerpublic T weightInit(@NonNull @NonNull String param, @NonNull @NonNull IWeightInit weightInit)
Copyright © 2021. All rights reserved.