Learn Before
Example
Parameter Access in MXNet Sequential Models
In MXNet, the parameters of a layer within a Sequential model can be accessed by indexing into the network and referencing the params attribute. For example, calling net[1].params retrieves the parameters for the second layer. This returns an object detailing the individual parameters—such as the specific weight and bias arrays—along with their respective shapes and data types.
0
1
Updated 2026-05-07
Tags
D2L
Dive into Deep Learning @ D2L