huawei-noah / benchmark

274 stars 69 forks source link

Questions regarding AutoInt attention_dim #2

Closed abedshantti closed 2 years ago

abedshantti commented 2 years ago

Does the attention_dim feature in the implemented AutoInt model correspond to the number of hidden units d' in their paper? In section 5.1.4 of their paper they have set d' to 32. So I am wondering if this corresponds to attention_dim = 8 in your code.

zhujiem commented 2 years ago

Yes, it should be. The hyper-parameter will be override in the model config.