mlflow-examples icon indicating copy to clipboard operation
mlflow-examples copied to clipboard

how to serve the tf keras model at local

Open Foina opened this issue 3 years ago • 1 comments

I saw your example use docker to serving the tf kears model, may I ask do you know how to serve it at local? Cause I feel TensorFlow different from sklearn or xgboost. It seems we use the tf to save the model as .pb

Foina avatar Jun 25 '21 11:06 Foina

To serve the TF model locally see: Keras Local Web server

amesar avatar Aug 04 '22 01:08 amesar