Python class
Sequential
Sequential
class max.nn.Sequential(layers)
Bases: LayerList
A sequential stack of layers.
When called, Sequential accepts the input expected by the first layer,
passes the data through each layer in order, and returns the output of the
last layer.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!