-
Hi,
Thank you for providing so many processed datasets.
I have a question when using the ```yelp``` dataset with RecBole.
I mainly use it for the sequential recommendation.
The general sta…
-
Hello, thank you for offering this helpful dataset to the community!
I am working on negative feedbacks in the recommendation system.
This paper offers some discussions about negative feedbacks …
-
**描述这个 bug**
大数据量训练时会卡住
**如何复现**
在使用大数据量,例如100万条数据的时候,进度条会卡住不动,但是Ctrl+C可以终止程序。
**预期**
希望找到对应的Debug API或者方法。
**屏幕截图**
添加屏幕截图以帮助解释您的问题。(可选)
**链接**
添加能够复现 bug 的代码链接,如 Colab 或者其他在线 Jupyte…
-
Я не очень понимаю пока, как группируются либы по признакам
- считаем по всем предиктам сразу
- усредняем по пользователям
- как обрабатываем случаи "все неправильно", "все угадали"
- еще что-то?
…
-
在真实场景中,我们只有用户的id信息,没有用户的年龄,性别,等其他额外的信息。
对于物品我们有类别,小标签等属性数据。
这种情况下是否可以运行ContextAware的算法,效果是否可行?
-
**Describe the bug**
Runtime error due to the type of tensor is `int32` instead of `int64`.
This happens on SASRec, NARM,TransRec.
```
File "F:/volume/SR baseline/run_recbole.py", line 23, in
…
-
我看到/recbole/utils/case_study.py内的full_sort_scores中的代码中,对于读取的General和Sequential的数据具有topk类型的筛选,对于Context-aware类型并不支持。请问是我理解的错误,并不需要;还是确实还未开发。谢谢您。
-
The `model_type` is loaded from the config file associated the key word `MODEL_TYPE`, and then it is compared with enum variable, e.g `self.config['MODEL_TYPE'] == ModelType.GENERAL`.
However, when…
-
`
from recbole.quick_start import run_recbole
if __name__ == '__main__':
param_dict = {
"gpu_id": 1,
"use_gpu": False
}
run_recbole(model='BERT4Rec',
…
-
PyTorch currently doesn't have sparse dropout https://github.com/pytorch/pytorch/issues/35798
I see that it's being emulated here https://github.com/RUCAIBox/RecBole/blob/cedd7eac5cd2455727532b031b…