1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
{
"model": "feedforward",
"hidden": [
64
],
"classes": 20,
"beta": 0.9,
"threshold": 1.0,
"dropout": 0.0,
"surrogate_slope": 25.0,
"alpha": 0.9,
"epochs": 1,
"lr": 0.001,
"weight_decay": 0.0,
"device": "cpu",
"cfg": "data_io/configs/shd.yaml",
"lyapunov": true,
"lambda_reg": 0.1,
"lambda_target": 0.0,
"lyap_eps": 0.0001,
"lyap_layers": null,
"out_dir": "runs/snntorch_test",
"log_batches": false,
"no_progress": true,
"save_model": false
}
|