-
Notifications
You must be signed in to change notification settings - Fork 100
Closed
Description
Hi, thanks for your great work.
I'm running IIT 4.0 12 nodes 2^12=4096 state-by-state network on Google Colab Pro+ A100 GPU runtime. Please see this for the sample code.
Seems like the code is stack here (sorry, not sure about which of the lines gives the problem).
Is this expected (state matrix too large for computation) or do you think the problem lies in the matrix itself? Thanks!
subsystem_backward = pyphi.Subsystem(
network,
state,
nodes=node_labels,
backward_tpm=True
)
subsystem_forward = pyphi.Subsystem(
network,
state,
nodes=node_labels
)
Metadata
Metadata
Assignees
Labels
No labels