Skip to content

[ENH] extension templates for neural network classes #1953

@fkiraly

Description

@fkiraly

As suggested in a recent tech meeting, we should add extension templates for the v1 networks and network packages API, to enable users to add new networks and get them tested immediately in the CI.

This could be modelled upon the extension template in sktime
https://github.com/sktime/sktime/tree/main/extension_templates

although, unlike in sktime, adding a neural network will mean adding at least two files - a lightning model, and a package class with tags. Thus, the extension template should probably be not a single file, but a folder, which mimicks the structure of the folder within the models module.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions