From 3bfaf884b84816ad298a5aea3a4d499dfd15309b Mon Sep 17 00:00:00 2001
From: hsharif3 <hsharif3@illinois.edu>
Date: Sat, 13 Mar 2021 05:03:21 +0000
Subject: [PATCH] Updating README to include automated test script description

---
 hpvm/projects/keras/README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/hpvm/projects/keras/README.md b/hpvm/projects/keras/README.md
index 414a7f9b0b..d6c7be8e7c 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
-- 
GitLab