Browse Source

!5495 wide_and_deep_multitable_readme_modify

Merge pull request !5495 from yao_yf/modelzoo_wide_and_deep_readme1
tags/v1.0.0
mindspore-ci-bot Gitee 5 years ago
parent
commit
bf05bf3578
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      model_zoo/official/recommend/wide_and_deep_multitable/README.md

+ 3
- 3
model_zoo/official/recommend/wide_and_deep_multitable/README.md View File

@@ -45,12 +45,12 @@ Wide&Deep model jointly trained wide linear models and deep neural network, whic


1. Clone the Code 1. Clone the Code
```bash ```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 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 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: Once the dataset is ready, the model can be trained and evaluated on the single device(Ascend) by the command as follows:




Loading…
Cancel
Save