Skip to content

Commit

Permalink
fix: Example中movieslens.config执行路径不对 (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyangchou authored May 18, 2023
1 parent acc79b4 commit 19ef2b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,19 +98,19 @@ EasyRec的模型训练和评估都是基于config配置文件的,配置文件

- Wide & Deep

`python -m easy_rec.python.train_eval --pipeline_config_path examples/configs/wide_and_deep_on_movieslen.config `
`python -m easy_rec.python.train_eval --pipeline_config_path examples/configs/wide_and_deep_on_movielens.config `

- DeepFM

`python -m easy_rec.python.train_eval --pipeline_config_path examples/configs/deepfm_on_movieslen.config `
`python -m easy_rec.python.train_eval --pipeline_config_path examples/configs/deepfm_on_movielens.config `

- DCN

`python -m easy_rec.python.train_eval --pipeline_config_path examples/configs/dcn_on_movieslen.config `
`python -m easy_rec.python.train_eval --pipeline_config_path examples/configs/dcn_on_movielens.config `

- AutoInt

`python -m easy_rec.python.train_eval --pipeline_config_path examples/configs/autoint_on_movieslen.config `
`python -m easy_rec.python.train_eval --pipeline_config_path examples/configs/autoint_on_movielens.config `

### 排序任务 + Criteo Research Kaggle 数据集

Expand Down

0 comments on commit 19ef2b4

Please sign in to comment.