Yupeng Hou

Results 88 comments of Yupeng Hou

您好,新建模型可以参考这篇 [API Doc](https://recbole.io/docs/developer_guide/customize_models.html),同时您也可以参考 https://github.com/RUCAIBox/RecBole-GNN/tree/main/recbole_gnn/model 下面对应类别模型的实现。

Hi, thanks for your attention! As the issue is closely related to RecBole-GNN, I transfer the original issue here. Have you tried to tune the hyperparameters (e.g., learning rate) or...

感谢对 LLM 综述的关注与支持!但是目前我们还没有关于多模态大模型综述的相关计划,感谢你的理解。

您好,感谢对我们综述及中文版本的关注! 目前中文版本对应的是英文综述的 v10 版本,此时英文综述还未添加 Discussion on Scaling Laws 章节(在英文 v13 版本中新增)。在我们完成 v13 版本的翻译后,会及时更新中文译文。

Thanks for reporting :-)! We will fix this in our next version.

Thank you for pointing out this bug! We will correct it in the next version of our paper.

Thanks for reporting this issue! We will fix it in our next version. :-)

你好,感谢建议!这确实是很重要的方向,目前可能暂时还没有相关计划,但我们会认真考虑这方面内容。再次感谢!

你好!感谢指出这个问题,我确实遇到过这个报错。最开始实验时在 `cudatoolkit==10.1` 的环境中就可以跑通,后来在 `cudatoolkit==11.3` 的环境下就会报和这个一样的错误。 我们如果找到具体问题后会更新代码并在本 issue 下回复,建议先在 `cudatoolkit==10.1` 的环境下进行测试。

> 你好,现有环境运行在2080ti是没有问题的。因为实验室条件受限,3090无法兼容cudatoolkit==11.1之前的版本,初步怀疑是cudatoollkit与faiss-gpu的版本兼容问题。 `conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch conda install faiss-gpu cudatoolkit=11.3 -c pytorch` 上述命令可以解决这个问题。 > > ## Requirements > ``` > python==3.8.13 > cudatoolkit==11.3.1 > pytorch==1.11.0 >...