-
Notifications
You must be signed in to change notification settings - Fork 14
Memory issue for large directed graphs #69
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hello,
I'am trying to use the package on a big network (around 170000 nodes).
However, when I call the contractor:
defining the constructor externally
directed_constructor = constructors.load_constructor('directed', adjacency, alpha=0.85)
I get the following error:
Unable to allocate 241. GiB for an array with shape (179783, 179783) and data type float6
Is there a way to avoid it?
Moreover, could i give as input a weighted adj matrix?
Thanks a lot
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request