-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
ENH: enhancementenhancement; new feature or requestenhancement; new feature or request
Description
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
Labels
ENH: enhancementenhancement; new feature or requestenhancement; new feature or request