-
Notifications
You must be signed in to change notification settings - Fork 86
Add a new binary
You may want to benchmark your own binary on already supported frameworks. It is more involved than just varying the compilation flags for existing binaries (check Add a new variant of an existing binary). However, it can be less involved than adding a completely new framework (check Add a new framework), where you need to modify the benchmark harness.
To add a new binary, you need to specify how to build your binary. You can follow the instructions in Add a new variant of an existing binary to create your custom script.
You also need to write a json file. One key thing is the json file is the field arguments
. You need to put all your command line arguments to it.
Additionally, the output format of your binary need to be one of the supported formats that can be converted to the format the harness understands. Details of the supported formats can be found at Supported input metric data formats.
- Experiment with docker
- Run FAI-PEP for the first time
- Meta data file explained
- Work with iOS
- Work on Power/Energy
- Run Imagenet validate dataset
- Convert ONNX models to Caffe2 models
- Presentations