ctuning / ck-openvino

Collective Knowledge workflows for OpenVINO Toolkit (Deep Learning Deployment Toolkit)
BSD 3-Clause "New" or "Revised" License
7 stars 7 forks source link

Implement calibration properly #16

Closed psyhtest closed 4 years ago

psyhtest commented 4 years ago

Currently, we take the first 500 images of an ImageNet dataset for calibration. This is 1% of the full dataset, or 100% of the "min" dataset.

In fact, we should create a package that creates a calibration dataset from an ImageNet dataset. It can still take 100% of the "min" dataset and 1% of the full dataset, but should have three variations e.g.:

If we use the calibrated dataset, not the original one, we can probably prevent https://github.com/ctuning/ck-openvino/issues/12.

psyhtest commented 4 years ago

Thanks for #17 @G4V!