diff --git a/hpvm/projects/keras/README.md b/hpvm/projects/keras/README.md index 658079ab2fc56c99b38004ecb44b881be551dacb..575f3d5fb9c113ba01ae499492257cf9e601e80f 100644 --- a/hpvm/projects/keras/README.md +++ b/hpvm/projects/keras/README.md @@ -81,11 +81,11 @@ python src/${BENCH_NAME}.py [hpvm_reload|keras_reload] [frontend] -### Building New Benchmarks +### Using the Frontend with Custom (New) Benchmarks -All benchmarks inherit from the commom parent `Benchmark` class. -Each benchmark overrides virtual functions for building the model, training, -and data preprocessing. +Any new benchmarks must inherit from the commom parent `Benchmark` class +and override the virtual functions for building the model, training, +and data preprocessing. These methods are described below: `def buildModel(self)`: