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

UserWarning: You are using a large type. Consider reducing your data sizes for best performance

idata
Employee
773 Views

Hi,all!

 

Please help me to solve the following problem.

 

when I use the following command: mvNCCompile tcs_inference.meta -w tcs_inference -s 12 -in input -on output -o tsc_inference.graph

 

the output is: mvNCCompile v02.00, Copyright @ Movidius Ltd 2016

 

/usr/local/lib/python3.5/dist-packages/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead

 

if d.decorator_argspec is not None), _inspect.getargspec(target))

 

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

 

"Consider reducing your data sizes for best performance\033[0m")
0 Kudos
1 Reply
idata
Employee
450 Views

@guohua24

 

Both are warnings and I think that it can be ignored.

 

I ignore it because "Consider reducing your data sizes for best performance \ 033 [0 m]" is displayed every time.

 

I wonder if the graph file is generated without worrying about it.
0 Kudos
Reply