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

Indexing scipy.csr_matrix with numpy.ndarray not supported in scipy==1.3.1 #39

Open
mski-iksm opened this issue Aug 26, 2019 · 0 comments

Comments

@mski-iksm
Copy link
Contributor

matrix[user_indices, item_indices] in graph_convolutional_matrix_completion.py L.404 returns error in scipy==1.3.1, since indexing with numpy.ndarray is not possible.

Possible Solution

  • matrix[len(user_indices), len(item_indices)]
    or
  • specific scipy version as scipy==1.2.1 at redshells/setup.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant