fairing icon indicating copy to clipboard operation
fairing copied to clipboard

Support TF models online predictions with TF Serving

Open jlewi opened this issue 6 years ago • 4 comments

With fairing we'd like to be able to predict locally within the notebook.

For example

model=Model()
model.predict(...)

We need to figure out the exact syntax and model signatures.

For example do we use TF.Example protos?

jlewi avatar Dec 17 '18 00:12 jlewi

/assign @r2d4

r2d4 avatar Feb 04 '19 20:02 r2d4

Right now users can do arbitrary python predict function which supports TF models but it is not an efficient method. Ref: https://github.com/kubeflow/fairing/tree/master/examples/prediction

This issue is specially for using TF serving for TF models in SavedModel format.

karthikv2k avatar Mar 26 '19 18:03 karthikv2k

This will be fixed once KFServing support is fully done. Related: #299

karthikv2k avatar Jun 27 '19 14:06 karthikv2k

/kind feature

jtfogarty avatar Jan 06 '20 20:01 jtfogarty