Abram Van Der Geest
Abram Van Der Geest
**Current behavior:** None **Expected behavior:** If we have the associated other issues setup all the groundwork would be set for an A/B testing framework for Flogo and Flogo-ML requiring minor...
**Current behavior:** single model given for each ML inference activity. **Expected behavior:** Tooling to allow for Soft/hard roll over between models. A way to have inference: - do percentages of...
**Current behavior:** A variable is defined that can be written to as an output of an activity **Expected behavior:** Include a state for each operation of streaming (that can also...
**Current behavior:** Only Tensorflow ML objects are supported. **Expected behavior:** Multiple/generic ML models should be supported. **What is the motivation / use case for changing the behavior?** We would like...
**Current behavior:** Reporting is only done by explicitly calling a log / sql activity. Makes it difficult to document each step in the process. **Expected behavior:** Add a layer to...
**Current behavior:** No template **Expected behavior:** An example that allows you to build a streaming app with golang **What is the motivation / use case for changing the behavior?** We...
**Current behavior:** I does not handle image passing **Expected behavior:** It should use mime to be able to accept images/files **What is the motivation / use case for changing the...
**Current behavior (how does the issue manifest):** Many of the tests for what models work where commented out and broken by the change to 0.9.0 **Expected behavior:** all the tests...
**Current behavior:** It is currently 0.0.1 **Expected behavior:** We should have a 0.9.0 version. It should be in the project-flogo/ml repo. **What is the motivation / use case for changing...
**Current behavior (how does the issue manifest):** Currently only saved_model.pb is checked to see if it is opened. **Expected behavior:** We should check if saved_model.pbtxt exists too. **Minimal steps to...