'thresh' parameter when using DiehlAndCook2015 model? #645
rafaelblevin821
started this conversation in
General
Replies: 1 comment 3 replies
-
I am not familiar with the script In any case, the last updated the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to change the
thresh
value forDiehlAndCook2015
model, but it does not seem to be a callable argument.I added it to the argument parsers in the 'models' file, hoping this would solve the problem, but I still get the following message:
usage: sprvsd_cancer_weights_sum_sam_00.py [-h] [--seed SEED] [--n_neurons N_NEURONS] [--n_epochs N_EPOCHS] [--n_train N_TRAIN] [--n_test N_TEST] [--n_clamp N_CLAMP] [--exc EXC] [--inh INH] [--theta_plus THETA_PLUS] [--time TIME] [--dt DT] [--intensity INTENSITY] [--progress_interval PROGRESS_INTERVAL] [--update_interval UPDATE_INTERVAL] [--train] [--test] [--plot] [--gpu] [--device_id DEVICE_ID] sprvsd_cancer_weights_sum_sam_00.py: error: unrecognized arguments: --thresh 50
I am sure I must be missing something...
Any help on this would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions