mlcommons / ck

Collective Mind (CM) is a small, modular, cross-platform and decentralized workflow automation framework with a human-friendly interface and reusable automation recipes to make it easier to build, run, benchmark and optimize AI, ML and other applications and systems across diverse and continuously changing models, data, software and hardware
https://access.cKnowledge.org/challenges
Apache License 2.0
597 stars 110 forks source link

Object Detection Workflow has error #168

Closed slahiruk closed 3 years ago

slahiruk commented 3 years ago

https://github.com/ctuning/ck/blob/master/docs/mlperf-automation/reproduce/ck-object-detection-rpi4-tflite.md <- I was trying to follow this and obtained the following error

CK error: [cmdgen] build_map[library] is missing both 'tflite-v2.4.1-ruy' and '###' values! 
gfursin commented 3 years ago

Thank you very much, @slahiruk! Will need to check it when I have time!

gfursin commented 3 years ago

Hi @slahiruk . I fixed the workflow and it should work now for tflite-v2.4.1 and tflite-2.4.2 . Can you please check if it works?

I also updated the docs to include native CK program workflows that can be connected with our new end-to-end MLPerf submission system: https://github.com/octoml/mlops/tree/main/module/bench.mlperf.inference .

Thanks again for supporting this community project!

gfursin commented 3 years ago

Don't forget to pull updated repos ;) :

ck pull all
slahiruk commented 3 years ago

Hi @gfursin I have confirmed that these updates are working for the raspberry pi 4!

gfursin commented 3 years ago

Great! Thank you for the update! I close this issue!