5. Common Errors When Using an Custom Model
When you use a custom model with Intel® FPGA AI Suite, you might get one of these errors when generating the OpenVINO™ IR for the model.
Shape Not Fully Defined Error
A "shape not fully defined" error looks like the following message:
For instructions on how to fix this error, review the documentation at the following URL:
Unsupported Layer Type Error
An "unsupported layer type" error looks like the following message:
- Use a model with supported layers.
- Modify the model to remove the unsupported layer or replace it.
- Run the layer in parallel on a supported device
Running the layer in parallel on a supported device requires you to enable heterogeneous execution in OpenVINO™ . For details, refer to the following URL:
https://docs.openvino.ai/latest/openvino_docs_OV_UG_Hetero_execution.html
Language | Code Example |
---|---|
Python | |
C++ |