diff --git a/hpvm/projects/keras/README.md b/hpvm/projects/keras/README.md index 3dab321f2330c0a19bf378b46e787b8599a2c0e9..658079ab2fc56c99b38004ecb44b881be551dacb 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)