Skip to content

Commit

Permalink
fixed doc or VolumetricMaxPooling
Browse files Browse the repository at this point in the history
  • Loading branch information
soumith committed May 23, 2015
1 parent c316840 commit 3dd5d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/convolution.md
Original file line number Diff line number Diff line change
Expand Up @@ -604,4 +604,4 @@ module = nn.VolumetricMaxPooling(kT, kW, kH [, dT, dW, dH])

Applies 3D max-pooling operation in `kTxkWxkH` regions by step size
`dTxdWxdH` steps. The number of output features is equal to the number of
input planes.
input planes / dT.

0 comments on commit 3dd5d1d

Please sign in to comment.