Skip to content

add a ModelDefinition class #406

@NickleDave

Description

@NickleDave

i.e. an ABC

which will be, like, pytorch-lightning but w/out the sub-classing

goal is to provide a way to specify a model programatically that includes network, optimizer, and whatever else is needed

that could then be passed to an Engine that trains, predicts, etc

from abc import ABC

class Model(ABC):
    @property
    @abstractmethod
    network
       

Metadata

Metadata

Assignees

No one assigned

    Labels

    ENH: enhancementenhancement; new feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions