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

Updating README to include automated test script description

parent cafb70bf
No related branches found
No related tags found
No related merge requests found
...@@ -140,6 +140,13 @@ Trains the Keras model constructed in `buildModel` and is expected to return the ...@@ -140,6 +140,13 @@ Trains the Keras model constructed in `buildModel` and is expected to return the
trained keras model - training parameters should be tuned here. trained keras model - training parameters should be tuned here.
## Automated Tests
`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`
## Suppported Operations ## Suppported Operations
List of supported operations and limitations detailed in https://gitlab.engr.illinois.edu/llvm/hpvm/-/blob/approx_hpvm_reorg_keras/hpvm/projects/keras/docs/Support.md List of supported operations and limitations detailed in https://gitlab.engr.illinois.edu/llvm/hpvm/-/blob/approx_hpvm_reorg_keras/hpvm/projects/keras/docs/Support.md
......
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