context-gated-convolution
context-gated-convolution copied to clipboard
the purpose of using a pooling layer
Hello, I would like to ask you what is the purpose of using a pooling layer to make the feature map of h*w into h'*w'? AdaptiveAvgPool2d((ws,ws)) in the code you posted, why output_size=kernel_size?