public static class RepeatVector.Builder<T extends RepeatVector.Builder<T>> extends FeedForwardLayer.Builder<T>
nIn, nOutactivationFn, biasInit, biasUpdater, dist, gradientNormalization, gradientNormalizationThreshold, iupdater, l1, l1Bias, l2, l2Bias, weightInit, weightNoiseallParamConstraints, biasConstraints, iDropout, layerName, weightConstraints| Constructor and Description |
|---|
Builder(int n) |
| Modifier and Type | Method and Description |
|---|---|
RepeatVector |
build() |
RepeatVector.Builder |
repetitionFactor(int n)
Set repetition factor for RepeatVector layer
|
nIn, nIn, nOut, nOut, unitsactivation, activation, biasInit, biasUpdater, dist, gradientNormalization, gradientNormalizationThreshold, l1, l1Bias, l2, l2Bias, updater, updater, weightInit, weightInit, weightNoiseconstrainAllParameters, constrainBias, constrainWeights, dropOut, dropOut, namepublic RepeatVector.Builder repetitionFactor(int n)
n - upsampling size in height and width dimensionspublic RepeatVector build()
build in class Layer.Builder<T extends RepeatVector.Builder<T>>Copyright © 2018. All rights reserved.