Pooling

http://d2l.ai/chapter_convolutional-neural-networks/pooling.html

Why here we need to pad manually but not setting the padding=“same” in the built-in MaxPool2D func

Is it due to the built-in padding to the wrong dimension? Raised by the channels_last syntax.

Is it a best practice of determining the pool_size?