Python module
sequential
Container that applies a sequence of sub-layers in order, passing each layerâs output to the next.
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.
Note
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!