PeiJieSun / NESCL

The code repository for the paper: Peijie et al., Neighborhood-Enhanced Supervised Contrastive Learning for Collaborative Filtering. IEEE TKDE, 2023.
https://arxiv.org/abs/2402.11523
MIT License
117 stars 18 forks source link

NEG_PREFIX参数配置 #2

Open lzn0924 opened 1 week ago

lzn0924 commented 1 week ago

/recbole/model/abstract_recommender.py", line 100, in init self.NEG_ITEM_ID = config['NEG_PREFIX'] + self.ITEM_ID TypeError: unsupported operand type(s) for +: 'NoneType' and 'str' 这个是默认为None吗?还是在model中配置了?