tensorflow / serving

A flexible, high-performance serving system for machine learning models

Home Page:https://www.tensorflow.org/serving

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can we use frozen graph(a single .pb file) for tensorflow serving

saurabh944 opened this issue · comments

Due to some constraints I dont want to used saved model format. So can we use frozen graph(a single .pb file) for tensorflow serving

@saurabh944

May I know are you looking to use frozen graph ( a single .pb file) with TFX pipeline or you just want to serve your model standalone using TF serving so I'll provide you workaround accordingly ?

Thank you!

Hi @gaikwadrahul8
I just wanted to use frozen graph (a single .pb file) for TF serving.
Thanks

@saurabh944

Thank you for confirming and Yes you can serve model using single model .pb file with the help of Docker so please follow all the instructions mentioned in this article and also you can follow the TF serving official documentation here, I hope you'll able to serve your model

If you need any further assistance, please let us know

Thank you!

Hi, @saurabh944

Closing this due to inactivity for couple of weeks, Please feel free to re-open the issue if necessary and post your comments(if you still have queries on this). Thank you!