Learn Before
Example
RegNetX32 Layer Summary
A layer summary of the RegNetX32 architecture illustrates its progressive downsampling and channel expansion strategy. Given a single-channel input image of size , the network's sequential stages process the data into feature maps with decreasing spatial dimensions and increasing channel counts. The tensor shapes transition sequentially from (1, 32, 48, 48) to (1, 32, 24, 24), and then to (1, 80, 12, 12), before a final global average pooling and dense layer produce the (1, 10) classification output.
0
1
Updated 2026-05-13
Tags
D2L
Dive into Deep Learning @ D2L