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 3imes33 imes 3 kernels with a padding of 11 (which maintains the spatial height and width), followed by a 2imes22 imes 2 max-pooling layer with a stride of 22 (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

Contributors are:

Who are from:

Tags

D2L

Dive into Deep Learning @ D2L

Related