gialdetti / netsci

Analyzing Complex Networks with Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use the tool with giant adj matrices.

KeremKurban opened this issue · comments

I am trying to compute triad motifs for a network of 500k neurons and needed to use scipy scr matrix. Otherwise around 2TB of mem is required. Is there a way to use csr matrix in netsci.metrics.motifs.motifs ? Or what do you suggest?