protected abstract static class BaseUpsamplingLayer.UpsamplingBuilder<T extends BaseUpsamplingLayer.UpsamplingBuilder<T>> extends Layer.Builder<T>
| Modifier and Type | Field and Description |
|---|---|
protected int[] |
size
An int array to specify upsampling dimensions, the length of which has to equal to the number of spatial
dimensions (e.g.
|
allParamConstraints, biasConstraints, iDropout, layerName, weightConstraints| Modifier | Constructor and Description |
|---|---|
protected |
UpsamplingBuilder(int size)
A single size integer is used for upsampling in all spatial dimensions
|
protected |
UpsamplingBuilder(int[] size)
An int array to specify upsampling dimensions, the length of which has to equal to the number of spatial
dimensions (e.g.
|
build, constrainAllParameters, constrainBias, constrainWeights, dropOut, dropOut, nameprotected int[] size
protected UpsamplingBuilder(int size)
size - int for upsamplingprotected UpsamplingBuilder(int[] size)
size - int for upsamplingCopyright © 2020. All rights reserved.