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.

warning when running examples

idata
Employee
862 Views

Hello, I have been getting the below warning which causes the eamples to fail:

 

Layer InceptionV3/InceptionV3/Mixed_5c/Branch_0/Conv2d_0a_1x1/Relu forced to im2col_v2, because its output is used in concat

 

/usr/local/bin/ncsdk/Controllers/FileIO.py:65: UserWarning: You are using a large type. Consider reducing your data sizes for best performance

 

Blob generated

 

USB: Transferring Data…

 

Where would I reduce the data sizes…I guess I need to edit the script? If so is there a recommended data size?
0 Kudos
1 Reply
idata
Employee
604 Views

@benblunt Please refer to the answer @ https://ncsforum.movidius.com/discussion/comment/2360/#Comment_2360. You can use FP32 data types with NCSDK 2.xx, the NCSDK will convert it to FP16 internally. Please see the "input/output data types" section of the pyton api documentation page @ https://movidius.github.io/ncsdk/ncapi/python_api_migration.html.

0 Kudos
Reply