From 3206eb5a8c6c03131dd8aa55505c6106e05a39fc 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 70828896b0..227cd2fed9 100644 --- a/hpvm/projects/keras/README.md +++ b/hpvm/projects/keras/README.md @@ -38,6 +38,18 @@ python setup.py build python setup.py install ``` + +## 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