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

Feed input 0 when trying out a new tensorflow model #5

Open
jitendrajain opened this issue Aug 25, 2016 · 1 comment
Open

Feed input 0 when trying out a new tensorflow model #5

jitendrajain opened this issue Aug 25, 2016 · 1 comment

Comments

@jitendrajain
Copy link

Hi,

I wanted to try out a different Tensoflow model with this project. Made following changes in "TensorflowImageListener" class such that it points to new tensorflow model:
a. "MODEL_FILE"
b. "LABEL_FILE"
c. "NUM_CLASSES"

Tensorflow model loads successfully without any issue but i get following error
E/native: tensorflow_jni.cc:300 Error during inference: Not found: FeedInputs: unable to find feed output input:0

I want to change input layer and output layer name, but there does not seem to be a way to change it. Can you please help with this.

Would really appreciate any guidance or help on how to try out a different tensorflow model with this project.

Thanks!

@elich11
Copy link

elich11 commented Nov 4, 2016

You can change it in the jni file (tensorflow_jni.cc)

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