Hands-on deep learning v2 pytorch using block network VGG

1. Network VGG using blocks

insert image description here

insert image description here
insert image description here
insert image description here
insert image description here

https://cv.gluon.ai/model_zoo/classification.html

insert image description here
insert image description here

2. Code implementation

insert image description here
VGG network
insert image description here
insert image description here
insert image description here
test accuracy comparison:
VGG test acc 0.917
AlexNet test acc 0.883
LeNet test acc 0.827
insert image description here

Compare the accuracy of AlexNet
insert image description here
insert image description here

3. Q&A

VGG modularizes the network, which can train deeper networks, simpler, and configurable are future trends.

reference

https://www.bilibili.com/video/BV1Ao4y117Pd?p=1

Guess you like

Origin blog.csdn.net/zgpeace/article/details/124139298