Abram Van Der Geest

Results 11 comments of Abram Van Der Geest

I am currently running TF1.12 (and I ran TF1.10 without problems as well when it was the most recent) on my machine and it works just fine with Flogo inferencing.

TF2.0 was recently released for python. When THE TF GoLib is released to 2.0 we will need to support it as well.

@fm-tibco I think you are the right person to look at this. it isn't a priority but it would be nice to be able to do this for some demos...

@mellistibco - just to be clear, you basically just what to compare the input parameters for the inference activity to the meta data of the model. including the data types...

#393 , #402 , #405 , and #407 were all rolled into the below PR. I basically overhauled the feature inputs for the inference activity. https://github.com/TIBCOSoftware/flogo-contrib/pull/303#pullrequestreview-165312153

This has been fixed: https://github.com/project-flogo/ml/pull/4 Waiting for Review.

Can I ask what you mean by "champion/challenger model bakeoffs"? Also, we can check timestamps of models to see if we need to reload? so we don't have to shutdown...

So I have been thinking of how to approach this. My thinking is that we can create an A/B testing activity that passes models/features/etc to the next activity (i.e. the...

A google search provides this quora question on opensource A/B testing frameworks: https://www.quora.com/Which-are-the-best-open-source-A-B-testing-framework-to-use-in-your-projects

I think that makes sense, but it leads to a complication because currently we accept either .zip or directories. In both cases it assumes a specific format of what is...