Skip to content

Commit c6226a7

Browse files
authored
Clarify Pooling layer common padding
1 parent 126823f commit c6226a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

convolutional-networks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ It is common to periodically insert a Pooling layer in-between successive Conv l
214214
- \\(H_2 = (H_1 - F)/S + 1\\)
215215
- \\(D_2 = D_1\\)
216216
- Introduces zero parameters since it computes a fixed function of the input
217-
- Note that it is not common to use zero-padding for Pooling layers
217+
- For Pooling layers, it is not common to pad the input using zero-padding.
218218

219219
It is worth noting that there are only two commonly seen variations of the max pooling layer found in practice: A pooling layer with \\(F = 3, S = 2\\) (also called overlapping pooling), and more commonly \\(F = 2, S = 2\\). Pooling sizes with larger receptive fields are too destructive.
220220

0 commit comments

Comments
 (0)