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

Update README.md

parent 102d3c24
No related branches found
No related tags found
No related merge requests found
......@@ -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)`:
......
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