From 64fa8211d5f055993597c37c485ddc5fd9878f84 Mon Sep 17 00:00:00 2001
From: hsharif3 <hsharif3@illinois.edu>
Date: Wed, 24 Mar 2021 22:53:57 +0000
Subject: [PATCH] Update Keras README.md

---
 hpvm/test/dnn_benchmarks/keras/README.md | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/hpvm/test/dnn_benchmarks/keras/README.md b/hpvm/test/dnn_benchmarks/keras/README.md
index ee17ba0b55..f80ac8a387 100644
--- a/hpvm/test/dnn_benchmarks/keras/README.md
+++ b/hpvm/test/dnn_benchmarks/keras/README.md
@@ -1,4 +1,3 @@
-
 # Keras Frontend 
 
 Install Keras Frontend after moving to directory `/hpvm/hpvm/projects/keras`
@@ -165,6 +164,18 @@ translate_to_approxhpvm(model, data_dir, src_dir, test_data, test_labels, tune_d
 
 ```
 
+## Running HPVM Binary 
+
+Run the `HPVM_binary` generated under the directory specified by `src_dir` (described above). Usage: 
+
+```
+./HPVM_binary -t {test|tune} -c ${config_file_path}
+```
+
+`test|tune`: Runs with either tune (autotuning data) or test set (for evaluation)
+
+`config_file_path`: Path to an HPVM tensor configuration file (includes approximation settings)
+
 
 ## Automated Tests 
 
-- 
GitLab