shenweichen / DeepCTR-Torch

【PyTorch】Easy-to-use,Modular and Extendible package of deep-learning based CTR models.
https://deepctr-torch.readthedocs.io/en/latest/index.html
Apache License 2.0
2.98k stars 702 forks source link

AutoInt Dense Features Attention #174

Closed rohit497 closed 3 years ago

rohit497 commented 3 years ago

From the implementation of the AutoInt code, I noticed that the dense features are never passed into the Attention layer. Instead they're simply passed through a simple Feed Forward Network and combined with the sparse features with Attention computed. This is different than the paper describes. Was this intentional?

zanshuxun commented 3 years ago

62