- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I followed "TensorFlow For Poets," https://codelabs.developers.google.com/codelabs/tensorflow-for-poets/#0, to trained an inception_v3 model with a customized dataset. When compiling the trained model by the command,
"mvNCCompile -s 12 retrained_graph.pb -in=input -on=InceptionV3/Predictions/Reshape_1", I got en error message like this,
The name 'input:0' refers to a Tensor which does not exist. The operation, 'input', does not exist in the graph.
Could anyone help me with this. Thank you.
- Tags:
- Tensorflow
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @chiu
mvNCCompile expects the input node to be named as 'input', but your network might have a different name. So, the placeholder is named incorrectly. You'll have to go back and rename it as input and then recompile.
Please let me know if this is helpful.
Best Regards,
Sahira

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page