pysegcnn.core.layers¶
Layers of a convolutional encoder-decoder network.
License¶
Copyright (c) 2020 Daniel Frisinghelli
This source code is licensed under the GNU General Public License v3.
See the LICENSE file in the repository’s root directory.
Functions
|
Block of convolution, batch normalization and rectified linear unit. |
Classes
|
Basic convolutional block. |
|
A convolution preserving the shape of its input. |
|
Block of convolution, batchnorm, relu and 2x2 max pool. |
|
Block of convolution, batchnorm, relu and 2x2 max unpool. |
|
Block of convolution, batchnorm, relu and nearest neighbor upsampling. |
|
Generic convolutional decoder. |
|
Block of a convolutional decoder. |
|
Generic convolutional encoder. |
|
Block of a convolutional encoder. |