We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b39a0c2 commit a70b96dCopy full SHA for a70b96d
gimpopenvino/tools/complete_install.py
@@ -37,7 +37,7 @@ def setup_python_weights(install_location=None):
37
for i in supported_devices:
38
if "Intel" not in ie.get_property(i, "FULL_DEVICE_NAME"):
39
supported_devices.remove(i)
40
- print("$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ DELETE THIS AFTER VALIDATION",supported_devices)
+
41
42
py_dict = {
43
"python_path" : python_path,
0 commit comments