Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/PaddlePaddle/PaddleRec in…
Browse files Browse the repository at this point in the history
…to release/1.8.5
  • Loading branch information
seiriosPlus committed Oct 12, 2020
2 parents b1bb2f3 + 4ed6e01 commit 3422c45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion models/recall/gru4rec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ runner:

### 运行
```
python -m paddlerec.run -m paddlerec.models.recall.gru4rec
python -m paddlerec.run -m models/recall/gru4rec/config.yaml
```

### 结果展示
Expand Down
2 changes: 1 addition & 1 deletion models/recall/word2vec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ python infer.py --test_dir ./data/test --dict_path ./data/dict/word_id_dict.txt

### 运行
```
python -m paddlerec.run -m paddlerec.models.recall.word2vec
python -m paddlerec.run -m models/recall/word2vec/config.yaml
```

### 结果展示
Expand Down
2 changes: 1 addition & 1 deletion models/recall/youtube_dnn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ python infer.py --use_gpu 1 --test_epoch 19 --inference_model_dir ./inference_yo
```
### 运行
```
python -m paddlerec.run -m paddlerec.models.recall.youtube_dnn
python -m paddlerec.run -m models/recall/youtube_dnn/config.yaml
```

### 结果展示
Expand Down

0 comments on commit 3422c45

Please sign in to comment.