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 eges model #129

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

[feat]: add eges model #129

wants to merge 10 commits into from

Conversation

chengmengli06
Copy link
Collaborator

add eges model(Enhanced Graph Embedding with Side Information).

@CLAassistant
Copy link

CLAassistant commented Mar 4, 2022

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ yangxudong
❌ chengmengli06
You have signed the CLA already but the status is still pending? Let us recheck it.

@github-actions
Copy link

github-actions bot commented Mar 4, 2022

CI Test Failed

@github-actions
Copy link

github-actions bot commented Mar 5, 2022

CI Test Failed

@github-actions
Copy link

github-actions bot commented Mar 6, 2022

CI Test Passed

@github-actions github-actions bot added the ci_test_passed ci test passed label Mar 6, 2022
@github-actions github-actions bot removed the ci_test_passed ci test passed label Mar 7, 2022
@github-actions
Copy link

github-actions bot commented Mar 7, 2022

CI Test Passed

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

github-actions bot commented Mar 8, 2022

CI Test Passed

@github-actions github-actions bot added ci_test_passed ci test passed and removed ci_test_passed ci test passed labels Mar 8, 2022
@@ -49,7 +49,8 @@ def build_input_layer(self, model_config, feature_configs):
wide_output_dim=model_config.deepfm.wide_output_dim,
use_embedding_variable=model_config.use_embedding_variable,
embedding_regularizer=self._emb_reg,
kernel_regularizer=self._l2_reg)
kernel_regularizer=self._l2_reg,
group_as_scope=model_config.group_as_scope)
Copy link
Collaborator

Choose a reason for hiding this comment

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

add parameter group_as_scope in fm and wide&deep

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

Successfully merging this pull request may close these issues.

4 participants