-
请问您的yaml文件是怎么编写的,我用recbole跑beauty和sports这两个数据的时候获得的结果指标在0.3左右,而论文中却很低。我使用的是2018年的数据集。
-
Traceback (most recent call last):
File "/home/yy/MSSR-main/MSSR-main/run_model.py", line 39, in
run_result = run_recbole(model=args.model, dataset=args.dataset, config_file_list=config_file_…
-
# Recbole | 이직러의 AI 걸작선
대다수 모델은 스스로 구현해보는게 가장 좋지만, 많은 종류의 모델 중에 어떤 것을 어떻게 구현해야할지 고민이 되는 경우가 있습니다. 그래서 다수의 모델을 쉽게 사용하기 위해 모아놓은 라이브러리들이 있는데, 오늘은 각종 추천시스템 모델을 구현해놓은 R
[https://hoon-bari.github.io/RS/Re…
-
File "F:\python\RecBole-PJF-main\recbole_pjf\data\utils.py", line 140, in create_samplers_for_multi_direction
if eval_neg_sample_args['distribution'] != 'none':
~~~~~~~~~~~~~~~~~~~~^^^^^…
-
**Describe the bug**
Run `pip install recbole` and `python run_recbole.py` as specified in the [README.me](https://github.com/RUCAIBox/RecBole/blob/v1.2.0/README.md#install-from-pip) will throw:
…
-
**描述这个 bug**
对 bug 作一个清晰简明的描述。
DCN在mvlen100k下uni100与full的AUC差距过大, uni100时auc仅0.58左右,而full时auc为0.78左右,请问原因?谢谢
**如何复现**
复现这个 bug 的步骤:
1. 您引入的额外 yaml 文件
```
load_col:
inter: ['user_id', '…
-
https://recbole.io
-
敬爱的工作者您好!我在运行srgnn时报错,猜测应该是main函数中trainer和interaction使用的是recbole而非recbole_gnn框架下的问题,但我不知道如何进行修改补充,辛苦您为我答疑解惑,期待您的回复,万分感谢!
main函数:
from recbole_gnn.config import Config
from recbole_gnn.utils impor…
cyxg7 updated
3 weeks ago
-
Dear maintainers,
I tried to simply run the starting script as described at the beginning of the README.md file (e.g., python run_recbole_debias.py
) and I got the following error immediately:
…
-
Traceback (most recent call last):
File "run_cut.py", line 16, in
run_recbole_cdr(model=args.model, config_file_list=config_file_list)
File "\CUT_24-main\CUT\quick_start\quick_start.py", l…
MeycL updated
1 month ago