chengkai-liu/Mamba4Rec

Code

hzau96yhz opened this issue · 1 comments

Hi! Good work!
What does the following line of code do?It seems that self.gather_indexes are not defined

seq_output = self.gather_indexes(item_emb, item_seq_len - 1)

gather_indexes is a function is the class of SequentialRecommender.
We import SequentialRecommender from RecBole: from recbole.model.abstract_recommender import SequentialRecommender.