RUCAIBox / RecBole

A unified, comprehensive and efficient recommendation library
https://recbole.io/
MIT License
3.34k stars 604 forks source link

关于benchmark_filename的使用 #1718

Open user-AC opened 1 year ago

user-AC commented 1 year ago

我有三个已经切分好的数据集,存在文件夹 /RecBole/dataset/ml-1m/ 下,分别为:ml-1m.part1.inter/ml-1m.part1.inter/ml-1m.part1.inter。为了做最简单的测试,我直接在 RecBole/recbole/properties/overall.yaml 中添加这样一行:benchmark_filename: ['part1', 'part2', 'part3'],然后直接运行kg模型 python run_recbole.py --dataset=ml-1m --model=CKE。但是我发现log里面没有出现benchmark_filename 相关参数,并且实际数据集的划分也不是按照 'part1', 'part2', 'part3' 来的。是我那里操作出错了吗,期待您的回复。

我的数据集文件如下: ml-1m

Paitesanshi commented 1 year ago

@user-AC 您好,log里面没有出现benchmark_filename 相关参数可能是config没有生效,可以在命令行中用--config_files参数指定config文件进行尝试