- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi , I'm hyunwoo lee.
I got some error message after I conveted model to graph using movidius sdk .
[Error 5] Toolkit Error: Stage Details Not Supported: Top Not Found module_apply_default/hub_input/Sub
I trained model using tensorflow-hub.
I read simmilar issue (https://ncsforum.movidius.com/discussion/comment/2524/#Comment_2524) and understood it's a problem about bottleneck
but I couldn't find a solution.
Can I have a simple solution to fix this problem?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@hyunwoolee Can you provide a link to your model for testing? The NCSDK is designed for deployment and as such all layers (dropout layer, etc) related to training must be removed. It seems like your model is still expecting some data from the node module_apply_default/hub_input/Sub
.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Unfortunately , I cannot upload the model file because of our company's security system.
but I retrained model using this code. (https://github.com/tensorflow/hub/tree/master/examples/image_retraining)
So you can check it right after little learning using dummy data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Tome_at_Intel Hi. any update on this thread?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@hyunwoolee Correct me if I am mistaken, but your model seems to be expecting another data input. It seems this data doesn't exist and that's why the NCSDK is throwing the error. The issue could be because the NCS doesn't support multiple inputs. If possible, everything should be "baked" into your model, so that it isn't expecting any other external input besides the input image.

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