-
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…
-
这什么玩意?
» python run_recbole.py --model=WideDeep --dataset=ml-1m
Trainable parameters: 108574
Train 0: 0%| | 0/391 [00:00
-
您好!我嘗試簡單建立了yelp的知識圖譜,在.kg檔案中,我將head_id:token設為iten_id:token,relation_id:token設為location.shop.location,tail_id:token設為categories:token_seq
如下所示:
也增加另一個relation_id:token
在.link檔案中,item_id:token…
-
请问,这里是填其中一个,还是填多个。如果填多个,那么能否举个例子。我看文档给的是‘class’,要求str,不太明白该怎么填写这种格式。
-
Hello, regarding the prediction layer formula 5 in the Mamba4Rec paper,
$\hat{y} = Softmax(Linear(h)) \in \mathbb{R}^{| \mathcal{V} |}$
I think there is a problem as follows: the calculation of th…
-
Hello! Thank you for a such a great tool!
**描述这个 bug**
在复现[RecBole-PJF](https://github.com/RUCAIBox/RecBole-PJF)过程中,出现了报错:IndexError: Can not load the data without registration !
![image](htt…
-
**Describe the bug**
I am able to train the model, but I cannot get predictions on the test sample.
**To Reproduce**
I'm attaching to https://drive.google.com/drive/folders/1YLS0R41sWbDvL3_CxEsSm…
-
利用bert模型对简历和工作描述进行编码。
遇到文本长度超过512怎么办呢?假如简历文本的总长度是3000,如何利用bert进行编码呢?是采用的截断法?窗口法还是循环RNN法呢?请教一下在RecBole里面是如何进行操作
-
Dear authors,
I guess I found a bug related to these two lines of code.
Context: I wanted to compare some recommendation algorithms, and some of them are Knowledge-Aware.
But when I use some ra…
-
Hi everyone! I recently started using Recbole with the Foursquare NYC database. The code snippet ran successfully without modifying the .inter file. However, when I modified the file to keep only thos…