File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ runner:
140140
141141### 运行
142142```
143- python -m paddlerec.run -m paddlerec. models. recall. gru4rec
143+ python -m paddlerec.run -m models/ recall/ gru4rec/config.yaml
144144```
145145
146146### 结果展示
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ python infer.py --test_dir ./data/test --dict_path ./data/dict/word_id_dict.txt
184184
185185### 运行
186186```
187- python -m paddlerec.run -m paddlerec. models. recall. word2vec
187+ python -m paddlerec.run -m models/ recall/ word2vec/config.yaml
188188```
189189
190190### 结果展示
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ python infer.py --use_gpu 1 --test_epoch 19 --inference_model_dir ./inference_yo
107107```
108108### 运行
109109```
110- python -m paddlerec.run -m paddlerec. models. recall. youtube_dnn
110+ python -m paddlerec.run -m models/ recall/ youtube_dnn/config.yaml
111111```
112112
113113### 结果展示
You can’t perform that action at this time.
0 commit comments