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
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 float6Is there a way to avoid it?
Moreover, could i give as input a weighted adj matrix?
Thanks a lot