Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[🐛BUG] No module named 'recbole.model.general_recommender.mf' #2060

Open
HourunLi opened this issue Jun 17, 2024 · 0 comments
Open

[🐛BUG] No module named 'recbole.model.general_recommender.mf' #2060

HourunLi opened this issue Jun 17, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@HourunLi
Copy link

HourunLi commented Jun 17, 2024

Describe the bug
在复现论文“Aiming at the Target: Filter Collaborative Information for Cross-Domain Recommendation”的时候报错。
ModuleNotFoundError: No module named 'recbole.model.general_recommender.mf'

To Reproduce
具体原因是导入包:from recbole.model.general_recommender.mf import MF
ModuleNotFoundError: No module named 'recbole.model.general_recommender.mf'
我在源代码里并没有发现有mf.py相关内容。

Desktop (please complete the following information):

  • OS: Ubuntu
  • RecBole Version 1.2.0
  • Python Version 3.8.18
  • PyTorch Version 2.0.1
  • cudatoolkit Version 11.7
@HourunLi HourunLi added the bug Something isn't working label Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants