-
Notifications
You must be signed in to change notification settings - Fork 86
Add a new model
sf-wind edited this page Jul 27, 2018
·
1 revision
Adding a new model to the benchmark harness is very simple. Please perform the following steps:
- Save the model in some space that can be accessed from the internet (e.g. AWS).
- The models can also be saved in the benchmarking repository, but it is not recommended.
- Write up a json file describing how you plan to run the model. The json files are organized based on the framework the model uses. For caffe2 models, you can use
specification/models/caffe2/shufflenet/shufflenet.json
as an example.- You do not need to worry about the MD5 hash of the files you specify. They will be populated automatically when you run the test locally.
- Test your newly created benchmark file locally.
- Add your json file to
specification/models/<framework>/<model name>/<benchmark name>.json
- Submit a PR.
- 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