Open date: 2023 Mar 1
Closing date: 2023 May 15
Reproduce and automate IPOL paper (proof-of-concept): https://github.com/ctuning/cm4research/blob/main/script/reproduce-ipol-paper-2022-439a/README-extra.md
Grigori implemented 2 CM scripts for this challenge:
CM scripts are implemented for a demo on Ubuntu and must be tested across different systems:
Install MLCommons CM(CK2) automation framework as described here.
Install MLCommons repository with CM automation scripts:
bash
cm pull repo mlcommons@ck
cm show cache --tags=ipol,src ```
bash
cm run script "reproduce ipol 2022-439"This script will use these sample images and should produce diff.png in the current directory.
You can use other 2 images by specifying their full path as follows:
bash
cm run script "reproduce ipol 2022-439" \
--image1={full path to png image 1} \
--image2={full path to png image 2}