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

Setup issues #4

Open
dhruvdcoder opened this issue Jan 26, 2023 · 0 comments
Open

Setup issues #4

dhruvdcoder opened this issue Jan 26, 2023 · 0 comments
Assignees

Comments

@dhruvdcoder
Copy link
Collaborator

The latest networkx (3.0) and pytorch (1.13) do not work. Networkx does not have to_scipy_sparse_matrix matrix anymore and sorted_ps_bs = ps_bs[torch.sort(ps_bs[:, -1])[1]] # sort by bucket in graph_modeling/dataset.py throws a segfaul with torch 1.13. Pinning "networkx==2.8.8" and "torch==1.11.0" in setup.py seems to work

@dhruvdcoder dhruvdcoder self-assigned this Jan 26, 2023
@dhruvdcoder dhruvdcoder mentioned this issue Jan 26, 2023
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