We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
Could you please kindly clarify the reason in 'u_t' calculation in DIEN model?
ai-matrix/macro_benchmark/DIEN/script/utils.py
Line 217 in f7e1d77
According to DIEN paper it should be u_t =a_t*u_t and in your implementation it is u_t = (1.0 - a_t) * u_t
u_t =a_t*u_t
u_t = (1.0 - a_t) * u_t
Looking forward for your reply.
Thank you!
The text was updated successfully, but these errors were encountered:
Paper: https://arxiv.org/pdf/1809.03672.pdf
Formulas 11-12:
Sorry, something went wrong.
@rabbitwayne, @xulingjie @madeye @parallelo @ could you please help us to comment on that?
No branches or pull requests
Hello,
Could you please kindly clarify the reason in 'u_t' calculation in DIEN model?
ai-matrix/macro_benchmark/DIEN/script/utils.py
Line 217 in f7e1d77
According to DIEN paper it should be
u_t =a_t*u_t
and in your implementation it isu_t = (1.0 - a_t) * u_t
Looking forward for your reply.
Thank you!
The text was updated successfully, but these errors were encountered: