From 103a9413d025482f408d758fe6612e2c36cc265a Mon Sep 17 00:00:00 2001 From: haoyuren <13851610112@163.com> Date: Wed, 29 Jul 2026 00:15:44 +0800 Subject: Track legacy operator-study row data; extend generated tables Pulls the training-set-size series, snapshot-location sweep, stress grid, scalar-gain comparison, oracle diagnostic, and derivative-probe rows from the experiment machine, and adds three generated fragments (train size, snapshot location, stress grid) used by the appendix. Co-Authored-By: Claude Fable 5 --- outputs/operator_stress_grid_summary/stress_grid_metrics.csv | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 outputs/operator_stress_grid_summary/stress_grid_metrics.csv (limited to 'outputs/operator_stress_grid_summary/stress_grid_metrics.csv') diff --git a/outputs/operator_stress_grid_summary/stress_grid_metrics.csv b/outputs/operator_stress_grid_summary/stress_grid_metrics.csv new file mode 100644 index 0000000..6d7077d --- /dev/null +++ b/outputs/operator_stress_grid_summary/stress_grid_metrics.csv @@ -0,0 +1,8 @@ +setting,hidden_layers,width,target_steps,early_steps,rows,fixed_mae,fixed_bias,compressed_mae,compressed_bias,linear_mae,linear_bias,retangent_mae,retangent_bias,linear_corr +d1_w64_T50_s20,1,64,50,20,40,0.0038622513979455096,0.0038622513979455096,0.003580001158800957,0.003580001158800957,0.00023251101697360768,-0.00023251101697360768,0.0011615629842809173,0.0011615629842809173,0.9998912371356882 +d2_w32_T50_s20,2,32,50,20,40,0.04710978229084342,0.04710978229084342,0.04407582273084548,0.04407582273084548,0.005652453000315861,-0.005374610735502416,0.013333346791010583,0.013333346791010583,0.9940769146431938 +d2_w64_T100_s40,2,64,100,40,40,0.0343779729250359,0.0343779729250359,0.024549738573829485,0.023606128283604498,0.0026468951703170216,-0.002169331770176016,0.008099971538107039,0.008099971538107039,0.9986531570544817 +d2_w64_T25_s10,2,64,25,10,40,0.020808286914497764,0.020808286914497764,0.017876355627118333,0.017876355627118333,0.0027218410979861257,-0.002668195828430146,0.005084192792327144,0.005084192792327144,0.9990741133453243 +d2_w64_T50_s20_256traj,2,64,50,20,256,0.01848733081248799,0.01848733081248799,0.014915401471924201,0.014915401471924201,0.0018934357237650498,-0.0014912287646407804,0.00486841582773223,0.00486841582773223,0.9988481691195765 +d2_w96_T50_s20,2,96,50,20,40,0.01691145330020668,0.01691145330020668,0.014840536954376076,0.014840536954376076,0.0017937691472051285,-0.0015509649413093351,0.004004266178982895,0.004004266178982895,0.9986343611958414 +d3_w64_T50_s20,3,64,50,20,40,0.051669753715600474,0.051669753715600474,0.028383333970876935,0.028383333970876935,0.005048900920934854,-0.0049158122980648995,0.012449636644617932,0.012449636644617932,0.9985458245549287 -- cgit v1.2.3