eyad-silx commited on
Commit
98e28c0
·
verified ·
1 Parent(s): 5e3c642

Add HFA validation results: hfa_debug_report.json

Browse files
Files changed (1) hide show
  1. hfa_debug_report.json +227 -0
hfa_debug_report.json ADDED
@@ -0,0 +1,227 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "timestamp": 1757177597.0821893,
3
+ "checkpoint_analysis": {
4
+ "seq_32": {
5
+ "sequence_length": 32,
6
+ "checkpoints": 24,
7
+ "checkpoint_ratio": 0.75,
8
+ "checkpoint_positions": [
9
+ 4,
10
+ 5,
11
+ 6,
12
+ 7,
13
+ 8,
14
+ 9,
15
+ 10,
16
+ 11,
17
+ 12,
18
+ 13,
19
+ 14,
20
+ 15,
21
+ 16,
22
+ 17,
23
+ 18,
24
+ 19,
25
+ 20,
26
+ 21,
27
+ 22,
28
+ 23,
29
+ 24,
30
+ 25,
31
+ 26,
32
+ 27
33
+ ]
34
+ },
35
+ "seq_64": {
36
+ "sequence_length": 64,
37
+ "checkpoints": 23,
38
+ "checkpoint_ratio": 0.359375,
39
+ "checkpoint_positions": [
40
+ 5,
41
+ 6,
42
+ 7,
43
+ 8,
44
+ 9,
45
+ 10,
46
+ 11,
47
+ 12,
48
+ 13,
49
+ 14,
50
+ 15,
51
+ 16,
52
+ 17,
53
+ 18,
54
+ 19,
55
+ 20,
56
+ 21,
57
+ 22,
58
+ 23,
59
+ 24,
60
+ 25,
61
+ 26,
62
+ 27
63
+ ]
64
+ },
65
+ "seq_128": {
66
+ "sequence_length": 128,
67
+ "checkpoints": 47,
68
+ "checkpoint_ratio": 0.3671875,
69
+ "checkpoint_positions": [
70
+ 5,
71
+ 6,
72
+ 7,
73
+ 8,
74
+ 9,
75
+ 10,
76
+ 11,
77
+ 12,
78
+ 13,
79
+ 14,
80
+ 15,
81
+ 16,
82
+ 17,
83
+ 18,
84
+ 19,
85
+ 20,
86
+ 21,
87
+ 22,
88
+ 23,
89
+ 24,
90
+ 25,
91
+ 26,
92
+ 27,
93
+ 67,
94
+ 68,
95
+ 69,
96
+ 70,
97
+ 71,
98
+ 72,
99
+ 73,
100
+ 74,
101
+ 75,
102
+ 76,
103
+ 77,
104
+ 78,
105
+ 79,
106
+ 80,
107
+ 81,
108
+ 82,
109
+ 83,
110
+ 84,
111
+ 85,
112
+ 86,
113
+ 87,
114
+ 88,
115
+ 89,
116
+ 90
117
+ ]
118
+ }
119
+ },
120
+ "trueevolving_analysis": {
121
+ "seq_32": {
122
+ "sequence_length": 32,
123
+ "input_shape": [
124
+ 1,
125
+ 32,
126
+ 64
127
+ ],
128
+ "output_shape": [
129
+ 1,
130
+ 32,
131
+ 64
132
+ ],
133
+ "checkpoints_in_hfa": 17,
134
+ "hfa_active": true
135
+ },
136
+ "seq_64": {
137
+ "sequence_length": 64,
138
+ "input_shape": [
139
+ 1,
140
+ 64,
141
+ 64
142
+ ],
143
+ "output_shape": [
144
+ 1,
145
+ 64,
146
+ 64
147
+ ],
148
+ "checkpoints_in_hfa": 17,
149
+ "hfa_active": true
150
+ },
151
+ "seq_128": {
152
+ "sequence_length": 128,
153
+ "input_shape": [
154
+ 1,
155
+ 128,
156
+ 64
157
+ ],
158
+ "output_shape": [
159
+ 1,
160
+ 128,
161
+ 64
162
+ ],
163
+ "checkpoints_in_hfa": 38,
164
+ "hfa_active": true
165
+ }
166
+ },
167
+ "trigger_sensitivity": {
168
+ "threshold_0.1": {
169
+ "threshold": 0.1,
170
+ "checkpoints": 10,
171
+ "checkpoint_ratio": 0.078125,
172
+ "positions": [
173
+ 11,
174
+ 23,
175
+ 35,
176
+ 47,
177
+ 59,
178
+ 71,
179
+ 83,
180
+ 95,
181
+ 107,
182
+ 119
183
+ ]
184
+ },
185
+ "threshold_0.3": {
186
+ "threshold": 0.3,
187
+ "checkpoints": 3,
188
+ "checkpoint_ratio": 0.0234375,
189
+ "positions": [
190
+ 37,
191
+ 75,
192
+ 113
193
+ ]
194
+ },
195
+ "threshold_0.5": {
196
+ "threshold": 0.5,
197
+ "checkpoints": 2,
198
+ "checkpoint_ratio": 0.015625,
199
+ "positions": [
200
+ 63,
201
+ 127
202
+ ]
203
+ },
204
+ "threshold_0.7": {
205
+ "threshold": 0.7,
206
+ "checkpoints": 1,
207
+ "checkpoint_ratio": 0.0078125,
208
+ "positions": [
209
+ 88
210
+ ]
211
+ },
212
+ "threshold_0.9": {
213
+ "threshold": 0.9,
214
+ "checkpoints": 1,
215
+ "checkpoint_ratio": 0.0078125,
216
+ "positions": [
217
+ 114
218
+ ]
219
+ }
220
+ },
221
+ "summary": {
222
+ "total_checkpoints_created": 94,
223
+ "checkpoint_creation_rate": 0.4921875,
224
+ "issues_detected": [],
225
+ "recommendations": []
226
+ }
227
+ }