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

support for TF frozen models in model inference #14

Open
franperezlopez opened this issue May 15, 2018 · 1 comment
Open

support for TF frozen models in model inference #14

franperezlopez opened this issue May 15, 2018 · 1 comment

Comments

@franperezlopez
Copy link

please consider adding support for frozen models when using the model inference tool (given that this support is already present in the model converter)

@linmajia
Copy link
Contributor

@franperezlopez , thank you very much for the feedback.

Currently, we support TensorFlow checkpoint and saved model only. To export to SavedModel format, there is an example at https://github.com/Microsoft/samples-for-ai/blob/master/projects/StyleTransfer/StyleTransferTraining/src/train.py#L218 or you could simply call tf.saved_model.simple_save.

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