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

problem at fcn inputlayer:concat u_h_embedding sum pooling with AUGRU state #48

Open
hugstone opened this issue Jun 18, 2021 · 0 comments

Comments

@hugstone
Copy link

hi, @mouna99 @zhougr1993

  1. DIEN tf implement fcn inputlayer as follow:
    inp = tf.concat([self.uid_batch_embedded, self.item_eb, self.item_his_eb_sum, self.item_eb * self.item_his_eb_sum, final_state2], 1)
    self.build_fcn_net(inp, use_dice=True)
    DIN has same impement, i have some problem, can you help me, thanks.
  2. problem
    1)want to know this design
    2)what is auc lift for sum pooling and final_state2 seperately
    3)can final_state2/attention-layer replace sum pooling
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

No branches or pull requests

1 participant