Contributing Measurements
Steps on how to add new measurements
-
Create a csv file with the following columns:
NN_Topology,HWType,Precision,Op mode,batch/thread/stream,lat-comp,fps-system,fps-comp,tp-system,tp-comp,top1 [%],top5 [%],BasePWR [W],IdlePWR [W],FullPwr [W],GOPS,PruningFactor,level
. -
Rename the csv file with the name of the measured machine learning task, e.g.
imagenet.csv
. -
Enter your data in this new
.csv
file, leaving columns blank if data is not available. -
Log into your GitHub account and open https://github.com/RCL-lab/QutibenchWeb webpage.
-
Under 'Issues' tab click on 'New Issue'. Fill up the form and attach your csv file.
-
If you would like to add an image, attach it along with you csv file.
-
Submit the issue.
-
The csv file data will be processed and deployed to this website after a brief while.
-
Thank you for taking the time and contributing.