!5495 wide_and_deep_multitable_readme_modify

Merge pull request !5495 from yao_yf/modelzoo_wide_and_deep_readme1
This commit is contained in:
mindspore-ci-bot 2020-08-29 17:39:50 +08:00 committed by Gitee
commit bf05bf3578
1 changed files with 3 additions and 3 deletions

View File

@ -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: