Eric-mingjie / rethinking-network-pruning

Rethinking the Value of Network Pruning (Pytorch) (ICLR 2019)
MIT License
1.51k stars 293 forks source link

VGG-16 on CIFAR10 dataset architecture #54

Open Afef00 opened 1 year ago

Afef00 commented 1 year ago

Hello, I want to know the architecture of the VGG-16 used on CIFAR-10 dataset , it contains 13 convolution layers followed by an average pooling layer and one fully connected layer? regards