From 199ea6f2471e35b8419c6221e19609e630f494c3 Mon Sep 17 00:00:00 2001 From: hsharif3 <hsharif3@illinois.edu> Date: Mon, 15 Mar 2021 06:52:22 +0000 Subject: [PATCH] Update README.md --- hpvm/projects/keras/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/hpvm/projects/keras/README.md b/hpvm/projects/keras/README.md index 4abb5563fb..e3cd3b8b19 100644 --- a/hpvm/projects/keras/README.md +++ b/hpvm/projects/keras/README.md @@ -43,6 +43,18 @@ python setup.py install ``` **NOTE:** This step must be performed each time (for each shell process) the frontend is to be used. + +## Download CNN Model Files + +The weight (model) and data files to use with the CNN benchmarks are hosted on Git LFS and need to separately downloaded. This can be done using: + +``` +git lfs fetch +git lfs checkout +``` + +**NOTE:** Data donwload is necesary before running benchmarks + ## Running Benchmaks Benchmarks under `./src/` -- GitLab