Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase neuron death robustness plot resolution. #213

Open
a-t-0 opened this issue Jul 10, 2023 · 0 comments
Open

Increase neuron death robustness plot resolution. #213

a-t-0 opened this issue Jul 10, 2023 · 0 comments

Comments

@a-t-0
Copy link
Collaborator

a-t-0 commented Jul 10, 2023

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,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant