You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The initial time waiting for a debug build to load the inference engine is quite slow (Sometimes it takes up to a minute).
Also the inference itself is way slower.
This makes debugging other parts of the application more tedious than it needs to be.
I tried linking against the release build in debug but this doesnt seem to work and throws an error that it can't read the model file.
Exception from src/inference/src/model_reader.cpp:160:
Unable to read the model: Please check that model format: is supported and the model is correct. Available frontends: ir onnx paddle pytorch tf tflite
Unfortunately I didn't find any build config with which I can disable the debugging options.
Do you have any idea, if linking against the release build should work? Or if there is an option to speed up the debug build (maybe by disabling debugging features)
I would be happy for any help in that matter.
Feature Use Case
No response
Issue submission checklist
The feature request or improvement must be related to OpenVINO
The text was updated successfully, but these errors were encountered:
Request Description
The initial time waiting for a debug build to load the inference engine is quite slow (Sometimes it takes up to a minute).
Also the inference itself is way slower.
This makes debugging other parts of the application more tedious than it needs to be.
I tried linking against the release build in debug but this doesnt seem to work and throws an error that it can't read the model file.
Unfortunately I didn't find any build config with which I can disable the debugging options.
Do you have any idea, if linking against the release build should work? Or if there is an option to speed up the debug build (maybe by disabling debugging features)
I would be happy for any help in that matter.
Feature Use Case
No response
Issue submission checklist
The text was updated successfully, but these errors were encountered: