Mads_From_Denmark
New Contributor
1 hour agoAI Suite - Why does the Sequential IP not take a model argument?
Hello Altera Community
Why does the Sequential IP not take a model argument?
When targeting the Spatial IP, there is an argument where you can input your model, which is an xml file (and a bin file), exported using OpenVino. Then it will convert these weights and such to .mif files for the FPGA to load. This is easy to understand.
The Sequential IP is a lot harder to understand. I get that the architecture file does all the fpga block related configuration. But I don't understand how it will know which weights to use. Does the Sequential IP only work for the pre defined example graphs?