Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

saving .pb format #9

Open
NewEnglandML opened this issue Jan 2, 2019 · 2 comments
Open

saving .pb format #9

NewEnglandML opened this issue Jan 2, 2019 · 2 comments

Comments

@NewEnglandML
Copy link

Hi, I wonder to know how we can save the model with .pb extensions for serving. Thanks

@tringn
Copy link

tringn commented Jun 7, 2019

@NewEnglandML,
Have you figured it out?

@tringn
Copy link

tringn commented Jun 11, 2019

@NewEnglandML,
I did freezing checkpoint to .pb file. You can refer the code for freezing here: https://blog.metaflow.fr/tensorflow-how-to-freeze-a-model-and-serve-it-with-a-python-api-d4f3596b3adc
The output_node_names is: project/dense/BiasAdd
You need to add the viterbi decode after the output node for the predictions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants