public static class Upsampling3D.Builder extends BaseUpsamplingLayer.UpsamplingBuilder<Upsampling3D.Builder>
sizeallParamConstraints, biasConstraints, iDropout, layerName, weightConstraints| Constructor and Description |
|---|
Builder(int size) |
| Modifier and Type | Method and Description |
|---|---|
Upsampling3D |
build() |
Upsampling3D.Builder |
size(int size)
Upsampling size as int, so same upsampling size is used for depth, width and height
|
Upsampling3D.Builder |
size(int[] size)
Upsampling size as int, so same upsampling size is used for depth, width and height
|
constrainAllParameters, constrainBias, constrainWeights, dropOut, dropOut, namepublic Upsampling3D.Builder size(int size)
size - upsampling size in height, width and depth dimensionspublic Upsampling3D.Builder size(int[] size)
size - upsampling size in height, width and depth dimensionspublic Upsampling3D build()
build in class Layer.Builder<Upsampling3D.Builder>Copyright © 2018. All rights reserved.