Instructions to reproduce this benchmark
October 20, 2021 ยท View on GitHub

(a) Overhead of individual quantities
- Run experiment:
python run_individual.py. Alternatively, extract original data:unzip results_individual.zipinto theresultsdirectory. - Create plots and move them to the tex directory:
python plot_individual.py. Plots can be found inoutput/fig_individual. - Clean up or start over:
bash clean_individual.sh
(b) Overhead of configurations at different tracking rates
- Run experiment:
python run_grid.pyandpython run_grid_imagenet.py. Alternatively, extract original data:unzip results_grid.zipinto theresultsdirectory. - Create plots and move them to the tex directory:
python plot_grid.py. Plots can be found inoutput/fig_grid. - Clean up or start over:
bash clean_grid.sh