Check the preview of 2nd version of this platform being developed by the open MLCommons taskforce on automation and reproducibility as a free, open-source and technology-agnostic on-prem platform.
script:setup (v3.0.0)
Copyright: See copyright in the source repository
License: See license in the source repository
Creation date: 2020-08-07
Source: GitHub
cID: 84e27ad9dd12e734:6299f4c060678a0f

Don't hesitate to get in touch if you encounter any issues or would like to discuss this community project!
Please report if this CK component works: 1  or fails: 0 
Sign up to be notified when artifacts are shared or updated!

ReadMe  

CK-OpenVINO workflows

Setup

Set up system-level dependencies

Setting up system-level requires running system-specific scripts with superuser privileges (or under sudo).

Ubuntu 18.04

$ sudo ./setup.ubuntu-18.04.sh

Amazon Linux 2

$ sudo ./setup.amazonlinux-2.sh

Set up user-space dependencies

Setting up user-space dependencies requires running the following script:

$ ./setup.user.sh

Set up the ImageNet validation dataset (for ResNet)

Register ImageNet with CK

Unfortunately, ImageNet can no longer be automatically downloaded. If you have a copy of ImageNet in e.g. /datasets/dataset-imagenet-ilsvrc2012-val/, you can register it with CK as follows:

$ ck detect soft:dataset.imagenet.val \
--full_path=/datasets/dataset-imagenet-ilsvrc2012-val/ILSVRC2012_val_00000001.JPEG

Create a calibration dataset

Choose one of the two calibration options with a tag: mlperf.option1 or mlperf.option2:

$ ck install package --tags=dataset,imagenet,cal,mlperf.option1

Copy labels to ImageNet (as expected by the program)

$ cp `ck locate env --tags=aux`/val.txt /datasets/dataset-imagenet-ilsvrc2012-val

Versions  

Files  

Comments  

Please log in to add your comments!
If you notice any inapropriate content that should not be here, please report us as soon as possible and we will try to remove it within 48 hours!