-
敬爱的工作者您好!我在运行srgnn时报错,猜测应该是main函数中trainer和interaction使用的是recbole而非recbole_gnn框架下的问题,但我不知道如何进行修改补充,辛苦您为我答疑解惑,期待您的回复,万分感谢!
main函数:
from recbole_gnn.config import Config
from recbole_gnn.utils impor…
cyxg7 updated
3 weeks ago
-
The BERT4Rec in recbole is not so bad. I ran the code and it is much better than the one in the paper. Why?
-
你好,当我试图把训练数据集改为DoubanBook和DoubanMoive的时候报了以下错误:(我按照https://github.com/RUCAIBox/RecBole-CDR/blob/main/results/Douban.md的内容修改properties文件)
Traceback (most recent call last):
File "run_recbole_cd…
-
总是报错这个问题:
Traceback (most recent call last):
File "/home/izuna/zyx/RecBole-GNN-main/run_recbole_gnn.py", line 19, in
run_recbole_gnn(model=args.model, dataset=args.dataset, config_file_list=…
-
there is a error when run run_rebole_pjf.py:
File "C:\Users\zzp\.conda\envs\pytorch\lib\site-packages\recbole\data\dataset\dataset.py", line 234, in _download
url = self._get_download_url(…
-
**Hello! Thank you for a such a great code and dataset!**
**在复现您的代码过程中,出现了报错:IndexError: Can not load the data without registration !**
**感觉代码缺少内容,debug初步判断为缺少valid_data, 在recbole_pjf/data/utils…
-
from logging import getLogger
from recbole.config import Config
from recbole.data import create_dataset, data_preparation
from recbole.model.sequential_recommender import DIEN
from recbole.trainer…
-
I am glad to see this repo for news recommendation task! I recently tried to implement NRMS or other attention-based models on the MIND dataset, but found that the `Dataset`, `Dataloader`, `Trainer`, …
-
Hi there! Thanks for the nice work in RecBole!
I'm implementing a simulation system in which I generate interactions between users and items within an existing system. At the start I create the dat…
-
I am currently using RecBole for my recommendation task and have successfully trained a model using custom data from atomic files and the NCF/NeuMF algorithm. However, I am struggling to find document…