MaxPool | R Documentation |
nn.MaxPool layer for 'ndim'
MaxPool(ks = 2, stride = NULL, padding = 0, ndim = 2, ceil_mode = FALSE)
ks |
kernel size |
stride |
the stride of the window. Default value is kernel_size |
padding |
implicit zero padding to be added on both sides |
ndim |
dimension number |
ceil_mode |
when True, will use ceil instead of floor to compute the output shape |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.