-
ERROR:hyperopt.fmin:job exception: 'model'
0%| | 0/12 [1:01…
-
**描述这个 bug**
当我在运行python run.py --dataset=ml-100k --model=NCL( run.py 文件就如同你们介绍的那样只包含run_rebole() )报告了如下错误。
Traceback (most recent call last):
File "/home/zxweng/recommender/run.py", line 2, i…
-
I have been working with the HyperTuning from recbole.trainer.
On the provided documentation, I cannot find what are the parameters `early_stop` and `max_evals` and what is their relation to the pa…
-
目前看来好像只能去各个库里分别下载然后再使用
-
利用bert模型对简历和工作描述进行编码。
遇到文本长度超过512怎么办呢?假如简历文本的总长度是3000,如何利用bert进行编码呢?是采用的截断法?窗口法还是循环RNN法呢?请教一下在RecBole里面是如何进行操作
-
我有三个已经切分好的数据集,存在文件夹 /RecBole/dataset/ml-1m/ 下,分别为:ml-1m.part1.inter/ml-1m.part1.inter/ml-1m.part1.inter。为了做最简单的测试,我直接在 RecBole/recbole/properties/overall.yaml 中添加这样一行:benchmark_filename: ['part1', 'pa…
-
Hello, thank you for a great library!
In https://github.com/RUCAIBox/RecBole/issues/1854 I asked about opportunity to conduct finetuning procedure. The answer was that it is possible to finetune mo…
-
我想请问一下:
*.feat1CLS后缀名表示项目文本的bert表示,
*.inter表示什么?
*.index表示原始ID的重映射。
*.pth表示训练模型后缀名文件吗?
> 不知道我理解的对不对,如果不对请告诉我一下,好嘛?
lpdbz updated
5 months ago
-
### Description:
Based on the SINE [paper](https://arxiv.org/pdf/2102.09267.pdf), in the attention weighting part, they added the trainable positional embeddings to the input embeddings so that the m…
-
Hi, I downloaded the `Amazon` dataset from here: https://recbole.s3-accelerate.amazonaws.com/CrossDomain/Amazon.zip
The dataset statistics that you report [here](https://github.com/RUCAIBox/RecBole…