I have trained a model using keras and saved to json file and .h5 weight file. Then I need to put this run on intel Neural Compute stick. So I converted these two model and weight files to .meta file for tensorflow using my repo:
https://github.com/anuragcp/to_ncs_graph.git
Prediction working without NCS. On creating graph from this meta file using mvNCCompile command it make an error:
[Error 5] Toolkit Error: Stage Details Not Supported: VarHandleOp
I Have checked on both ncsdk v1 & v2 - same result.
Any idea how to solve this?
Link Copied
I got the same error,
the problem is posted on August and no support so far!
I search everywhere, not a single line of description on Movidius SDK support page.
Movidius suffers from lack of Software support and this is disappointing.
For more complete information about compiler optimizations, see our Optimization Notice.