fpga_guyx
New Contributor
1 month agoyolov3_tiny_tf run_inference_stream problem
i have completed successfully Arria 10 SoC demo project resnet-50-tf on Arria 10 SoC devkit. (my tool version intel fpga ai suite 2025.1 and open vino 2024.6). i have used the precompile arria10 wic ...
- 1 month ago
I have solved the error ([CPU] Could not deserialize by device xml header) by modifying the model xml file.
Run the dla_compiler and then get the unsupported layers name. Delete the unsupported layers from xml file and compile again to obtain IR data. Error would disappear.