Skip to content
Snippets Groups Projects
Commit 199ea6f2 authored by hsharif3's avatar hsharif3
Browse files

Update README.md

parent 820002fa
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,18 @@ python setup.py install ...@@ -43,6 +43,18 @@ python setup.py install
``` ```
**NOTE:** This step must be performed each time (for each shell process) the frontend is to be used. **NOTE:** This step must be performed each time (for each shell process) the frontend is to be used.
## Download CNN Model Files
The weight (model) and data files to use with the CNN benchmarks are hosted on Git LFS and need to separately downloaded. This can be done using:
```
git lfs fetch
git lfs checkout
```
**NOTE:** Data donwload is necesary before running benchmarks
## Running Benchmaks ## Running Benchmaks
Benchmarks under `./src/` Benchmarks under `./src/`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment