Learn Before
Concept
VGG Convolutional Block
A VGG block is a fundamental structural unit introduced by Simonyan and Zisserman that uses multiple convolutions between downsampling operations. Specifically, a VGG block consists of a sequence of convolutional layers using kernels with a padding of (which maintains the spatial height and width), followed by a max-pooling layer with a stride of (which halves the spatial dimensions after each block). By executing multiple convolutions within a single block before downsampling via max-pooling, the network can achieve greater depth without exhausting the spatial resolution too quickly.
0
1
Updated 2026-05-13
Tags
D2L
Dive into Deep Learning @ D2L