Skip to content

unpool2

2D un-pooling (upsampling).

This layer upsamples spatial data of the first input according to the mask (the second input).


Parameters

  • strides : Integer or 2 integers, stride values. If there is no mask, use this values. Two integers mean [stride_y, stride_x].
    One integer means stride_y and stride_x have the same value.
    The default is [0, 0].