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

关于 var_sparse 的 embedding 和同名特征 sparse 的 embedding 的实现问题 #492

Open
guixianjin opened this issue Oct 9, 2022 · 1 comment
Labels

Comments

@guixianjin
Copy link

目前几个遗留问题:

  1. 按照代码逻辑,var_sparse 变长特征的 embedding 和 sparse 特征的 embedding 所使用的 embedding 不一致,无法进行共享
  2. 考虑新闻推荐场景,user 侧的 LDA topic 和 item 侧的 LDA topic 用的不是同一套 embedding,这个如何进行匹配??
  3. history 行为序列特征 和 多值特征的用法并不一致,但是实现起来似乎又是同一套实现的。感觉不太对。
@zanshuxun
Copy link
Collaborator

按照代码逻辑,var_sparse 变长特征的 embedding 和 sparse 特征的 embedding 所使用的 embedding 不一致,无法进行共享

仔细看下例子代码,是共享的,通过设置相同的embedding_name来使用共享embedding。

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

No branches or pull requests

2 participants