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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
|
{
"schema": "rain_ep_structured_bias_screen_v1",
"sdil": {
"revision": "a10a84066a6f7aa38d86b1a71ed371c9c6f22815"
},
"author": {
"repository": "https://github.com/rain-neuromorphics/energy-based-learning",
"revision": "6b253fd8a5d267535f58ab79992256ef10031ceb"
},
"protocol": {
"dataset": "FashionMNIST",
"network": "author ConvHopfieldEnergy28 32-64-10",
"algorithm": "positive equilibrium propagation",
"adapter": "layer",
"mode": "innovation",
"bias_ratio": 0.01,
"predictor_rate": 0.2,
"neutral_cadence": 1,
"layer_calibration_steps": 1,
"calibration_batches": 0,
"calibration_observations": 0,
"calibration_seconds": 7.152557373046875e-07,
"extra_equilibrium_phases_for_predictor": 0,
"predictor_neutral_source": "existing_first_EP_phase",
"bias_ratio_normalization": "experimenter_initial_clean_layer_state_difference_rms",
"bias_ratio_normalization_visible_to_predictor": false,
"epochs": 3,
"train_limit": 10000,
"test_limit": 2000,
"evaluation_split": "train_holdout",
"data_seed": 6100,
"batch_size": 128,
"training_iterations": 12,
"inference_iterations": 30,
"seed": 1989,
"device": "cuda",
"determinism": "author_default",
"autodiff_used_for_learning": false
},
"hardware": {
"torch_version": "2.3.1+cu118",
"torch_cuda_version": "11.8",
"cuda_visible_devices": "5",
"device_name": "NVIDIA GeForce GTX 1080"
},
"metrics": [
{
"epoch": 1,
"train_accuracy": 0.5915,
"train_cost": 0.309255326461792,
"test_accuracy": 0.7545,
"test_cost": 0.2258686990737915,
"finite": true,
"corrector": {
"step": 78,
"clean_state_difference_rms": 0.002857925972761342,
"bias_state_difference_rms": 6.838680302328663e-05,
"residual_state_difference_rms": 1.710082041081434e-05,
"bias_to_clean_state_difference_rms": 0.023928822396057713,
"residual_to_clean_state_difference_rms": 0.005983647083164804,
"neutral_observations": 128
},
"wall_seconds": 11.530439376831055
},
{
"epoch": 2,
"train_accuracy": 0.7674,
"train_cost": 0.20665442609786988,
"test_accuracy": 0.783,
"test_cost": 0.1913930902481079,
"finite": true,
"corrector": {
"step": 157,
"clean_state_difference_rms": 0.0022606185726693454,
"bias_state_difference_rms": 6.800653175633376e-05,
"residual_state_difference_rms": 1.7386926461635754e-05,
"bias_to_clean_state_difference_rms": 0.030083151832213533,
"residual_to_clean_state_difference_rms": 0.007691225168120784,
"neutral_observations": 128
},
"wall_seconds": 22.41246509552002
},
{
"epoch": 3,
"train_accuracy": 0.7971,
"train_cost": 0.18733456535339355,
"test_accuracy": 0.75,
"test_cost": 0.22606964588165282,
"finite": true,
"corrector": {
"step": 236,
"clean_state_difference_rms": 0.0035759885538431554,
"bias_state_difference_rms": 6.749654427279662e-05,
"residual_state_difference_rms": 1.7722733219605922e-05,
"bias_to_clean_state_difference_rms": 0.018874932974899297,
"residual_to_clean_state_difference_rms": 0.004956037457267333,
"neutral_observations": 128
},
"wall_seconds": 33.14427208900452
}
],
"epochs_completed": 3,
"final": {
"epoch": 3,
"train_accuracy": 0.7971,
"train_cost": 0.18733456535339355,
"test_accuracy": 0.75,
"test_cost": 0.22606964588165282,
"finite": true,
"corrector": {
"step": 236,
"clean_state_difference_rms": 0.0035759885538431554,
"bias_state_difference_rms": 6.749654427279662e-05,
"residual_state_difference_rms": 1.7722733219605922e-05,
"bias_to_clean_state_difference_rms": 0.018874932974899297,
"residual_to_clean_state_difference_rms": 0.004956037457267333,
"neutral_observations": 128
},
"wall_seconds": 33.14427208900452
}
}
|