Unpooling
op_unpooling(operand, pooling_input, unpooling_window_shape, strides = c(1), auto_padding = c(FALSE), name = "")
operand | |
---|---|
strides | (int or tuple of ints, defaults to 1) – stride of the operation. Use a list of ints to specify a per-axis value. |
name | (str) the name of the Function instance in the network |