Skip to content
Snippets Groups Projects
Commit fb38f12b authored by Nathan Zhao's avatar Nathan Zhao
Browse files

Merge branch 'approx_hpvm_reorg_keras' of gitlab.engr.illinois.edu:llvm/hpvm...

Merge branch 'approx_hpvm_reorg_keras' of gitlab.engr.illinois.edu:llvm/hpvm into approx_hpvm_reorg_keras
parents 65333c79 87964072
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,21 @@ ...@@ -2,6 +2,21 @@
## Installing Dependencies ## Installing Dependencies
### Updating pip
The pip version required in this subproject must be >= `19.3`.
To upgrade pip:
```
pip install --upgrade pip
```
To check installed pip version:
```
pip -V
```
### Importing Conda Environment: ### Importing Conda Environment:
``` ```
...@@ -44,7 +59,7 @@ List of benchmarks and the expected accuracies: ...@@ -44,7 +59,7 @@ List of benchmarks and the expected accuracies:
Activate conda environment (above) before running benchmarks Activate conda environment (above) before running benchmarks
### Synopsys ### Synopsis
``` ```
python src/${BENCH_NAME}.py [hpvm_reload|keras_reload] [frontend] python src/${BENCH_NAME}.py [hpvm_reload|keras_reload] [frontend]
......
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