Open wonseok289 opened 2 weeks ago
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?
@wonseok289 Sorry for the late reply!
Yepp, your comment seems correct by seeing the Network architecture in the lect:)
Thank you for the correction
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?