Skip to content
Snippets Groups Projects
Commit 102d3c24 authored by hsharif3's avatar hsharif3
Browse files

Update Keras README.md to Point to new Support.md

parent 7e12328d
No related branches found
No related tags found
No related merge requests found
...@@ -110,12 +110,10 @@ Trains the Keras model constructed in `buildModel` and is expected to return the ...@@ -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. 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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment