Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

Port to tensorflow.js - What should be output_node_names? #26

Open
emadehsan opened this issue Jun 9, 2018 · 0 comments
Open

Port to tensorflow.js - What should be output_node_names? #26

emadehsan opened this issue Jun 9, 2018 · 0 comments

Comments

@emadehsan
Copy link

I want to port your model to Tensorflow.js

  1. I downloaded the model provided in Cam2Caption project.

  2. Installed tensorflowjs for python. And tried to convert the frozen model to web model with

$ tensorflowjs_converter \
    --input_format=tf_frozen_model \
    --output_node_names='' \
    --saved_model_tags=serve \
    /merged_frozen_graph.pb \
    /web_model

But I don't know what to use for output_node_names parameter?
According to docs:

image

image

Can you guys please tell what should be the value of output_node_names for your model?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant