标签: deep-learning max-pooling
我可以使用最大池化层将两个3x3矩阵转换为单个3x3矩阵吗?
例如,让我们采用2个矩阵:
矩阵1
1 2 2 0 1 0 2 1 1
矩阵2
1 0 10 1 0 1 0 1 0
使用maxpool(dim =(2,2),步幅= 1)