Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6392 Discussions

Toolkit Error: Stage Details Not Supported

idata
Employee
638 Views

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?

0 Kudos
4 Replies
idata
Employee
426 Views

@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.

0 Kudos
idata
Employee
426 Views

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.
0 Kudos
idata
Employee
426 Views

@Tome_at_Intel Hi. any update on this thread?

0 Kudos
idata
Employee
426 Views

@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.

0 Kudos
Reply