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

Update Keras README.md

parent b8dea041
No related branches found
No related tags found
No related merge requests found
# Keras Frontend # Keras Frontend
Install Keras Frontend after moving to directory `/hpvm/hpvm/projects/keras` Install Keras Frontend after moving to directory `/hpvm/hpvm/projects/keras`
...@@ -165,6 +164,18 @@ translate_to_approxhpvm(model, data_dir, src_dir, test_data, test_labels, tune_d ...@@ -165,6 +164,18 @@ translate_to_approxhpvm(model, data_dir, src_dir, test_data, test_labels, tune_d
``` ```
## Running HPVM Binary
Run the `HPVM_binary` generated under the directory specified by `src_dir` (described above). Usage:
```
./HPVM_binary -t {test|tune} -c ${config_file_path}
```
`test|tune`: Runs with either tune (autotuning data) or test set (for evaluation)
`config_file_path`: Path to an HPVM tensor configuration file (includes approximation settings)
## Automated Tests ## Automated Tests
......
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