Hello intel team,
I would like to do profiling on neural networks that I implement on a Neural Compute stick 2.
In the documentation provided by openVino I came across this command:
myriad_perfcheck <model_path> <img_dir_path> [number of iterations> = 1000] [batch, default = 1] [num_networks, default = 1]
Could you please give me a manual of its use with examples?
If it's not the right command can you tell me how to do profiling in order to extract information about each layer of my neural networks?
thanks in advance.
Thiziri
链接已复制
Dear Thiziri, here is documentation on perfcheck. It gives a command-line example of how to run perfcheck as well as sample output results.
https://docs.openvinotoolkit.org/R5/_samples_perfcheck_README.html
myriad_perfcheck.exe is slightly different but it has similar command line arguments, arranged/named slightly differently. See here :
Usage:
myriad_perfcheck.exe <model_path> <img_dir_path> [number of iterations >= 1000] [batch, default=1] [num_networks, default=1]
The document I referred you to above for generic perfcheck should explain how to run myriad_perfcheck.exe .
Thanks for using OpenVino !
Shubha
