-
Notifications
You must be signed in to change notification settings - Fork 646
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add DeepRec #647
add DeepRec #647
Conversation
models/rank/deeprec/README.md
Outdated
- [运行环境](#运行环境) | ||
- [快速开始](#快速开始) | ||
- [模型组网](#模型组网) | ||
- [效果复现](#效果复现) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里需要对齐
models/rank/deeprec/README.md
Outdated
|
||
``` bash | ||
cd data | ||
sh get_data.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
在dataset中,下载全量数据的脚本我们统一命名为run.sh,此处需要修改一下名称
models/rank/deeprec/config.yaml
Outdated
train_data_dir: "data/train" | ||
train_reader_path: "netflix_reader" # importlib format | ||
use_gpu: False | ||
mode: "train" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个参数为新增的,需要在后面注释下该作用
No description provided.