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 parse MetaGraphDef with C API #57802

Open
CarlPoirier opened this issue Sep 22, 2022 · 1 comment
Open

How to parse MetaGraphDef with C API #57802

CarlPoirier opened this issue Sep 22, 2022 · 1 comment
Assignees
Labels
comp:apis Highlevel API related issues stat:awaiting tensorflower Status - Awaiting response from tensorflower type:feature Feature requests

Comments

@CarlPoirier
Copy link

CarlPoirier commented Sep 22, 2022

Hi,

I have a model with multiple outputs. Using the C API, I need to select outputs according to their names, for example 'detection_boxes' in the following image:
image

I found these names are present in the meta_graph_def I get from the TF_LoadSessionFromSavedModel() function. Is there a supported way to parse this meta_graph_def to get the names? If not, is it planned? This is how I do it for now.

Regards,

Carl

@google-ml-butler google-ml-butler bot added the type:feature Feature requests label Sep 22, 2022
@sushreebarsa sushreebarsa added the comp:apis Highlevel API related issues label Sep 23, 2022
@sachinprasadhs sachinprasadhs added the stat:awaiting tensorflower Status - Awaiting response from tensorflower label Oct 19, 2022
@gusye1234
Copy link

Any answer? Also stuck here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:apis Highlevel API related issues stat:awaiting tensorflower Status - Awaiting response from tensorflower type:feature Feature requests
Projects
None yet
Development

No branches or pull requests

4 participants