public static class Upsampling1D.Builder extends BaseUpsamplingLayer.UpsamplingBuilder<Upsampling1D.Builder>
sizeallParamConstraints, biasConstraints, iDropout, layerName, weightConstraints| Constructor and Description |
|---|
Builder(int size) |
| Modifier and Type | Method and Description |
|---|---|
Upsampling1D |
build() |
Upsampling1D.Builder |
size(int size)
Upsampling size int
|
Upsampling1D.Builder |
size(int[] size)
Upsampling size int array with a single element
|
constrainAllParameters, constrainBias, constrainWeights, dropOut, dropOut, namepublic Upsampling1D.Builder size(int size)
size - upsampling size in single spatial dimension of this 1D layerpublic Upsampling1D.Builder size(int[] size)
size - upsampling size in single spatial dimension of this 1D layerpublic Upsampling1D build()
build in class Layer.Builder<Upsampling1D.Builder>Copyright © 2018. All rights reserved.