From 31ddecc9eb646b15c4ac5960c7de9346c8f7be68 Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Tue, 7 Apr 2026 23:00:54 -0500 Subject: Protocol diagnostic (a): use max per-block growth, not max/min ratio MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Old metric: max(||h||) / max(||h_0||, eps). False-positives on ViT-style architectures because the cls token at layer 0 (right after patch_embed) has anomalously small magnitude (~0.3-1.5), inflating the ratio even on healthy BP-trained ViTs. New metric: max_l(||h_{l+1}|| / ||h_l||) — the largest single-block residual amplification. Architecture-invariant. Calibration: - BP-trained, late training: <5x per block - BP ViT, early epochs (cls token resolving): 13-25x max - DFA-trained ResMLP/ViT: 100-4000x per block Threshold raised from 10 to 50 to sit cleanly between healthy-early- training (max 25) and failure-regime (min 100). Re-verifications: - smoke test (BP/DFA/EP): all 3 verdicts unchanged - random init (3 seeds): trustworthy on all 3 - 5-method audit table single-seed: identical verdicts - decision-utility ablation: identical (still 0/5 by S1, 3/5 by S_full) - temporal evolution 3-seed: (b) now fires first at ep 3-4, (a) at ep 8-11. Both well before training ends. The 'protocol fires ~92 epochs early' story still holds. - ViT temporal evolution: BP no longer false-fires; DFA fires (a) ep 1, (b) ep 3 — protocol works on the second architecture. --- .../protocol_audit/temporal_evolution_s123.json | 204 ++++++++++----------- 1 file changed, 102 insertions(+), 102 deletions(-) (limited to 'results/protocol_audit/temporal_evolution_s123.json') diff --git a/results/protocol_audit/temporal_evolution_s123.json b/results/protocol_audit/temporal_evolution_s123.json index 8638200..b3bf014 100644 --- a/results/protocol_audit/temporal_evolution_s123.json +++ b/results/protocol_audit/temporal_evolution_s123.json @@ -4,712 +4,712 @@ { "epoch": 0, "acc": 0.095703125, - "h_max_to_h0_ratio": 1.0115157968411475, + "max_per_block_growth": 1.0035584615913915, "g_L": 0.0009735578205436468, "gamma": 0.006830460682976991 }, { "epoch": 1, "acc": 0.3037109375, - "h_max_to_h0_ratio": 8.08479852978841, + "max_per_block_growth": 2.755747266137524, "g_L": 1.3258621720524388e-06, "gamma": 0.10659917898010463 }, { "epoch": 2, "acc": 0.29296875, - "h_max_to_h0_ratio": 27.023017466253993, + "max_per_block_growth": 5.270643697811081, "g_L": 2.744452558545163e-07, "gamma": 0.10788296448299661 }, { "epoch": 3, "acc": 0.318359375, - "h_max_to_h0_ratio": 49.15688081751248, + "max_per_block_growth": 8.472383171149307, "g_L": 1.1543902900257308e-07, "gamma": 0.1084698709892109 }, { "epoch": 4, "acc": 0.3173828125, - "h_max_to_h0_ratio": 76.57207033518385, + "max_per_block_growth": 12.259528233955077, "g_L": 6.374663996666641e-08, "gamma": 0.10987455540453084 }, { "epoch": 5, "acc": 0.3017578125, - "h_max_to_h0_ratio": 112.70560783775568, + "max_per_block_growth": 17.01050957308343, "g_L": 3.916203894505088e-08, "gamma": 0.1083616423420608 }, { "epoch": 6, "acc": 0.3095703125, - "h_max_to_h0_ratio": 152.18789945535445, + "max_per_block_growth": 21.320357485061372, "g_L": 2.6873932412740942e-08, "gamma": 0.11125951120629907 }, { "epoch": 7, "acc": 0.3076171875, - "h_max_to_h0_ratio": 200.1275202448463, + "max_per_block_growth": 26.889430232107742, "g_L": 1.8932304612917505e-08, "gamma": 0.11049338441807777 }, { "epoch": 8, "acc": 0.2978515625, - "h_max_to_h0_ratio": 254.38766625488108, + "max_per_block_growth": 32.656781662649976, "g_L": 1.4027999206689401e-08, "gamma": 0.11245601065456867 }, { "epoch": 9, "acc": 0.30078125, - "h_max_to_h0_ratio": 315.0201684320053, + "max_per_block_growth": 39.511745493580584, "g_L": 1.1055576010221557e-08, "gamma": 0.11317481694277376 }, { "epoch": 10, "acc": 0.30859375, - "h_max_to_h0_ratio": 384.370792122622, + "max_per_block_growth": 46.93254873198462, "g_L": 8.476813917468462e-09, "gamma": 0.11495429277420044 }, { "epoch": 11, "acc": 0.30859375, - "h_max_to_h0_ratio": 463.86016691585684, + "max_per_block_growth": 55.183162941137525, "g_L": 7.011437208603866e-09, "gamma": 0.11651878873817623 }, { "epoch": 12, "acc": 0.3046875, - "h_max_to_h0_ratio": 542.5655034083144, + "max_per_block_growth": 62.168387827880245, "g_L": 5.825462778830115e-09, "gamma": 0.11470737145282328 }, { "epoch": 13, "acc": 0.291015625, - "h_max_to_h0_ratio": 627.7651739965538, + "max_per_block_growth": 69.96935363908807, "g_L": 4.989251234377434e-09, "gamma": 0.11383607180323452 }, { "epoch": 14, "acc": 0.30859375, - "h_max_to_h0_ratio": 716.4461931105171, + "max_per_block_growth": 78.30549325304723, "g_L": 4.289933297485504e-09, "gamma": 0.1139617893495597 }, { "epoch": 15, "acc": 0.3193359375, - "h_max_to_h0_ratio": 812.6900805409396, + "max_per_block_growth": 87.26035879114694, "g_L": 3.8046659156520946e-09, "gamma": 0.11320225725648925 }, { "epoch": 16, "acc": 0.306640625, - "h_max_to_h0_ratio": 922.2596840812217, + "max_per_block_growth": 98.56797893250213, "g_L": 3.3854716807724117e-09, "gamma": 0.11276883230311796 }, { "epoch": 17, "acc": 0.3203125, - "h_max_to_h0_ratio": 1028.4101025267778, + "max_per_block_growth": 107.47777249256409, "g_L": 3.0215525637089513e-09, "gamma": 0.11264261469477788 }, { "epoch": 18, "acc": 0.3154296875, - "h_max_to_h0_ratio": 1137.7753925552481, + "max_per_block_growth": 118.04221987707302, "g_L": 2.733708148738856e-09, "gamma": 0.11253939801827073 }, { "epoch": 19, "acc": 0.3125, - "h_max_to_h0_ratio": 1257.9874964471946, + "max_per_block_growth": 130.11531719408168, "g_L": 2.4657431652030937e-09, "gamma": 0.11155363742727786 }, { "epoch": 20, "acc": 0.3095703125, - "h_max_to_h0_ratio": 1400.799685266378, + "max_per_block_growth": 143.4520630924802, "g_L": 2.2311954506193388e-09, "gamma": 0.11315422086045146 }, { "epoch": 21, "acc": 0.310546875, - "h_max_to_h0_ratio": 1527.5404205939878, + "max_per_block_growth": 155.04084745676377, "g_L": 2.05182382195801e-09, "gamma": 0.11267373809823766 }, { "epoch": 22, "acc": 0.310546875, - "h_max_to_h0_ratio": 1672.1176173337567, + "max_per_block_growth": 169.56646000824145, "g_L": 1.9050578892176873e-09, "gamma": 0.11266892295680009 }, { "epoch": 23, "acc": 0.3115234375, - "h_max_to_h0_ratio": 1830.245472314105, + "max_per_block_growth": 181.8473755242383, "g_L": 1.7511733174657707e-09, "gamma": 0.11186322406865656 }, { "epoch": 24, "acc": 0.2978515625, - "h_max_to_h0_ratio": 1983.8078479061128, + "max_per_block_growth": 195.241383323427, "g_L": 1.6608053821087765e-09, "gamma": 0.11299802124267444 }, { "epoch": 25, "acc": 0.298828125, - "h_max_to_h0_ratio": 2152.874766522436, + "max_per_block_growth": 211.24264838782088, "g_L": 1.4979777418488993e-09, "gamma": 0.11197824770351872 }, { "epoch": 26, "acc": 0.3115234375, - "h_max_to_h0_ratio": 2311.9353366470987, + "max_per_block_growth": 226.99598574319242, "g_L": 1.4109671209183716e-09, "gamma": 0.11252723945653997 }, { "epoch": 27, "acc": 0.2978515625, - "h_max_to_h0_ratio": 2476.921665634924, + "max_per_block_growth": 241.88227249118867, "g_L": 1.3306112878197496e-09, "gamma": 0.11152978462632746 }, { "epoch": 28, "acc": 0.3193359375, - "h_max_to_h0_ratio": 2645.2684412818962, + "max_per_block_growth": 259.228286311898, "g_L": 1.2384089309591673e-09, "gamma": 0.11285935762862209 }, { "epoch": 29, "acc": 0.3115234375, - "h_max_to_h0_ratio": 2806.55409000528, + "max_per_block_growth": 272.6248570855146, "g_L": 1.1896320595283782e-09, "gamma": 0.11188641694025137 }, { "epoch": 30, "acc": 0.3125, - "h_max_to_h0_ratio": 2985.792712594784, + "max_per_block_growth": 286.9643806444743, "g_L": 1.1122585075185043e-09, "gamma": 0.11316103948047385 }, { "epoch": 31, "acc": 0.31640625, - "h_max_to_h0_ratio": 3158.036768424991, + "max_per_block_growth": 302.775694401885, "g_L": 1.0579482845329835e-09, "gamma": 0.11225346029095817 }, { "epoch": 32, "acc": 0.314453125, - "h_max_to_h0_ratio": 3337.230251161323, + "max_per_block_growth": 320.1311674477915, "g_L": 1.0192180432966325e-09, "gamma": 0.11492819089471595 }, { "epoch": 33, "acc": 0.3125, - "h_max_to_h0_ratio": 3534.3171839284278, + "max_per_block_growth": 336.774251428241, "g_L": 9.577664217275128e-10, "gamma": 0.11253271601162851 }, { "epoch": 34, "acc": 0.3125, - "h_max_to_h0_ratio": 3717.339399517917, + "max_per_block_growth": 354.57414841839443, "g_L": 9.303261494508774e-10, "gamma": 0.11125053715659305 }, { "epoch": 35, "acc": 0.314453125, - "h_max_to_h0_ratio": 3900.9286283750416, + "max_per_block_growth": 369.4534291364605, "g_L": 8.743750723461119e-10, "gamma": 0.11356210591475246 }, { "epoch": 36, "acc": 0.3291015625, - "h_max_to_h0_ratio": 4088.292066493767, + "max_per_block_growth": 385.7637551904521, "g_L": 8.506205184666271e-10, "gamma": 0.11300312746607233 }, { "epoch": 37, "acc": 0.322265625, - "h_max_to_h0_ratio": 4280.247353470825, + "max_per_block_growth": 403.09517611323315, "g_L": 8.083505531608637e-10, "gamma": 0.11286510003083094 }, { "epoch": 38, "acc": 0.3046875, - "h_max_to_h0_ratio": 4476.845057855586, + "max_per_block_growth": 419.16910755015743, "g_L": 7.706733029522184e-10, "gamma": 0.11193350053144968 }, { "epoch": 39, "acc": 0.3076171875, - "h_max_to_h0_ratio": 4677.586721542333, + "max_per_block_growth": 436.77191709736076, "g_L": 7.407266466863405e-10, "gamma": 0.1119252087228233 }, { "epoch": 40, "acc": 0.3291015625, - "h_max_to_h0_ratio": 4856.578600854352, + "max_per_block_growth": 451.39711428308533, "g_L": 7.215293917894883e-10, "gamma": 0.1126710368462227 }, { "epoch": 41, "acc": 0.3134765625, - "h_max_to_h0_ratio": 5063.951568413965, + "max_per_block_growth": 468.9134338095988, "g_L": 7.019884118442121e-10, "gamma": 0.11299434299689892 }, { "epoch": 42, "acc": 0.314453125, - "h_max_to_h0_ratio": 5226.643050095909, + "max_per_block_growth": 481.87449875983935, "g_L": 6.857461820608535e-10, "gamma": 0.11410953500489995 }, { "epoch": 43, "acc": 0.3037109375, - "h_max_to_h0_ratio": 5414.206957849024, + "max_per_block_growth": 498.4388796660881, "g_L": 6.556304388283252e-10, "gamma": 0.11213390928969602 }, { "epoch": 44, "acc": 0.3173828125, - "h_max_to_h0_ratio": 5597.465623022009, + "max_per_block_growth": 513.2734208464633, "g_L": 6.275664987676066e-10, "gamma": 0.11223121372131573 }, { "epoch": 45, "acc": 0.3134765625, - "h_max_to_h0_ratio": 5772.004777139406, + "max_per_block_growth": 532.123922669087, "g_L": 6.382625539202991e-10, "gamma": 0.11349940555010107 }, { "epoch": 46, "acc": 0.3212890625, - "h_max_to_h0_ratio": 5956.123304452425, + "max_per_block_growth": 547.3421171175546, "g_L": 6.068190394614703e-10, "gamma": 0.11322060551538016 }, { "epoch": 47, "acc": 0.3193359375, - "h_max_to_h0_ratio": 6144.032722400158, + "max_per_block_growth": 564.1551864940338, "g_L": 5.88881721164114e-10, "gamma": 0.11227845895700739 }, { "epoch": 48, "acc": 0.3251953125, - "h_max_to_h0_ratio": 6315.717469865213, + "max_per_block_growth": 581.4129578443909, "g_L": 5.69402469619007e-10, "gamma": 0.11285097184736514 }, { "epoch": 49, "acc": 0.3125, - "h_max_to_h0_ratio": 6489.86900417708, + "max_per_block_growth": 596.879819502033, "g_L": 5.533422053893844e-10, "gamma": 0.11243592749451636 }, { "epoch": 50, "acc": 0.330078125, - "h_max_to_h0_ratio": 6649.852024558921, + "max_per_block_growth": 611.9611402922127, "g_L": 5.599694041791281e-10, "gamma": 0.11233749791426817 }, { "epoch": 51, "acc": 0.328125, - "h_max_to_h0_ratio": 6827.792578681083, + "max_per_block_growth": 627.8020236983314, "g_L": 5.30141264221129e-10, "gamma": 0.11183859535958618 }, { "epoch": 52, "acc": 0.330078125, - "h_max_to_h0_ratio": 6996.603084788344, + "max_per_block_growth": 645.0199258599378, "g_L": 5.173406147918058e-10, "gamma": 0.11216733865148854 }, { "epoch": 53, "acc": 0.314453125, - "h_max_to_h0_ratio": 7168.087287386079, + "max_per_block_growth": 661.5657697597135, "g_L": 5.168100947194887e-10, "gamma": 0.11230919507215731 }, { "epoch": 54, "acc": 0.33203125, - "h_max_to_h0_ratio": 7331.787957002741, + "max_per_block_growth": 676.7811035658976, "g_L": 4.969377687125132e-10, "gamma": 0.11296637258055853 }, { "epoch": 55, "acc": 0.3134765625, - "h_max_to_h0_ratio": 7491.347355719832, + "max_per_block_growth": 690.4610217467621, "g_L": 4.884102011715186e-10, "gamma": 0.11258088904469332 }, { "epoch": 56, "acc": 0.314453125, - "h_max_to_h0_ratio": 7646.3807607031895, + "max_per_block_growth": 706.2281941442877, "g_L": 4.892242166931737e-10, "gamma": 0.11223017568408977 }, { "epoch": 57, "acc": 0.30859375, - "h_max_to_h0_ratio": 7792.458114711033, + "max_per_block_growth": 720.1347119248475, "g_L": 4.828137889489881e-10, "gamma": 0.11287979638109391 }, { "epoch": 58, "acc": 0.330078125, - "h_max_to_h0_ratio": 7932.01111086077, + "max_per_block_growth": 733.5146543903396, "g_L": 4.725210223099907e-10, "gamma": 0.11251267153238587 }, { "epoch": 59, "acc": 0.318359375, - "h_max_to_h0_ratio": 8067.242265356951, + "max_per_block_growth": 744.5200524698508, "g_L": 4.578690204759539e-10, "gamma": 0.11268835317605408 }, { "epoch": 60, "acc": 0.3125, - "h_max_to_h0_ratio": 8202.876800936638, + "max_per_block_growth": 754.0607073362256, "g_L": 4.558452226799403e-10, "gamma": 0.11192971542368468 }, { "epoch": 61, "acc": 0.328125, - "h_max_to_h0_ratio": 8326.145443910982, + "max_per_block_growth": 764.9085901566795, "g_L": 4.4638817642272954e-10, "gamma": 0.11263992198291817 }, { "epoch": 62, "acc": 0.314453125, - "h_max_to_h0_ratio": 8448.662230872564, + "max_per_block_growth": 775.6257460082431, "g_L": 4.4168110835407504e-10, "gamma": 0.11310465578208095 }, { "epoch": 63, "acc": 0.3095703125, - "h_max_to_h0_ratio": 8564.284052412911, + "max_per_block_growth": 786.4213912858208, "g_L": 4.4109013663806707e-10, "gamma": 0.11326105792613816 }, { "epoch": 64, "acc": 0.3125, - "h_max_to_h0_ratio": 8680.822381246691, + "max_per_block_growth": 795.3970548656489, "g_L": 4.3259393289751813e-10, "gamma": 0.11222807004196511 }, { "epoch": 65, "acc": 0.3095703125, - "h_max_to_h0_ratio": 8794.659616579034, + "max_per_block_growth": 805.5943973406733, "g_L": 4.35594643688475e-10, "gamma": 0.11321029500413715 }, { "epoch": 66, "acc": 0.31640625, - "h_max_to_h0_ratio": 8892.926048526188, + "max_per_block_growth": 814.8333306213319, "g_L": 4.2568140679044575e-10, "gamma": 0.11393742701784504 }, { "epoch": 67, "acc": 0.3251953125, - "h_max_to_h0_ratio": 8991.134024934188, + "max_per_block_growth": 821.9881576783877, "g_L": 4.1562600583411324e-10, "gamma": 0.11295431066082529 }, { "epoch": 68, "acc": 0.322265625, - "h_max_to_h0_ratio": 9087.106248468539, + "max_per_block_growth": 829.8448697345468, "g_L": 4.1541275974665837e-10, "gamma": 0.11261070579712396 }, { "epoch": 69, "acc": 0.3134765625, - "h_max_to_h0_ratio": 9177.572370203374, + "max_per_block_growth": 838.233511827044, "g_L": 4.166444134146019e-10, "gamma": 0.11349719034842565 }, { "epoch": 70, "acc": 0.3115234375, - "h_max_to_h0_ratio": 9260.399372477075, + "max_per_block_growth": 844.9315888030105, "g_L": 4.0843109450072745e-10, "gamma": 0.11264980123269197 }, { "epoch": 71, "acc": 0.3291015625, - "h_max_to_h0_ratio": 9345.947381131804, + "max_per_block_growth": 851.5231346144886, "g_L": 4.0563402636806245e-10, "gamma": 0.1125820265888251 }, { "epoch": 72, "acc": 0.3095703125, - "h_max_to_h0_ratio": 9427.834535446718, + "max_per_block_growth": 858.0719917856561, "g_L": 4.018080868029017e-10, "gamma": 0.11229235199152754 }, { "epoch": 73, "acc": 0.3271484375, - "h_max_to_h0_ratio": 9501.085670696377, + "max_per_block_growth": 862.7432434554896, "g_L": 3.978435358931165e-10, "gamma": 0.11323098125649267 }, { "epoch": 74, "acc": 0.3056640625, - "h_max_to_h0_ratio": 9572.343729743483, + "max_per_block_growth": 869.5354093568643, "g_L": 3.979234441953139e-10, "gamma": 0.11329636031587142 }, { "epoch": 75, "acc": 0.31640625, - "h_max_to_h0_ratio": 9631.226762918832, + "max_per_block_growth": 875.3504945422418, "g_L": 3.9581374289276994e-10, "gamma": 0.11267639175457589 }, { "epoch": 76, "acc": 0.32421875, - "h_max_to_h0_ratio": 9693.556981597341, + "max_per_block_growth": 879.834826720982, "g_L": 3.8766378995802597e-10, "gamma": 0.11297615164312447 }, { "epoch": 77, "acc": 0.3203125, - "h_max_to_h0_ratio": 9750.701237655043, + "max_per_block_growth": 884.8499922119132, "g_L": 3.8765768373139053e-10, "gamma": 0.11311322844358074 }, { "epoch": 78, "acc": 0.314453125, - "h_max_to_h0_ratio": 9800.146245464548, + "max_per_block_growth": 888.7208766718142, "g_L": 3.907260348601227e-10, "gamma": 0.11238172389857937 }, { "epoch": 79, "acc": 0.322265625, - "h_max_to_h0_ratio": 9852.008587203503, + "max_per_block_growth": 893.4036116300394, "g_L": 3.8653891198947576e-10, "gamma": 0.11306001050525083 }, { "epoch": 80, "acc": 0.3251953125, - "h_max_to_h0_ratio": 9891.853793824086, + "max_per_block_growth": 896.4672722007126, "g_L": 3.849042473635933e-10, "gamma": 0.11266809623703011 }, { "epoch": 81, "acc": 0.3193359375, - "h_max_to_h0_ratio": 9927.470980051132, + "max_per_block_growth": 898.84586739221, "g_L": 3.835320394607322e-10, "gamma": 0.11281233225781762 }, { "epoch": 82, "acc": 0.326171875, - "h_max_to_h0_ratio": 9966.346861553331, + "max_per_block_growth": 902.3345042393007, "g_L": 3.8222841558521736e-10, "gamma": 0.11307295318874822 }, { "epoch": 83, "acc": 0.3212890625, - "h_max_to_h0_ratio": 9999.331016728986, + "max_per_block_growth": 905.5449438552312, "g_L": 3.8375369548759863e-10, "gamma": 0.1128659905607492 }, { "epoch": 84, "acc": 0.318359375, - "h_max_to_h0_ratio": 10026.443019246806, + "max_per_block_growth": 907.5110622461384, "g_L": 3.8100084198688933e-10, "gamma": 0.11273636969053769 }, { "epoch": 85, "acc": 0.328125, - "h_max_to_h0_ratio": 10052.584772927568, + "max_per_block_growth": 910.5085387224894, "g_L": 3.8037359373355173e-10, "gamma": 0.11286781356830033 }, { "epoch": 86, "acc": 0.3154296875, - "h_max_to_h0_ratio": 10073.870504788543, + "max_per_block_growth": 912.296636343914, "g_L": 3.809500215279371e-10, "gamma": 0.11293645015939546 }, { "epoch": 87, "acc": 0.322265625, - "h_max_to_h0_ratio": 10093.129531704793, + "max_per_block_growth": 913.9742231739932, "g_L": 3.7926364826468273e-10, "gamma": 0.11282484548610228 }, { "epoch": 88, "acc": 0.318359375, - "h_max_to_h0_ratio": 10110.28523815798, + "max_per_block_growth": 915.348355331654, "g_L": 3.791919833684432e-10, "gamma": 0.11266115616490424 }, { "epoch": 89, "acc": 0.318359375, - "h_max_to_h0_ratio": 10124.984126289055, + "max_per_block_growth": 916.360176463614, "g_L": 3.7752789783240814e-10, "gamma": 0.11286654848299804 }, { "epoch": 90, "acc": 0.326171875, - "h_max_to_h0_ratio": 10135.998582162185, + "max_per_block_growth": 917.3474682212236, "g_L": 3.763372669052245e-10, "gamma": 0.11291119743145828 }, { "epoch": 91, "acc": 0.322265625, - "h_max_to_h0_ratio": 10145.587726325182, + "max_per_block_growth": 918.1814431406925, "g_L": 3.767945122579164e-10, "gamma": 0.1127637956833496 }, { "epoch": 92, "acc": 0.318359375, - "h_max_to_h0_ratio": 10154.693845892338, + "max_per_block_growth": 918.8067853447379, "g_L": 3.7532754681990355e-10, "gamma": 0.1129197701375233 }, { "epoch": 93, "acc": 0.322265625, - "h_max_to_h0_ratio": 10160.801747635387, + "max_per_block_growth": 919.3425945909715, "g_L": 3.7661743168548867e-10, "gamma": 0.11285195982236473 }, { "epoch": 94, "acc": 0.318359375, - "h_max_to_h0_ratio": 10165.657094378126, + "max_per_block_growth": 919.7290808279201, "g_L": 3.7511962980296687e-10, "gamma": 0.11281965267244232 }, { "epoch": 95, "acc": 0.32421875, - "h_max_to_h0_ratio": 10169.545198642798, + "max_per_block_growth": 920.0624059130419, "g_L": 3.752768373832538e-10, "gamma": 0.11288163481003721 }, { "epoch": 96, "acc": 0.3203125, - "h_max_to_h0_ratio": 10171.978343269831, + "max_per_block_growth": 920.3032964681604, "g_L": 3.7588568368995823e-10, "gamma": 0.1128929610213163 }, { "epoch": 97, "acc": 0.3212890625, - "h_max_to_h0_ratio": 10173.23650302569, + "max_per_block_growth": 920.4539740040332, "g_L": 3.7576297629016153e-10, "gamma": 0.11285188281362935 }, { "epoch": 98, "acc": 0.3203125, - "h_max_to_h0_ratio": 10174.297050241616, + "max_per_block_growth": 920.5400373821296, "g_L": 3.75430270205257e-10, "gamma": 0.11284657929081732 }, { "epoch": 99, "acc": 0.3203125, - "h_max_to_h0_ratio": 10174.824117136313, + "max_per_block_growth": 920.5881071499424, "g_L": 3.7547268072479767e-10, "gamma": 0.11284785682073561 }, { "epoch": 100, "acc": 0.3203125, - "h_max_to_h0_ratio": 10174.838727549748, + "max_per_block_growth": 920.5906089847176, "g_L": 3.755204758260078e-10, "gamma": 0.11284651984533411 } ], - "first_fire_a_epoch": 4, + "first_fire_a_epoch": 11, "first_fire_b_epoch": 4, "final_acc": 0.3203125 }, -- cgit v1.2.3