Yann-CV / vintage-models

Pytorch personal implementation of the most famous neural network models
GNU General Public License v3.0
0 stars 0 forks source link

AddPool2D should be name SumPool2D #23

Closed Yann-CV closed 4 months ago

Yann-CV commented 4 months ago

the result of the pooling is the sum and not the average but is based AvgPool2d, so it should be named SumPool2D

Yann-CV commented 4 months ago

fix by #25