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 18 additions and 18 deletions
......@@ -19,7 +19,7 @@
"loss_type": "mean",
"t_gap": [ 0.01, 0.001, 0.005, 0.01, 0.005, 0.01, 0.001, 0.01, 0.001, 0.005 ],
"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.01, 0.001, 0.005, 0.01, 0.005, 0.01, 0.001, 0.01, 0.001, 0.005 ],
"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": 500,
"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.0005,
"t_gap": 0.005,
"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": 500,
"firing_threshold": 200,
"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.005,
"t_gap": 0.0005,
"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": 500,
"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.2, 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,7 +27,7 @@
"stdp_type": "multiplicative",
"stdp_soft_bound": false,
"stdp_ignore_silent": false,
"stdp_ap": 0.075,
"stdp_ap": 0.001,
"stdp_am": -0.075,
"stdp_anti_ap": null,
"stdp_anti_am": null,
......
......@@ -2,7 +2,7 @@
"full_logs": true,
"n_neurons": 10,
"firing_threshold": 500,
"firing_threshold": 200,
"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.2, 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,7 +27,7 @@
"stdp_type": "multiplicative",
"stdp_soft_bound": false,
"stdp_ignore_silent": false,
"stdp_ap": 0.001,
"stdp_ap": 0.075,
"stdp_am": -0.075,
"stdp_anti_ap": null,
"stdp_anti_am": null,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment