Skip to content
Snippets Groups Projects
Commit 7bd7c460 authored by Gaspard Goupy's avatar Gaspard Goupy
Browse files

Rename configs with the paper naming conventions

parent 35955c49
No related branches found
No related tags found
No related merge requests found
Showing
with 28 additions and 28 deletions
......@@ -2,7 +2,7 @@
"full_logs": false,
"n_neurons": 10,
"firing_threshold": [150, 200, 250, 300, 350],
"firing_threshold": [350, 400, 450, 500, 550],
"leak_tau": null,
"decision_making": "single",
......@@ -17,9 +17,9 @@
"n_epochs": 100,
"training_method": "sstdp",
"loss_type": "mean",
"t_gap": [0.01, 0.0075, 0.005, 0.0025, 0.001, 0.00075, 0.0005, 0.00025, 0.0001],
"t_gap": [0.01, 0.0075, 0.005, 0.0025, 0.001, 0.00075, 0.0005],
"adjust_t_gap": true,
"loss_bounds": true,
"loss_bounds": false,
"class_wta": true,
"early_stopping": true,
"early_stop_patience": 10,
......@@ -27,7 +27,7 @@
"stdp_type": "multiplicative",
"stdp_soft_bound": false,
"stdp_ignore_silent": false,
"stdp_ap": [0.1, 0.075, 0.05, 0.025, 0.01, 0.0075, 0.005, 0.001],
"stdp_ap": [0.05, 0.025, 0.01, 0.0075, 0.005, 0.0025, 0.001],
"stdp_am": [-0.3, -0.2, -0.1, -0.075, -0.05],
"stdp_anti_ap": null,
"stdp_anti_am": null,
......
......@@ -2,7 +2,7 @@
"full_logs": false,
"n_neurons": 10,
"firing_threshold": [350, 400, 450, 500, 550],
"firing_threshold": [150, 200, 250, 300, 350],
"leak_tau": null,
"decision_making": "single",
......@@ -17,9 +17,9 @@
"n_epochs": 100,
"training_method": "sstdp",
"loss_type": "mean",
"t_gap": [0.01, 0.0075, 0.005, 0.0025, 0.001, 0.00075, 0.0005],
"t_gap": [0.01, 0.0075, 0.005, 0.0025, 0.001, 0.00075, 0.0005, 0.00025, 0.0001],
"adjust_t_gap": true,
"loss_bounds": false,
"loss_bounds": true,
"class_wta": true,
"early_stopping": true,
"early_stop_patience": 10,
......@@ -27,7 +27,7 @@
"stdp_type": "multiplicative",
"stdp_soft_bound": false,
"stdp_ignore_silent": false,
"stdp_ap": [0.05, 0.025, 0.01, 0.0075, 0.005, 0.0025, 0.001],
"stdp_ap": [0.1, 0.075, 0.05, 0.025, 0.01, 0.0075, 0.005, 0.001],
"stdp_am": [-0.3, -0.2, -0.1, -0.075, -0.05],
"stdp_anti_ap": null,
"stdp_anti_am": null,
......
......@@ -19,7 +19,7 @@
"loss_type": "mean",
"t_gap": [ 0.02, 0.005, 0.01, 0.02, 0.01, 0.02, 0.005, 0.02, 0.005, 0.01 ],
"adjust_t_gap": true,
"loss_bounds": true,
"loss_bounds": false,
"class_wta": true,
"early_stopping": true,
"early_stop_patience": 10,
......
......@@ -19,7 +19,7 @@
"loss_type": "mean",
"t_gap": [ 0.02, 0.005, 0.01, 0.02, 0.01, 0.02, 0.005, 0.02, 0.005, 0.01 ],
"adjust_t_gap": true,
"loss_bounds": false,
"loss_bounds": true,
"class_wta": true,
"early_stopping": true,
"early_stop_patience": 10,
......
......@@ -2,7 +2,7 @@
"full_logs": true,
"n_neurons": 10,
"firing_threshold": 200,
"firing_threshold": 300,
"leak_tau": null,
"decision_making": "single",
......@@ -12,14 +12,14 @@
"w_init_mean": 0.5,
"w_init_std": 0.01,
"normalize_weights": true,
"w_mean_norm": 0.2,
"w_mean_norm": 0.3,
"n_epochs": 100,
"training_method": "sstdp",
"loss_type": "mean",
"t_gap": 0.06,
"t_gap": 0.02,
"adjust_t_gap": true,
"loss_bounds": true,
"loss_bounds": false,
"class_wta": true,
"early_stopping": true,
"early_stop_patience": 10,
......
......@@ -2,7 +2,7 @@
"full_logs": true,
"n_neurons": 10,
"firing_threshold": 300,
"firing_threshold": 350,
"leak_tau": null,
"decision_making": "single",
......@@ -12,14 +12,14 @@
"w_init_mean": 0.5,
"w_init_std": 0.01,
"normalize_weights": true,
"w_mean_norm": 0.3,
"w_mean_norm": 0.2,
"n_epochs": 100,
"training_method": "sstdp",
"loss_type": "mean",
"t_gap": 0.02,
"t_gap": 0.03,
"adjust_t_gap": true,
"loss_bounds": false,
"loss_bounds": true,
"class_wta": true,
"early_stopping": true,
"early_stop_patience": 10,
......
......@@ -2,7 +2,7 @@
"full_logs": true,
"n_neurons": 10,
"firing_threshold": 350,
"firing_threshold": 300,
"leak_tau": null,
"decision_making": "single",
......@@ -12,14 +12,14 @@
"w_init_mean": 0.5,
"w_init_std": 0.01,
"normalize_weights": true,
"w_mean_norm": 0.2,
"w_mean_norm": 0.3,
"n_epochs": 100,
"training_method": "sstdp",
"loss_type": "mean",
"t_gap": [0.1, 0.075, 0.05, 0.025, 0.01, 0.0075, 0.005, 0.0025, 0.001, 0.00075, 0.0005, 0.00025, 0.0001],
"adjust_t_gap": true,
"loss_bounds": true,
"loss_bounds": false,
"class_wta": true,
"early_stopping": true,
"early_stop_patience": 10,
......@@ -27,8 +27,8 @@
"stdp_type": "multiplicative",
"stdp_soft_bound": false,
"stdp_ignore_silent": false,
"stdp_ap": 0.001,
"stdp_am": -0.2,
"stdp_ap": 0.005,
"stdp_am": -0.075,
"stdp_anti_ap": null,
"stdp_anti_am": null,
"stdp_ltp_win": 1,
......
......@@ -2,7 +2,7 @@
"full_logs": true,
"n_neurons": 10,
"firing_threshold": 300,
"firing_threshold": 350,
"leak_tau": null,
"decision_making": "single",
......@@ -12,14 +12,14 @@
"w_init_mean": 0.5,
"w_init_std": 0.01,
"normalize_weights": true,
"w_mean_norm": 0.3,
"w_mean_norm": 0.2,
"n_epochs": 100,
"training_method": "sstdp",
"loss_type": "mean",
"t_gap": [0.1, 0.075, 0.05, 0.025, 0.01, 0.0075, 0.005, 0.0025, 0.001, 0.00075, 0.0005, 0.00025, 0.0001],
"adjust_t_gap": true,
"loss_bounds": false,
"loss_bounds": true,
"class_wta": true,
"early_stopping": true,
"early_stop_patience": 10,
......@@ -27,8 +27,8 @@
"stdp_type": "multiplicative",
"stdp_soft_bound": false,
"stdp_ignore_silent": false,
"stdp_ap": 0.005,
"stdp_am": -0.075,
"stdp_ap": 0.001,
"stdp_am": -0.2,
"stdp_anti_ap": null,
"stdp_anti_am": null,
"stdp_ltp_win": 1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment