padding mode is 'SAME' and 'VALID' can reference this link<https://github.com/PaddlePaddle/models/blob/develop/PaddleCV/PaddleGAN/network/base_network.py#L181>`_
Args:
Args:
input (Variable): The input image with [N, C, H, W] format.
input (Variable): The input image with [N, C, H, W] format.
num_filters(int): The number of filter. It is as same as the output
num_filters(int): The number of filter. It is as same as the output
image channel.
image channel.
filter_size (int|tuple): The filter size. If filter_size is a tuple,
filter_size (int|tuple): The filter size. If filter_size
it must contain two integers, (filter_size_H, filter_size_W).
is a tuple, it must contain two integers, (filter_size_height,