Skip to main content
Log in

Python module

sequential

A General sequential layer, each layer is executed with the outputs of the previous.

Sequential

class max.nn.sequential.Sequential(layers)

A sequential stack of layers where each layer is called by the outputs of the previous layer.

Parameters:

layers (Sequence [ Layer ] )