uni-courses / snncompare

Runs networkx graphs representing spiking neural networks of LIF-neurons on lava-nc or networkx.
GNU Affero General Public License v3.0
2 stars 0 forks source link

Increase neuron death robustness plot resolution. #213

Open a-t-0 opened 1 year ago

a-t-0 commented 1 year ago

In inh_p_plot_1.json change:

"probability_per_t": [
        0.0001,
        0.001,
        0.005,
        0.01,
        0.05,
        0.1
      ]

to:

"probability_per_t": [
        0.0001,
        0.00025,
        0.0005,
        0.00075,
        0.001,
        0.005,
        0.01,
        0.05,
        0.1
      ]

or to make it faster (prevent loading other 14000 nets), just inh_p_plot_2.json run additional run on:

        0.00025,
        0.0005,
        0.00075,