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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[馃悰BUG] Error running LightGCN #2034

Open
nikhil-vemula opened this issue Apr 19, 2024 · 0 comments
Open

[馃悰BUG] Error running LightGCN #2034

nikhil-vemula opened this issue Apr 19, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@nikhil-vemula
Copy link

Describe the bug
In scipy 1.13 version _update method for dok_matrix is removed. The following code in the general_recommender and knowledge_aware_recommender will not work.

 A._update(data_dict)

This can be updated to

A._dict = data_dict

To Reproduce
Steps to reproduce the behavior:

from recbole.quick_start import run_recbole

run_recbole(model='LightGCN', dataset='ml-100k')

Expected behavior
The training of the model should start.

@nikhil-vemula nikhil-vemula added the bug Something isn't working label Apr 19, 2024
@zhengbw0324 zhengbw0324 self-assigned this Apr 22, 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