Learn Before
Concept
CIFAR-10 Model Parameter Initialization
Before the training phase begins for the CIFAR-10 ResNet-18 model, its parameters must be initialized appropriately. A standard technique used in this setup is Xavier initialization, which assigns the initial weights to maintain stable activation variance across the network layers.
0
1
Updated 2026-05-22
Tags
D2L
Dive into Deep Learning @ D2L