@@ -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