-
Hi,
I am a beginner in recommendation system and have recently been working on sequence recommendations. Thank you very much for providing the code for the s3rec model, I have reproduced the results…
gtx30 updated
2 years ago
-
Hi THUwangcy.
I use your lib to run the SASRec model with command as below (cuda environment):
```python
python main.py --model_name SASRec --emb_size 50 --lr 0.001 --l2 0.0 --dataset ml-1m --tes…
-
您好,我尝试运行CL4SRec模型,想要使用pop100来评估模型,按照RecBole中的文档在seq.yaml修改eval_setting
```
eval_setting: TO_LS, pop100
```
但得到了一处错误
```
Traceback (most recent call last):
File "/code/DuoRec/run_seq.py", line…
-
你好,最近我在尝试复现这篇论文的结果,但是我想使用额外的数据集,你在之前的issues中提到的那种方法似乎是由你们的框架来实现训练集和测试集等自动划分,那么要是我想指定训练集和测试集以及sample样本的话似乎有点困难。而且我看到你关于gowalla数据集中的num_clusters的设置为10和你论文中说的1000左右似乎有左。
-
不好意思打扰了,我把RecBole中的run.recbole.py中的model改成LightSANs后运行,系统提示找不到模型“LightSANs”。请问您知道该如何解决吗?
-
Hi, I would like to know whether there will be typing hints in the code. Though I benefit a lot from your complete function description, my editor can neither understand them nor support quick jump to…
-
非常感谢你们的付出!RecBole是一款非常易用且高效的模型 请问您们最近有添加新模型的计划吗?下个版本大概会在什么时间更新呢?
-
Hi,
I am using `SaSRec` for prediction on custom data. While prediction, itis changing the order of prediction on every run. For a given input it should be producing the same set of results on every …
-
I may point out that the current bottleneck is **we cannot easily incorporate the customized dataloader, and datasampler, since they all reply on the ModelType**, which I think is not flexible. I am w…
-
Could you please publish the source code of the experimental part of the paper KB4Rec?