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

Fixing data download in Keras README to use DataBank Illinois

parent b8080a10
No related branches found
No related tags found
No related merge requests found
...@@ -8,14 +8,15 @@ Instructions for Installing the Keras Frontend are [here](https://gitlab.engr.il ...@@ -8,14 +8,15 @@ Instructions for Installing the Keras Frontend are [here](https://gitlab.engr.il
## Download CNN Model Files ## 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: Prior to running the benchmarks, ensure you download the CNN model data (inputs and weights) if not done in automatic build script.
``` ```
git lfs fetch wget https://databank.illinois.edu/datafiles/o3izd/download -O model_params.tar.gz
git lfs checkout tar -xf model_params.tar.gz
``` ```
**NOTE:** Data donwload is necesary before running benchmarks Move extracted `model_params` directory to `/test/dnn_benchmarks/model_params` (Benchmarks expect data at this location)
## Running Benchmaks ## Running Benchmaks
......
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