From c666291824eb6a40e5929d9fa85ef524eb6fa0bd Mon Sep 17 00:00:00 2001 From: yao_yf Date: Sat, 29 Aug 2020 15:28:32 +0800 Subject: [PATCH] wide_and_deep_multitable_readme_fix --- .../official/recommend/wide_and_deep_multitable/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/model_zoo/official/recommend/wide_and_deep_multitable/README.md b/model_zoo/official/recommend/wide_and_deep_multitable/README.md index 77223d2a2..40bd23339 100644 --- a/model_zoo/official/recommend/wide_and_deep_multitable/README.md +++ b/model_zoo/official/recommend/wide_and_deep_multitable/README.md @@ -45,12 +45,12 @@ Wide&Deep model jointly trained wide linear models and deep neural network, whic 1. Clone the Code ```bash -git clone https://gitee.com/mindspore/mindspore.git -cd mindspore/model_zoo/official/recommend/wide_and_deep_multitable + git clone https://gitee.com/mindspore/mindspore.git + cd mindspore/model_zoo/official/recommend/wide_and_deep_multitable ``` 2. Download the Dataset - > Please refer to [1] to obtain the download link and data preprocess + > Please refer to [1] to obtain the download link and data preprocess 3. Start Training Once the dataset is ready, the model can be trained and evaluated on the single device(Ascend) by the command as follows: -- GitLab