RecBole icon indicating copy to clipboard operation
RecBole copied to clipboard

A unified, comprehensive and efficient recommendation library

Results 271 RecBole issues
Sort by recently updated
recently updated
newest added

FEA: add alpha parameter for popularity sampling distribution

> [目前的主要问题就是在使用自己制作的数据集时,报错如下 ![屏幕截图 2022-07-29 175120](https://user-images.githubusercontent.com/88121538/181734091-87bf5b05-d762-4366-90db-79fe7c7f010b.png) 同时,在使用官方数据集时发现每列之间的间隔不同,并且在改变间隔之后(如将三个空格删除为一个空格)报错和上图一致,所以想问一下,recbole对于数据集的间隔有没有要求,如果有具体的规定是什么,或者说有没有什么快捷的方法实现原子文件的转换。

question

Hi guys! I'm trying to make a valid Atomic dataset file but I've got some probelms! My original dataset is a **.csv** file containing two clomuns: Bid and NumberOfPages (It's...

question

你好,请问有计划增加《UltraGCN: Ultra Simplification of Graph Convolutional Networks for Recommendation》吗,看到UltraGCN在论文里报道的性能非常强大,如果能增加到recbole中和其他模型一起对比性能就好了。

enhancement

你好,我在recbole官网看到有支持SimpleX,但是在仓库里没有看到这个,请问这是咋回事呢

enhancement

感谢recbole团队的辛苦付出! 我在doc中发现最近更新了distributed training,但是目前版本的recbole貌似并没有更新这一特性,所以请问多卡训练的recbole会于近期公布吗? 谢谢!

enhancement

开发者你好,今天当我使用GRU4Rec模型跑ml-100k数据集时出现如下问题 ``` Traceback (most recent call last): File "run.py", line 6, in run_recbole(model='GRU4Rec', dataset='ml-100k', config_dict=parameter_dict) File "C:\environment\Anaconda\envs\recbole\lib\site-packages\recbole\quick_start\quick_start.py", line 54, in run_recbole train_data, valid_data, saved=saved, show_progress=config['show_progress'] File "C:\environment\Anaconda\envs\recbole\lib\site-packages\recbole\trainer\trainer.py", line 262, in...

Hi, Thank you for your work. Just discovered the library and it seems very good. I have a problem with **hyperparameter tuning** however. It really isn't clear how it works....

我在使用贵项目时,遇到了序列推荐的相关问题,比如Ber4Rec模型,运行时数据集需要.user文件,但是你们给出的很多原子文件并没有.user,而且用脚本进行转换也会失败,希望可以有更多数据集支持.user文件,否则序列推荐很多数据集都跑不起来。

enhancement

请问下有prefetch吗,有可能是我没有发现,如果有的话,望指导一下在哪里配置,谢谢!因为现在GPU利用率不高

enhancement