Forum Discussion
RubenPadial
Contributor
2 years agoIntel FPGA AI suite input data type
Hello, I'm using Intel FPGA AI 2023.2 on ubuntu 20.04 host computer and trying to infer a custom CNN in a Intel Arria 10 SoC FPGA. I have followed Intel FPGA AI Suite SoC Design Example Guide and...
JohnT_Altera
Regular Contributor
2 years agoHi,
The IR will depends on the prototxt file provided to OpenVINO application.
RubenPadial
Contributor
2 years agoHello @JohnT_Intel,
Sure but --use_new_frontend option doesn't make difference in TF models according documentation:
"--use_new_frontend Force the usage of new Frontend for model conversion into IR. The new Frontend is C++ based and is available for ONNX* and PaddlePaddle* models. Model Conversion API uses new Frontend for ONNX* and PaddlePaddle* by default that means use_new_frontend and use_legacy_frontend options are not specified."
What is the difference?
And why input precision information is not provided in the input_transform_dump report?