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

Export .tflite model #127

Open
mkhizeryounas opened this issue Jan 24, 2019 · 1 comment
Open

Export .tflite model #127

mkhizeryounas opened this issue Jan 24, 2019 · 1 comment
Assignees
Labels

Comments

@mkhizeryounas
Copy link

Is there any way that I can export the model in tensorflow model, As this library is a wrapper for tensorflow, I am sure there should be a way but I can not find any resource.

@mkhizeryounas mkhizeryounas changed the title Export tensor flow model Export tflite model Jan 24, 2019
@mkhizeryounas mkhizeryounas changed the title Export tflite model Export .tflite model Jan 24, 2019
@jfkirk
Copy link
Owner

jfkirk commented Feb 26, 2019

Hey @mkhizeryounas -- there is a save_model method on the model object that exports the TensorFlow session. Is this what you're looking for?

https://github.com/jfkirk/tensorrec/blob/master/tensorrec/tensorrec.py#L870

@jfkirk jfkirk self-assigned this Feb 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants