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 to use the output model with Tensorflow lite for Mobile #26

Open
duchnguyen opened this issue Nov 12, 2018 · 1 comment
Open

How to use the output model with Tensorflow lite for Mobile #26

duchnguyen opened this issue Nov 12, 2018 · 1 comment

Comments

@duchnguyen
Copy link

duchnguyen commented Nov 12, 2018

Hi,

I followed steps in description and successfully trained a new model with my images. I would like to convert the output model to the Tensorflow Lite model for Mobile usage. I followed steps here and was able to freeze the HED model to GraphDef (.pb) with output_node_names=predictions. But I don't know how to continue to convert the GraphDef model to Tensorflow Lite model (using toco) by using toco . The reason is that I don't know where to get some parameters: input_arrays, output_arrays, input_shapes, output_node_names . I also ran the tensorboard command and saw some graphs but I don't see information of those parameters.

Can you please share me know how to export the model and use it with the Tensorflow Lite?

Thanks,
Duc

@duchnguyen duchnguyen changed the title How to use this model with Tensorflow lite for Mobile How to use the output model with Tensorflow lite for Mobile Nov 12, 2018
@dustturtle
Copy link

any update?

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