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 with tensorflow C API #115

Open
pango99 opened this issue Aug 4, 2019 · 0 comments
Open

How to use with tensorflow C API #115

pango99 opened this issue Aug 4, 2019 · 0 comments

Comments

@pango99
Copy link

pango99 commented Aug 4, 2019

I download the pretrained model(deeplabv3_xception_tf_dim_ordering_tf_kernels.h5) and convert it to tensorflow pb format,then I use the model with tensorflow C API to do inference in production environment;I had accomplish loading the model into a tf-session,and get the input-tensor,but how to get the output-tensor? It seems the output-tensor is the node named "output_1",but the most deeplabv3 demo code is written in python and keras,and the details on getting output-tensor is hidden,I cant get any help from them,so how can I get the output result of deeplabv3 model with Tensorflow C API?

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