Skip to content

Scalability to large network #115

@HireTheHero

Description

@HireTheHero

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions