@@ -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)