You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
The latest networkx (3.0) and pytorch (1.13) do not work. Networkx does not have
to_scipy_sparse_matrix
matrix anymore andsorted_ps_bs = ps_bs[torch.sort(ps_bs[:, -1])[1]] # sort by bucket
ingraph_modeling/dataset.py
throws a segfaul with torch 1.13. Pinning "networkx==2.8.8" and "torch==1.11.0" insetup.py
seems to workThe text was updated successfully, but these errors were encountered: