Skip to content

Expanding Bonsai.ML.Torch to Support Creation of Sequential Models in Bonsai #69

@ncguilbeault

Description

@ncguilbeault

This was first brought up by @hgmarques. The idea would be to expand the Bonsai.ML.Torch package to support creation of custom Sequential models within Bonsai. The nice thing about the Sequential model is that it acts as a container for a sequence of transformations, where the input to the forward method of a sequential model is passed serially from one input layer to the next layer exactly as the layers are ordered during the creation of the Sequential object. This seems like it would be a pretty straightforward feature to implement.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions