facebookresearch / generative-recommenders

Repository hosting code used to reproduce results in "Actions Speak Louder than Words: Trillion-Parameter Sequential Transducers for Generative Recommendations" (https://arxiv.org/abs/2402.17152).
Apache License 2.0
745 stars 141 forks source link

Redundant call to movielens_seq_features_from_row in training loop #100

Closed Lix1993 closed 3 weeks ago

Lix1993 commented 3 weeks ago

https://github.com/facebookresearch/generative-recommenders/blob/ffa518562ec50f96ce6ce027e304c41964ea505a/generative_recommenders/trainer/train.py#L304-L310

it looks like same with 9 lines above (295-299)