LiangHao

Results 2 comments of LiangHao

Sorry, after checking the VGG paper, I found that the input of FC is 51277, 7=224/2^5, which is determined by the input size 224 and the number of maxpools 5....

Sorry, after checking the VGG paper, I found that the input of FC is 512*7*7, 7=224/2^5, which is determined by the input size 224 and the number of maxpools 5....