-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add a ModelDefinition class #406
Comments
Have decided I don't want to do this, in favor of the approach in #536 |
After working on implementing #536 I have decided I actually do want to do this, kind of We will have a separate In terms of code, then, models defined in the To avoid these |
Closed by #605 |
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, etcThe text was updated successfully, but these errors were encountered: