Code
hzau96yhz opened this issue · 1 comments
hzau96yhz commented
Hi! Good work!
What does the following line of code do?It seems that self.gather_indexes
are not defined
Line 65 in d4d1fd6
chengkai-liu commented
gather_indexes
is a function is the class of SequentialRecommender
.
We import SequentialRecommender
from RecBole: from recbole.model.abstract_recommender import SequentialRecommender
.