diff --git a/hpvm/projects/keras/README.md b/hpvm/projects/keras/README.md index 414a7f9b0b72ff3d5030da5934f939744c5f8bab..d6c7be8e7c2ffdf14ed4c2ab361e22535b0709de 100644 --- a/hpvm/projects/keras/README.md +++ b/hpvm/projects/keras/README.md @@ -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. +## 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 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