pku-liang / HASCO

agile hardware-software co-design
Apache License 2.0
44 stars 8 forks source link

understand or visualize the results #6

Open shz0116 opened 3 years ago

shz0116 commented 3 years ago

I run the test bench

python testbench/co_resnet_conv.py

and got the following files under rst/software directory. ResNet50_CONV_15_20_8_128_512_128_256_FIXED_int8_latency_software.json ResNet50_CONV_5_6_6_256_64_256_128_FIXED_int8_power_software.json ResNet50_CONV_9_4_3_128_256_256_256_FIXED_int8_area_software.json

Could you tell how to understand these data and how to visualize or show the results ? I notice there is a utils/visualize.py codes. But it needs some log files. Thanks.