FeiSun / BERT4Rec

BERT4Rec: Sequential Recommendation with Bidirectional Encoder Representations from Transformer
Apache License 2.0
606 stars 156 forks source link

Learning rate #14

Open youngzw opened 2 years ago

youngzw commented 2 years ago

I modified lr=1e-3 (1e-4 in your paper) and found that the convergence speed is much faster. Similar phenomena also appeared in other code reproduction repositories, e.g, cr_1 and cr_2.