Facial-Expression-Recognition.Pytorch
Facial-Expression-Recognition.Pytorch copied to clipboard
AvgPool2D
What is the use of AvgPool2D at the end in vgg.py ?
Transform convolution feature map into vector information
From last max pool layer we are getting vector as output i.e,(512 x 1 x 1) ,then why to use again AvgPool layer??