context-gated-convolution icon indicating copy to clipboard operation
context-gated-convolution copied to clipboard

the purpose of using a pooling layer

Open CR7forMadrid opened this issue 2 years ago • 0 comments

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?

CR7forMadrid avatar Nov 07 '22 02:11 CR7forMadrid