Pooling operation feature map calculator.

less than 1 minute read

Published:

This post allows users to experiment with 2D pooling by defining input data shape, values, and pooling filter/kernel shape. It will calculate the feature map size and values for the given input based on max or average pooling.

Input Data Height/Width:

Leave a Comment