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

Update README.md

parent 3bfaf884
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,9 @@ The binary is built with the name `HPVM_binary`.
**NOTE:** Before running `HPVM_binary` necessary to set CUDA/CUDNN paths with:
`source ${HPVM_root}/set_paths.sh`
```
source ${PATH_TO_YOUR_HPVM_ROOT}/hpvm/set_paths.sh
```
**Parameters to Change in Code**
......@@ -144,7 +146,9 @@ trained keras model - training parameters should be tuned here.
`scripts/test_benchmarks.py` is an automated test script that evaluates the accuracy of each Benchmark in Keras and HPVM (after comilation using HPVM Compiler) and compares the accuracy of each binary to the known correct accuracy. Run from root of `project/keras/` as:
`python scripts/test_benchmarks.py`
```
python scripts/test_benchmarks.py
```
## Suppported Operations
......
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