Xilinx / Vitis-AI

Vitis AI is Xilinx’s development stack for AI inference on Xilinx hardware platforms, including both edge devices and Alveo cards.
https://www.xilinx.com/ai
Apache License 2.0
1.46k stars 630 forks source link

AWS F1 #800

Open ash8327 opened 2 years ago

ash8327 commented 2 years ago

vaitrace does not work for AWS F1.

Output after 'vaitrace --txt_summary ./inception_example inception_v1_tf.xmodel ./image'

Image : ILSVRC2012_val_00000033.JPEG
top[0] prob = 0.088339  name = pug, pug-dog
top[1] prob = 0.068798  name = otter
top[2] prob = 0.053580  name = ice bear, polar bear, Ursus Maritimus, Thalarctos maritimus
top[3] prob = 0.036825  name = dalmatian, coach dog, carriage dog
top[4] prob = 0.036825  name = soft-coated wheaten terrier

Image : ILSVRC2012_val_00000455.JPEG
top[0] prob = 0.991293  name = shoe shop, shoe-shop, shoe store
top[1] prob = 0.004051  name = cowboy boot
top[2] prob = 0.001689  name = clog, geta, patten, sabot
top[3] prob = 0.000427  name = Loafer
top[4] prob = 0.000427  name = butcher shop, meat market
INFO:root:vaitrace time out, stopping process...
INFO:root:Generating ascii-table summary
ERROR:root:[]
ERROR:root:xmodel info raw info error
DPU Summary:
===================================================================================
DPU | Batch | SubGraph | Workload(GOP) | RunTime(ms) | Perf(GOP/s) | Mem(MB) | MB/s
----+-------+----------+---------------+-------------+-------------+---------+-----
===================================================================================

CPU Summary:
=============================================
Function | Device | Runs | AverageRunTime(ms)
---------+--------+------+-------------------
=============================================
SuZhan0322 commented 2 years ago

Hi @ash8327 The xclbin needs an update to run 2.5 models on F1 instance. We are working on it and will release another AMI soon. thanks~