-
Notifications
You must be signed in to change notification settings - Fork 46
Work in progress
benedikt-voelkel edited this page Jan 17, 2019
·
4 revisions
This page collects work in progress which takes a bit more time. Open a section for you WIP project and link WIP-PRs if there are some.
PR: #60
This WIP concerns the extension to use configurable models. It provides model templates with default parameters. The parameters can be specified in a YAML whereas the model definitions are contained in a templates_<backend>.py
which are connected and then the requested model is returned.
- configurable models
- Enable additional possibility to add 'any' model defined by the user. This will be done in a future PR.