From b8da463643022e5ce60a084ecb66c1fb3f6b9c5b Mon Sep 17 00:00:00 2001 From: hsharif3 <hsharif3@illinois.edu> Date: Wed, 3 Feb 2021 17:59:55 -0600 Subject: [PATCH] Update README.md --- hpvm/projects/keras/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hpvm/projects/keras/README.md b/hpvm/projects/keras/README.md index 658079ab2f..575f3d5fb9 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)`: -- GitLab