1 解決方案
Hi Sukaima,
Thanks for reaching out to us.
You may check the current OpenVINO version used on your machine in the terminal with the following command:
from openvino.runtime import get_version
print(get_version())
Regards,
Wan
連結已複製
3 回應
Hi Sukaima,
Thanks for reaching out to us.
You may check the current OpenVINO version used on your machine in the terminal with the following command:
from openvino.runtime import get_version
print(get_version())
Regards,
Wan