- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I am a newbie in vision systems and been using tensorflow to train my model.
I have been trying to compile my graph file generated from the inception-v3 model to generate a .graph file for ncs stick and I keep getting the error: "[Error 5] Toolkit Error: Stage Details Not Supported: Concat".
Below is the command I have been trying to use for compilation.
mvNCCompile -s 5 /home/viresh/tensorflow-for-poets-2/tf_files/optimized_graph.pb -in=Mul -on=final_result -o inception.graph -is 299 299
Can anyone please point me the right direction on how to resolve this error?
Please do let me if you need more details from my end.
Any suggestions from your side will be of great help to me.
Thank you!
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @dviresh1993
Thanks for reaching out! Concat should be supported. Take a look at the inception v3 sample code included with the ncapzoo:
https://github.com/movidius/ncappzoo/tree/master/tensorflow/inception_v3
The sample code pulls the network streight from the following link which contain several concat's.
https://github.com/tensorflow/models/blob/master/research/slim/nets/inception_v3.py
Could you share your model so I can take a closer look?
Regards,
Jesus

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