From 102d3c24a5ffb4fdd7b89d3b1e0cb5f668543ef3 Mon Sep 17 00:00:00 2001
From: hsharif3 <hsharif3@illinois.edu>
Date: Wed, 3 Feb 2021 17:58:14 -0600
Subject: [PATCH] Update Keras README.md to Point to new Support.md

---
 hpvm/projects/keras/README.md | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/hpvm/projects/keras/README.md b/hpvm/projects/keras/README.md
index 3dab321f23..658079ab2f 100644
--- a/hpvm/projects/keras/README.md
+++ b/hpvm/projects/keras/README.md
@@ -110,12 +110,10 @@ Trains the Keras model constructed in `buildModel` and is expected to return the
 trained keras model - training parameters should be tuned here.
 
 
-## Limitations 
+## 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
 
-* We mosty support convolutional neural networks - RNNs/LSTMS are not supported
-* We currently only support models in NCHW format (NHWC is not supported)
-* Softmax operator should be the last operation in the CNN pipeline 
-* Softmax operation must be a separate operator (not specified as activation to another type of Keras operator)
 
 
 
-- 
GitLab