diff --git a/quickstart/recommendation/tensorflow/wide_deep/inference/fp32/.docs/datasets.md b/quickstart/recommendation/tensorflow/wide_deep/inference/fp32/.docs/datasets.md index 45df40470..cd788132d 100644 --- a/quickstart/recommendation/tensorflow/wide_deep/inference/fp32/.docs/datasets.md +++ b/quickstart/recommendation/tensorflow/wide_deep/inference/fp32/.docs/datasets.md @@ -5,7 +5,7 @@ following python script, which is a standalone version of [census_dataset.py](ht Dataset will be downloaded in directory provided using `--data_dir`. If you are behind proxy then you can proxy urls using `--http_proxy` and `--https_proxy` arguments. ``` -$ git clone git@github.com:IntelAI/models.git +$ git clone https://github.com/IntelAI/models.git $ cd models $ python ./benchmarks/recommendation/tensorflow/wide_deep/inference/fp32/data_download.py --data_dir /home//widedeep_dataset ``` diff --git a/quickstart/recommendation/tensorflow/wide_deep/inference/fp32/README.md b/quickstart/recommendation/tensorflow/wide_deep/inference/fp32/README.md index 3e79ca7e9..cc95f6260 100644 --- a/quickstart/recommendation/tensorflow/wide_deep/inference/fp32/README.md +++ b/quickstart/recommendation/tensorflow/wide_deep/inference/fp32/README.md @@ -19,7 +19,7 @@ following python script, which is a standalone version of [census_dataset.py](ht Dataset will be downloaded in directory provided using `--data_dir`. If you are behind proxy then you can proxy urls using `--http_proxy` and `--https_proxy` arguments. ``` -$ git clone git@github.com:IntelAI/models.git +$ git clone https://github.com/IntelAI/models.git $ cd models $ python ./benchmarks/recommendation/tensorflow/wide_deep/inference/fp32/data_download.py --data_dir /home//widedeep_dataset ```