Forum Discussion
Hi,
You willl need to followw Chapter 4.1 which will refer you to follow "Intel FPGA AI Suite Getting Started Guide" section 6.2 on howw to generate the .bin/.xml files for ResNet50 in order to run the appllication.
Hello @JohnT_Intel
In the section 4.1 there's no reference to "Intel FPGA AI Suite Getting Started Guide". I followed 3.6.3. Compiling the Graphs from the same document and, indeed, I used A10_Performance.arch file to compile graph:
"
cd $COREDLA_WORK/demo/models/public/resnet-50-tf/FP32
dla_compiler \
--march $COREDLA_ROOT/example_architectures/A10_Performance.arch \
--network-file ./resnet-50-tf.xml \
--foutput-format=open_vino_hetero \
--o $COREDLA_WORK/demo/RN50_Performance_no_folding.bin \
--batch-size=1 \--fanalyze-performance \
--ffolding-option=0
"
However It doesn't work. Which architecture file is needed to compile the graphs? Is "A10_Performance.arch" the correct one? Why checksum check fails then?