Hello!
I'm trying to implement the CNN multi view network in Movidius NCS. I'm using tensorflow 1.5 because my resources are limited.
I have finally managed to generate the .graph file, but every time an Error 5 came out I commented it on that part and continue. I have faced these errors:
[Error 5] Toolkit Error: Stage Details Not Supported: Transpose
[Error 5] Toolkit Error: Stage Details Not Supported: Gather
[Error 5] Toolkit Error: Stage Details Not Supported: StridedSlice attributes not supported
[Error 5] Toolkit Error: Stage Details Not Supported: HistogramSummary
[Error 5] Toolkit Error: Stage Details Not Supported: Equal
Is there an alternative for any of these errors?
Thank you very much
Link Copied
@CristianWP Apologies, but at the moment there isn't any alternatives for these ops. You can try Intel OpenVINO forum to see if these ops are supported.
Thank you, Tome
For more complete information about compiler optimizations, see our Optimization Notice.