-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
59 lines (49 loc) · 926 Bytes
/
config.yaml
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
hydra:
job:
name: "stork_${method.name}"
chdir: True
run:
dir: Runs/${hydra.job.name}/dataset=${dataset.name}/Example
sweep:
dir: Runs/${hydra.job.name}/dataset=${dataset.name}/${now:%Y-%m-%d}
subdir: seed=${seed}+lr=${method.lr}
defaults:
- dataset: SHD
- method: stochasticsuperspike
- regularizer: default
- wandb: default
- plotting: default
using_wandb: True
loss_type: mot_ce
plot: plot
sigm: False
optimizer: smorms3
device: cpu
diff_reset: False
monitor_spikes: True
monitor_fano: 10
binned: False
monitor_chunks: True
epoch_chunk: 200
seed: 1
nb_epochs: 200
logging_freq: 10
tau_mem: 20e-3
tau_syn: 10e-3
tau_readout: ${dataset.duration}
eps_0: 267e-3
p0: 0.6666666666666667
theta: 1
k0: -1
delta_uo: 13e-3
delta_uh: 133e-3
beta: 10
batch_size: 400
batch_id: 0
o_neuron_id: 2
h_neuron_id: 10
i_neuron_id: 0
anneal: False
anneal_start: 0
anneal_step: 1
anneal_interval: 5