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

How can I save tensorlayer's customized model as saved_model format in tensorflow2.x and tensorlayer2.x? #1097

Open
2 tasks done
cy1996go opened this issue Jul 14, 2020 · 0 comments

Comments

@cy1996go
Copy link

cy1996go commented Jul 14, 2020

New Issue Checklist

Issue Description

In tensorflow2.x, there is no session to build a graph and API like tf.saved_model.builder to save as 'saved_model' format. I know there there is an API tf.saved_model.save can save a model as 'saved_model' format, but it is only compatible with 'tf.keras' model which have trackable object.
This issue really stop me from using tensorflow serving for deployment.
How can I solve this problem?

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

1 participant