Zhuangzhuang He

Results 7 issues of Zhuangzhuang He

hello, when I used torch_scatter, I suffered from this problem below. `Traceback (most recent call last): File "/home/bruno/anaconda3/envs/tf/lib/python3.7/site-packages/torch_scatter/__init__.py", line 14, in f'{library}_{suffix}', [osp.dirname(__file__)]).origin) AttributeError: 'NoneType' object has no attribute 'origin'...

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

enhancement

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

enhancement

Every time I run it out the results are different. Tried setting random seeds in both the args, and yaml files to no avail...

Hi Shirui, The code only seems to show one metric at a time, how can I set it up to show F1, Accuarcy, etc. at the same time?

在Training时,GPU的利用率有波动,在Evaluate时完全没有波动,而且CPU占比非常大,速度非常慢。 换了很多数据集和模型都是这个结果,很奇怪

bug

Run the script with: bash ./validation_examples/2-seethink_format_eval.sh. After executing this shell file, output files (e.g., datasets.jsonl) are generated under validation_responses/3B-Qwen/. However, the next step requires running: python LLM_eval.py --input_dir ./Raw-Outputs/7B-Vision-SR1 (the...