Table of Contents ▸ List of Commands ▸ Neural Networks ▸ nn_maxpool2d | ◀ nn_loss_softmax_crossentropy | nn_maxpool3d ▶ |
nn_maxpool2d
Arguments:
- out,_in,_patch_size>1,_is_maxabs={ 0:No | 1:Yes }
Description:
Add a maxpool2d layer (2D max pooling) to the current network.Default values:
in=. (previous layer), patch_size=2 and is_maxabs=0.