batch-predict
batch-predict copied to clipboard
How do users install and use the batch-predict package?
How will users install and use the batch predict package? Will they just checkout the code and add it to their python path?
Will we provide a pip package?
i think we can make a pip package
btw.. @yixinshi would you mind add requirements.txt too? since you guys already have the code somewhere running before
Can we have a more E2E complete example. Something along the lines of here's how to use batch predict to classify a bunch of images using inception.
I'd like to get to an E2E example as quickly as possible. So I think its fine to tell people to clone the repository and it to their Python path. We can worry about a pip package later.
Will do
On Jun 14, 2018 9:45 AM, "Jeremy Lewi" [email protected] wrote:
Can we have a more E2E complete example. Something along the lines of here's how to use batch predict to classify a bunch of images using inception.
I'd like to get to an E2E example as quickly as possible. So I think its fine to tell people to clone the repository and it to their Python path. We can worry about a pip package later.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/kubeflow/batch-predict/issues/5#issuecomment-397361782, or mute the thread https://github.com/notifications/unsubscribe-auth/Aci65DEZR0Sf_NY66iGNHrrudUuXG8_Mks5t8pMUgaJpZM4T3ETg .
there is some discussion in kubeflow/examples#185 about the object detection example and that might be a good one to use for batch predict. I think the blog post on which that is based also included a batch prediction example.
/assign @yixinshi