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

[feats]: Add CMBF layer for DBMTL model #223

Merged
merged 5 commits into from
Jun 28, 2022
Merged

Conversation

yangxudong
Copy link
Collaborator

No description provided.

@github-actions
Copy link

CI PY3 Test Passed

@github-actions
Copy link

CI Test Passed

@github-actions github-actions bot added the ci_test_passed ci test passed label Jun 27, 2022
@github-actions
Copy link

CI Test Passed

@github-actions github-actions bot added ci_test_passed ci test passed and removed ci_test_passed ci test passed labels Jun 27, 2022
@github-actions
Copy link

CI PY3 Test Passed

@github-actions
Copy link

CI Test Passed

@github-actions github-actions bot removed the ci_test_passed ci test passed label Jun 27, 2022
@yangxudong yangxudong merged commit a0fd524 into master Jun 28, 2022
@yangxudong yangxudong deleted the features/DBMTL_CMBF branch June 28, 2022 09:49
input_names: 'score_time'
feature_type: RawFeature
embedding_dim: 16
}
features: {
input_names: 'embedding'
Copy link
Collaborator

Choose a reason for hiding this comment

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

only text 的时候,应该去掉这部分特征?

general_feature_names, img_feature_names, txt_seq_feature_names = set(
), set(), set()
general_feature_names, txt_seq_feature_names = set(), set()
img_feature_names = set()
for fea_group in model_config.feature_groups:
if fea_group.group_name == 'general':
Copy link
Collaborator

Choose a reason for hiding this comment

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

文档里面好像没有说这三个tower必须是general 、image 、text,建议改成大写字母GENERAL、IMAGE、TEXT,并且文档说明一下

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

Successfully merging this pull request may close these issues.

3 participants