Modifier and Type | Method and Description |
---|---|
SubsamplingLayer |
SubsamplingLayerSpace.getValue(double[] values) |
Modifier and Type | Class and Description |
---|---|
class |
Pooling1D
1D Pooling (subsampling) layer.
|
class |
Pooling2D
2D Pooling (subsampling) layer.
|
class |
Subsampling1DLayer
1D (temporal) subsampling layer - also known as pooling layer.
|
Modifier and Type | Method and Description |
---|---|
SubsamplingLayer |
SubsamplingLayer.Builder.build() |
SubsamplingLayer |
SubsamplingLayer.clone() |
Modifier and Type | Method and Description |
---|---|
SubsamplingLayer |
KerasPooling2D.getSubsampling2DLayer()
Get DL4J SubsamplingLayer.
|
Modifier and Type | Method and Description |
---|---|
static SubsamplingLayer |
FaceNetHelper.avgPool7x7(int stride) |
static SubsamplingLayer |
FaceNetHelper.avgPoolNxN(int size,
int stride) |
static SubsamplingLayer |
FaceNetHelper.maxPool3x3(int stride) |
static SubsamplingLayer |
FaceNetHelper.maxPoolNxN(int size,
int stride) |
static SubsamplingLayer |
FaceNetHelper.pNormNxN(int pNorm,
int size,
int stride) |
Copyright © 2020. All rights reserved.