Replies: 4 comments 3 replies
-
|
We need to have some criteria (objective or user-controlled) on how to choose between models when more than one is available. This becomes tricky where we either can't tell the difference in quality between them, or when they don't have the same coverage. |
Beta Was this translation helpful? Give feedback.
-
|
The idea is that model orchestrator will be responsible for keeping the mutation log of models executed (and who executed the model). From this mutation log, we can build a graph of model dependencies and also replay it. |
Beta Was this translation helpful? Give feedback.
-
|
There are models where the result depends on the input (e.g. a Freezing Model might output various different frozen product depending on the input, frozen banana vs frozen strawberry vs frozen blueberry etc.). We don't want to have one separate model per output-product. But it might lead to complications for the question "Who produces the product?". |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In our case, model orchestration is the means to make the different inputs and outputs of the models flow from one to the other.
This implies that the inter-dependencies between the are known and non-blocking.
Beta Was this translation helpful? Give feedback.
All reactions