Skip to content
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

[feat] add tdm serving tree & remove recall_num in gen tree #2

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

tiankongdeguiji
Copy link
Collaborator

No description provided.

- --tree_output_file: (可选)初始树的保存路径, 不输入不会保存
- --node_edge_output_file: 根据树生成的node和edge表的保存路径, 支持ODPS和本地txt两种
- --recall_num: (可选,默认为200)召回数量, 会根据召回数量自动跳过前几层树, 增加召回的效率
- --node_edge_output_file: 根据树生成的node和edge表的保存路径, 支持`ODPS GL表`和`本地txt GL`两种
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GL的全称是什么?

@@ -756,6 +760,7 @@ def export(
export_dir (str): base directory where the model should be exported.
checkpoint_path (str, optional): if specified, will use this model instead of
model specified by model_dir in pipeline_config_path.
asset_files (str, optional): more files will be copy to export_dir.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

more files will be copied to export_dir.
copy ->copied

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants