RecBole-CDR icon indicating copy to clipboard operation
RecBole-CDR copied to clipboard

This is a library built upon RecBole for cross-domain recommendation algorithms

Results 13 RecBole-CDR issues
Sort by recently updated
recently updated
newest added

我按照参数设定,将EMCDR的参数放在parameter_dict中传入。我还把eval_batch_size改为了40960000。我使用的是Amazon的Book和Movie数据集,5-cores。但是已经跑了10个小时了,epoch为267了,还没有要停的趋势,性能也是0.001的增长。请问作者有没有模型性能的参数对照嘞?大概要跑多少epoch?

enhancement

**Is your feature request related to a problem? Please describe.** I was frustrated to install RecBole version 1.0.1 via either conda or pip, since dependency(scipy/colorlog ) version conflits (MAC OS...

enhancement

我想在此框架上新增一个自己的双目标跨域推荐模型,但是框架提供的evaluation似乎只针对目标域。能否实现同时对源域和目标域进行evaluate?

enhancement

你好,当我试图把训练数据集改为DoubanBook和DoubanMoive的时候报了以下错误:(我按照https://github.com/RUCAIBox/RecBole-CDR/blob/main/results/Douban.md的内容修改properties文件) Traceback (most recent call last): File "run_recbole_cdr.py", line 22, in run_recbole_cdr(model=args.model, config_file_list=config_file_list) File "/data/guzeng/RecBole-CDR/recbole_cdr/quick_start/quick_start.py", line 41, in run_recbole_cdr dataset = create_dataset(config) File "/data/guzeng/RecBole-CDR/recbole_cdr/data/utils.py", line 72, in create_dataset dataset =...

bug

I would like to run all the 10 CDR algorithms on the Amazon and Douban datasets. I see that you provided the hyperparameters for each model, and I'd like to...

question

我把模型跑起来后,发现训练的epoch只有1803,但验证的epoch却有466232,这是正常的现象吗?感觉有点违背我的认识,而且数据划分时,我看是8:1:1,但程序跑起来之后,却感觉训练的数据加载器和验证的数据加载器对调了,我基本没有改动过代码,这是什么问题?

Hi, I downloaded the `Amazon` dataset from here: https://recbole.s3-accelerate.amazonaws.com/CrossDomain/Amazon.zip The dataset statistics that you report [here](https://github.com/RUCAIBox/RecBole-CDR/blob/main/results/Amazon.md) do not match with what I compute from the original data. I removed all...

question

Hi developers, I am a new user of RecBole-CDR. I follow the tutorial and reproduce the DTCDR method, but got an error. Here is the overall config: I modified the...

bug