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.
6403 Discussions

Problems confront fllowing Guidance for Compiling TensorFlow Networks

idata
Employee
674 Views

Hi there,

 

Currently, being a rookie in this field, I've been following the compiling steps "Guidance for Compiling TensorFlow Networks" on the website of Intel Movidius. However,I confront problems using SPYDER by only deal with the sample guidance gave.

 

I've successed the step creating three files : mnist_model.index, mnist_model.data-00000-of-00001, mnist_model.meta. But when I tried to modifiy mnist_deep.py into mnist_deep_inference.py

 

The mnist_deep_inference.py looks like this : https://ideone.com/RSAE2H

 

the console in spyder gives me this error message: https://ideone.com/sxzKwP

 

when I check the folder i am working on, I was puzzled why I still have created : mnist_inference.index, mnist_inference.data-00000-of-00001, mnist_inference.meta.

 

Then I tried to type the "mvNCCompile" command in the console of spyder, it tells me that the command is invalid syntax (but I had installed the ncsdk tool kit).

 

Can someone help me with this situation, please? :'(
0 Kudos
3 Replies
idata
Employee
424 Views

Hi @yi-ru

 

I have not tried using the Neural Compute SDK with SPYDER. Could you try installing the NCSDK without using SPYDER and see if you get the same results?

 

Regards,

 

Jesus
0 Kudos
idata
Employee
424 Views

Thank you for responding me!!

 

I tried to use NCSDK to compile mnist_deep_inference.py

 

however this is the message I got on my pc:

 

https://ideone.com/78rPLa

 

Really need your help :'(

 

Thank you
0 Kudos
idata
Employee
424 Views

Hi @yi-ru

 

I believe this is a known issue with the NCSDK v2.10, could you try using the NCSDK v2.08?

 

Regards,

 

Jesus
0 Kudos
Reply