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.pipelines.nn.sequential.Sequential(layers: Sequence[Layer])

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