Concept

The output size of pooling

When input size is nHnwncn_H * n_w * n_c. the padding output size would be floor((nHf)/s+1)floor((nWf)/s+1)nCfloor((n_H - f)/s +1) * floor((n_W - f)/s + 1) * n_C

nHn_H, nWn_W and nCn_C are the hight , wight and channels of the input layer.

0

1

Updated 2021-04-14

Tags

Data Science