From b40748be1c919224c73393102b847c84d106dc1e Mon Sep 17 00:00:00 2001 From: Adel Ejjeh <aejjeh@illinois.edu> Date: Thu, 7 Apr 2022 11:02:18 -0500 Subject: [PATCH] Fixed typos in keras docs and readmes --- hpvm/benchmarks/dnn_benchmarks/keras/README.md | 2 +- .../components/tensorcomponents/keras-benchmarks.rst | 4 ++-- hpvm/projects/keras/README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hpvm/benchmarks/dnn_benchmarks/keras/README.md b/hpvm/benchmarks/dnn_benchmarks/keras/README.md index c9632908cd..5a9a1292d8 100644 --- a/hpvm/benchmarks/dnn_benchmarks/keras/README.md +++ b/hpvm/benchmarks/dnn_benchmarks/keras/README.md @@ -1,3 +1,3 @@ # Keras Benchmarks -Instructions on using the Keras benchmarks and the Keras Frontend can be found [**here**](../../../docs/developerdocs/tensorcomponents/keras-benchmarks.rst) +Instructions on using the Keras benchmarks and the Keras Frontend can be found [**here**](../../../docs/developerdocs/components/tensorcomponents/keras-benchmarks.rst) diff --git a/hpvm/docs/developerdocs/components/tensorcomponents/keras-benchmarks.rst b/hpvm/docs/developerdocs/components/tensorcomponents/keras-benchmarks.rst index 28f1a4b4ba..da5db326b7 100644 --- a/hpvm/docs/developerdocs/components/tensorcomponents/keras-benchmarks.rst +++ b/hpvm/docs/developerdocs/components/tensorcomponents/keras-benchmarks.rst @@ -2,7 +2,7 @@ Keras Benchmarks ================ -Run the Keras benchmarks under ``hpvm/benchamrks/dnn_benchmarks/keras`` +Run the Keras benchmarks under ``hpvm/benchmarks/dnn_benchmarks/keras`` Download CNN Model Files ------------------------ @@ -14,7 +14,7 @@ Prior to running the benchmarks, ensure you download the CNN model data (inputs wget https://databank.illinois.edu/datafiles/o3izd/download -O model_params.tar.gz tar -xf model_params.tar.gz -Move extracted ``model_params`` directory to ``/benchamrks/dnn_benchmarks/model_params`` (Benchmarks expect data at this location) +Move extracted ``model_params`` directory to ``/benchmarks/dnn_benchmarks/model_params`` (Benchmarks expect data at this location) Running Benchmaks ----------------- diff --git a/hpvm/projects/keras/README.md b/hpvm/projects/keras/README.md index 9eeb4f0701..36a6518dd2 100644 --- a/hpvm/projects/keras/README.md +++ b/hpvm/projects/keras/README.md @@ -1,4 +1,4 @@ # Keras Frontend -Instructions on installing and using the Keras Frontend can be found [**here**](../../docs/developerdocs/tensorcomponents/keras-frontend.rst) +Instructions on installing and using the Keras Frontend can be found [**here**](../../docs/developerdocs/components/tensorcomponents/keras-frontend.rst) -- GitLab