-
**Describe the bug**
I got map@12 = 0.148 on eval set by running `trainer.evaluate(test_data)`. But the LB score was only 0.0124.
**To Reproduce**
1. Go to [this H&M competition](https://www.kagg…
-
你好,excellent work! 关于实验部分我想请教一下,论文当中提到将 session 数据集按 8:1:1 的比例划分 train/val/test,代码中的 config 为
split:
RS: [0.8, 0.1, 0.1]
我之前读 recbole 源码的时候,这种方式应该是将一个 session 序列按 8:1:1 分开,也就说如果一个会话长度为10,则前8…
-
-
您好,
split_ratio还是'eval_args': {'split': {'RS': [0.8, 0.1, 0.1]}用于划分数据集
split_ratio、eval_args这两个参数分别表示什么意思
-
**描述这个 bug**
对 bug 作一个清晰简明的描述。
**如何复现**
复现这个 bug 的步骤:
GRU4Rec配置
Sat 14 May 2022 16:25:09 INFO
General Hyper Parameters:
gpu_id = 0
use_gpu = True
seed = 2020
state = INFO
reproducibil…
-
Hi!
Looking at the list, I see that models are categorized either in General, Context-aware, Sequential, or Knowledge-based recommenders.
Is there a list of models that allow leveraging item feat…
mmosc updated
2 years ago
-
💡 Issue
-----
lightgcn baseline에 Ultragcn 모델을 추가하고자 합니다.
오늘 피어세션까지 자원자 없을시, 제가 하도록 하겠습니다.
*추가
- lightgcn 폴더로 관리하고 있는중이라, 여기에 바로 Ultragcn이 들어가는 것이 맞지 않다고 생각하기 때문에, Ultragcn model이 기존의 lightgcn…
-
**Describe the bug**
sasrec配置(按原论文):
MAX_ITEM_LIST_LENGTH: 200
embedding_size: 50
learning_rate: 0.001
neg_sampling: ~
#负样本为100个
eval_args: {'split': {'LS': 'valid_and_test'}, 'order': 'TO', 'm…
-
您好,我刚看完了您的文章,目前在浏览paper实现的代码。
这里想和您确定一下NCL模型的输入的形式,是否是采取的random生成的方法?
self.user_embedding = torch.nn.Embedding(num_embeddings=self.n_users, embedding_dim=self.latent_dim)
self.item_embed…
ithok updated
2 years ago
-
https://github.com/RUCAIBox/RecBole/blob/04f7a501fdab5d4eddf7ad3158d2ab28f6302ad4/recbole/model/layers.py#L54
比如对于LeakyReLU没有办法设置斜率的情况,感觉可以添加一个字典参数更好一些?