AbstractPhil commited on
Commit
c2e0dcd
·
verified ·
1 Parent(s): ffe09b5

Upload experiments/exp_007_results/multiscale_recursion.json with huggingface_hub

Browse files
experiments/exp_007_results/multiscale_recursion.json ADDED
@@ -0,0 +1,122 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "ladder": [
4
+ 4,
5
+ 8,
6
+ 16,
7
+ 32
8
+ ],
9
+ "V": 32,
10
+ "n_data": 256,
11
+ "steps": 400,
12
+ "lr": 0.02,
13
+ "out_dir": "./exp_007_results",
14
+ "seed": 0
15
+ },
16
+ "verdict": {
17
+ "any_fit": true,
18
+ "best_recursion": "chain",
19
+ "best_recon": 0.04121183231472969,
20
+ "fitting_recursions": [
21
+ "chain",
22
+ "recurrent",
23
+ "fixed_point",
24
+ "residual_accum"
25
+ ],
26
+ "all_results": [
27
+ {
28
+ "recursion": "chain",
29
+ "n_params": 884,
30
+ "init_recon": 0.19680598378181458,
31
+ "final_recon": 0.04121183231472969,
32
+ "learned": true,
33
+ "scale_deviations": [
34
+ 0.002263188362121582,
35
+ 0.002263188362121582,
36
+ 0.002263188362121582,
37
+ 0.002263188362121582
38
+ ],
39
+ "rigidity_preserved_all_scales": true
40
+ },
41
+ {
42
+ "recursion": "recurrent",
43
+ "n_params": 739,
44
+ "init_recon": 0.19661375880241394,
45
+ "final_recon": 0.04531925916671753,
46
+ "learned": true,
47
+ "scale_deviations": [
48
+ 0.002263188362121582,
49
+ 0.002263188362121582,
50
+ 0.002263188362121582,
51
+ 0.002263188362121582
52
+ ],
53
+ "rigidity_preserved_all_scales": true
54
+ },
55
+ {
56
+ "recursion": "fixed_point",
57
+ "n_params": 885,
58
+ "init_recon": 0.19706624746322632,
59
+ "final_recon": 0.04687384516000748,
60
+ "learned": true,
61
+ "scale_deviations": [
62
+ 0.002263188362121582,
63
+ 0.002263188362121582,
64
+ 0.002263188362121582,
65
+ 0.002263188362121582
66
+ ],
67
+ "rigidity_preserved_all_scales": true,
68
+ "fixed_point_settle": [
69
+ {
70
+ "scale": 8,
71
+ "deltas": [
72
+ 1.45123,
73
+ 1.53297,
74
+ 1.74599,
75
+ 1.68911,
76
+ 1.80121
77
+ ],
78
+ "converging": false
79
+ },
80
+ {
81
+ "scale": 16,
82
+ "deltas": [
83
+ 1.19884,
84
+ 1.18474,
85
+ 1.18309,
86
+ 1.08113,
87
+ 1.14458
88
+ ],
89
+ "converging": true
90
+ },
91
+ {
92
+ "scale": 32,
93
+ "deltas": [
94
+ 0.99315,
95
+ 0.71678,
96
+ 0.98477,
97
+ 1.10073,
98
+ 0.98436
99
+ ],
100
+ "converging": true
101
+ }
102
+ ],
103
+ "fixed_point_converges": false
104
+ },
105
+ {
106
+ "recursion": "residual_accum",
107
+ "n_params": 887,
108
+ "init_recon": 0.19692756235599518,
109
+ "final_recon": 0.04488511383533478,
110
+ "learned": true,
111
+ "scale_deviations": [
112
+ 0.002263188362121582,
113
+ 0.006916403770446777,
114
+ 0.006776213645935059,
115
+ 0.006484389305114746
116
+ ],
117
+ "rigidity_preserved_all_scales": true
118
+ }
119
+ ]
120
+ },
121
+ "elapsed_sec": 7.01135778427124
122
+ }