-
**Describe the bug**
A clear and concise description of what the bug is.
环境已配置好,从git下载的源码,直接打开项目,下载了你们的数据集,运行时报错 label?
**To Reproduce**
Steps to reproduce the behavior:
1. extra yaml file
2. yo…
-
在你们提供的百度网盘 https://pan.baidu.com/s/1p51sWMgVFbAaHQmL4aD_-g 里,RecBole>ProcessedDatasets>Gowalla目录下,有两个目录:merged和not_merged。请问这两个东西有什么不同呢?是去重和不去重的区别吗?以及,如果用你们RecBole框架获取gowalla数据集,得到的是其中哪一个呢?
-
目前进行的研究是对数据集进行处理,需要应用到大量的基础模型进行测试数据集
但是转换成原子文件后还是不能运行 转换后atuo数据格式如 user_id Item_id 随机生成的时间戳
运行报错为 dataset = create_dataset(config)
File "F:\Anaconda\envs\recbole\lib\site-packages\recbole\…
-
目前在跑baseline---**DuoRec**,按照recbole的**Customize Models**指南以及作者相应的源码,实现了`class DuoRec(SequentialRecommender)`(主要是DuoRec模型定义以及配置文件这两部分)。但是运行
`python run_baseline.py --model DuoRec -d my_dataset --confi…
-
请问这个包为啥找不到呢
-
According to lightSANs paper, there needs to be a mechanism to encode both items and positions (using item embeddings and position embeddings), but in the lightSANs.py file the positional encoding i…
-
Thank you for your interesting research.
I noticed that the results of two baselines in your paper(UniCDR and CAT-ART) used different datasets and experimental setups from their original papers. Coul…
-
**描述这个 bug**
我想在steam数据集上运行FDSA模型,steam.item文件读取错误
**如何复现**
复现这个 bug 的步骤:
1. 您引入的额外 yaml 文件
```
# Basic Information
USER_ID_FIELD: user_id # (str) Field name of user ID feature.
ITE…
-
您好,我是一名使用者,想用recbole-cdr进行跨域CTR任务,**需要AUC与logloss做输出**,但发现这两个指标输出效果很差。希望寻求参数/模型调整建议。
测试使用的是代码recbole_cdr/dataset_example下的两个数据集(source:ml-1m, target: ml-100k),使用theshold=4过滤标签。**不论基础模型是哪个**,**输出的AUC都…
-
I am trying to load my separate files for train, val, and test using benchmark_filename parameter in config file. However, I end up giving this below Attribute error,
```
File "train_run_benchmark…