PiLab-CAU / ImageProcessing-2402

Image processing repo
MIT License
1 stars 1 forks source link

[Lecture2-2][1022] Question about layers in vggnet16 network #32

Open wonseok289 opened 2 weeks ago

wonseok289 commented 2 weeks ago

vggnet16 In page 24, architecture of VGG16 is represented. But, in right notation, there are only 15 weighted layers(+3 FC layers). I think one Conv(256,256,3,3,s=1,p=1) is missed in notation. Is it right?

yjyoo3312 commented 2 days ago

@wonseok289 Sorry for the late reply!

Yepp, your comment seems correct by seeing the Network architecture in the lect:)

Thank you for the correction