Initial NeurIPS 2026 release: backbones, flow heads, SciPlex3 Path-B teachers/students, paper-table result JSONs
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- MANIFEST.json +2141 -0
- README.md +58 -0
- REPRODUCE.md +88 -0
- backbones/k562/config.json +6 -0
- backbones/k562/scFATE_epoch700_periodic.pt +3 -0
- backbones/norman/config.json +6 -0
- backbones/norman/scFATE_epoch100_periodic.pt +3 -0
- backbones/norman_e115/config.json +6 -0
- backbones/norman_e115/scFATE_epoch115_best.pt +3 -0
- backbones/rpe1/config.json +6 -0
- backbones/rpe1/scFATE_epoch350_periodic.pt +3 -0
- backbones/sciplex3/config.json +6 -0
- backbones/sciplex3/scFATE_epoch199_best.pt +3 -0
- flow_heads/k562/base/config.json +41 -0
- flow_heads/k562/base/flow_best.pt +3 -0
- flow_heads/k562/base/flow_metrics.jsonl +61 -0
- flow_heads/k562/base/krr_prior.pkl +3 -0
- flow_heads/k562/base/reproduce.sh +28 -0
- flow_heads/k562/reflow_K2_s1/config.json +58 -0
- flow_heads/k562/reflow_K2_s1/flow_best.pt +3 -0
- flow_heads/k562/reflow_K2_s1/flow_metrics.jsonl +31 -0
- flow_heads/k562/reflow_K2_s1/krr_prior.pkl +3 -0
- flow_heads/k562/reflow_K2_s1/reproduce.sh +45 -0
- flow_heads/norman/seed1/config.json +41 -0
- flow_heads/norman/seed1/flow_best.pt +3 -0
- flow_heads/norman/seed1/flow_metrics.jsonl +61 -0
- flow_heads/norman/seed1/krr_prior.pkl +3 -0
- flow_heads/norman/seed1/reproduce.sh +28 -0
- flow_heads/norman/seed2/config.json +41 -0
- flow_heads/norman/seed2/flow_best.pt +3 -0
- flow_heads/norman/seed2/flow_metrics.jsonl +61 -0
- flow_heads/norman/seed2/krr_prior.pkl +3 -0
- flow_heads/norman/seed2/reproduce.sh +28 -0
- flow_heads/norman/seed3/config.json +41 -0
- flow_heads/norman/seed3/flow_best.pt +3 -0
- flow_heads/norman/seed3/flow_metrics.jsonl +61 -0
- flow_heads/norman/seed3/krr_prior.pkl +3 -0
- flow_heads/norman/seed3/reproduce.sh +28 -0
- flow_heads/rpe1/seed1/config.json +41 -0
- flow_heads/rpe1/seed1/flow_best.pt +3 -0
- flow_heads/rpe1/seed1/flow_metrics.jsonl +61 -0
- flow_heads/rpe1/seed1/krr_prior.pkl +3 -0
- flow_heads/rpe1/seed1/reproduce.sh +28 -0
- results/table1_inputs/norman_rotation_vs_direct__flow__b200_norman_flow_e115_krrinit_s02_mask_30k_K128.json +891 -0
- results/table1_inputs/norman_rotation_vs_direct__flow__b200_norman_flow_e115_krrinit_s02_mask_30k_seed2.json +891 -0
- results/table1_inputs/norman_rotation_vs_direct__flow__b200_norman_flow_e115_krrinit_s02_mask_30k_seed3.json +891 -0
- results/table1_inputs/replogle_rotation_vs_direct__flow__b200_k562_flow_bs2048_krrinit_mask_30k_K128.json +3330 -0
- results/table1_inputs/replogle_rotation_vs_direct__flow__b200_k562_flow_bs2048_krrinit_mask_30k_reflow_K2_nomask_bracket1ep0_s1_reflow_K2_bracket1p0_ens5seed_sigmainf0p15_antithetic_Kper128.json +3330 -0
- results/table1_inputs/rpe1_rotation_vs_direct__flow__b200_rpe1_flow_block_krrinit_mask_30k_s1_rpe1_block_K128.json +0 -0
- results/table1_inputs/sciplex3_iter196_reflow_ensemble_mixed18_K16_N5.json +995 -0
MANIFEST.json
ADDED
|
@@ -0,0 +1,2141 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"runs": [
|
| 3 |
+
{
|
| 4 |
+
"paper_row": "Norman seed 1",
|
| 5 |
+
"dataset": "CRISPRa Norman",
|
| 6 |
+
"run_dir": "runs/b200_norman_flow_e115_krrinit_s02_mask_30k",
|
| 7 |
+
"backbone": "hf-assets/checkpoints/crispra_norman_r16/scFATE_epoch100_periodic.pt",
|
| 8 |
+
"h5ad_rel": "datasets/scFATE/processed/CRISPRa-norman/norman2019_gears_split.h5ad",
|
| 9 |
+
"training_script": "scripts/train_flow.py",
|
| 10 |
+
"seed": 1,
|
| 11 |
+
"result_json": "experiments/results/fair_comparison/norman_rotation_vs_direct__flow__b200_norman_flow_e115_krrinit_s02_mask_30k_K128.json",
|
| 12 |
+
"teacher": null,
|
| 13 |
+
"teachers": null,
|
| 14 |
+
"launch_script": null,
|
| 15 |
+
"checkpoint": {
|
| 16 |
+
"path": "runs/b200_norman_flow_e115_krrinit_s02_mask_30k/flow_best.pt",
|
| 17 |
+
"size_mb": 46.5,
|
| 18 |
+
"files_in_dir": [
|
| 19 |
+
"config.json",
|
| 20 |
+
"flow_best.pt",
|
| 21 |
+
"flow_metrics.jsonl",
|
| 22 |
+
"krr_prior.pkl",
|
| 23 |
+
"reproduce.sh"
|
| 24 |
+
]
|
| 25 |
+
},
|
| 26 |
+
"hparams_top": {
|
| 27 |
+
"_v_net_state_dict_present": true,
|
| 28 |
+
"theta_dim": 192,
|
| 29 |
+
"d_embed": 1824,
|
| 30 |
+
"d_hidden": 512,
|
| 31 |
+
"n_blocks": 4,
|
| 32 |
+
"sigma": 0.02,
|
| 33 |
+
"n_steps": 20,
|
| 34 |
+
"epoch": 28500,
|
| 35 |
+
"loss": 0.000217468106711749,
|
| 36 |
+
"pert_names": "<list len=108 sample=['1', '2', 'AHR', 'ARID1A', 'ARRDC3']>",
|
| 37 |
+
"mv_gene_names": "<list len=104 sample=['AHR', 'ARID1A', 'ARRDC3', 'ATL1', 'BAK1']>",
|
| 38 |
+
"prior": "krr",
|
| 39 |
+
"krr_gamma": 0.01,
|
| 40 |
+
"krr_alpha": 1.0
|
| 41 |
+
},
|
| 42 |
+
"hparams_nested": {}
|
| 43 |
+
},
|
| 44 |
+
{
|
| 45 |
+
"paper_row": "Norman seed 2",
|
| 46 |
+
"dataset": "CRISPRa Norman",
|
| 47 |
+
"run_dir": "runs/b200_norman_flow_e115_krrinit_s02_mask_30k_seed2",
|
| 48 |
+
"backbone": "hf-assets/checkpoints/crispra_norman_r16/scFATE_epoch100_periodic.pt",
|
| 49 |
+
"h5ad_rel": "datasets/scFATE/processed/CRISPRa-norman/norman2019_gears_split.h5ad",
|
| 50 |
+
"training_script": "scripts/train_flow.py",
|
| 51 |
+
"seed": 2,
|
| 52 |
+
"result_json": "experiments/results/fair_comparison/norman_rotation_vs_direct__flow__b200_norman_flow_e115_krrinit_s02_mask_30k_seed2.json",
|
| 53 |
+
"teacher": null,
|
| 54 |
+
"teachers": null,
|
| 55 |
+
"launch_script": null,
|
| 56 |
+
"checkpoint": {
|
| 57 |
+
"path": "runs/b200_norman_flow_e115_krrinit_s02_mask_30k_seed2/flow_best.pt",
|
| 58 |
+
"size_mb": 46.5,
|
| 59 |
+
"files_in_dir": [
|
| 60 |
+
"config.json",
|
| 61 |
+
"flow_best.pt",
|
| 62 |
+
"flow_metrics.jsonl",
|
| 63 |
+
"krr_prior.pkl",
|
| 64 |
+
"reproduce.sh"
|
| 65 |
+
]
|
| 66 |
+
},
|
| 67 |
+
"hparams_top": {
|
| 68 |
+
"_v_net_state_dict_present": true,
|
| 69 |
+
"theta_dim": 192,
|
| 70 |
+
"d_embed": 1824,
|
| 71 |
+
"d_hidden": 512,
|
| 72 |
+
"n_blocks": 4,
|
| 73 |
+
"sigma": 0.02,
|
| 74 |
+
"n_steps": 20,
|
| 75 |
+
"epoch": 29000,
|
| 76 |
+
"loss": 0.0001306741796724964,
|
| 77 |
+
"pert_names": "<list len=108 sample=['1', '2', 'AHR', 'ARID1A', 'ARRDC3']>",
|
| 78 |
+
"mv_gene_names": "<list len=104 sample=['AHR', 'ARID1A', 'ARRDC3', 'ATL1', 'BAK1']>",
|
| 79 |
+
"prior": "krr",
|
| 80 |
+
"krr_gamma": 0.01,
|
| 81 |
+
"krr_alpha": 1.0
|
| 82 |
+
},
|
| 83 |
+
"hparams_nested": {}
|
| 84 |
+
},
|
| 85 |
+
{
|
| 86 |
+
"paper_row": "Norman seed 3",
|
| 87 |
+
"dataset": "CRISPRa Norman",
|
| 88 |
+
"run_dir": "runs/b200_norman_flow_e115_krrinit_s02_mask_30k_seed3",
|
| 89 |
+
"backbone": "hf-assets/checkpoints/crispra_norman_r16/scFATE_epoch100_periodic.pt",
|
| 90 |
+
"h5ad_rel": "datasets/scFATE/processed/CRISPRa-norman/norman2019_gears_split.h5ad",
|
| 91 |
+
"training_script": "scripts/train_flow.py",
|
| 92 |
+
"seed": 3,
|
| 93 |
+
"result_json": "experiments/results/fair_comparison/norman_rotation_vs_direct__flow__b200_norman_flow_e115_krrinit_s02_mask_30k_seed3.json",
|
| 94 |
+
"teacher": null,
|
| 95 |
+
"teachers": null,
|
| 96 |
+
"launch_script": null,
|
| 97 |
+
"checkpoint": {
|
| 98 |
+
"path": "runs/b200_norman_flow_e115_krrinit_s02_mask_30k_seed3/flow_best.pt",
|
| 99 |
+
"size_mb": 46.5,
|
| 100 |
+
"files_in_dir": [
|
| 101 |
+
"config.json",
|
| 102 |
+
"flow_best.pt",
|
| 103 |
+
"flow_metrics.jsonl",
|
| 104 |
+
"krr_prior.pkl",
|
| 105 |
+
"reproduce.sh"
|
| 106 |
+
]
|
| 107 |
+
},
|
| 108 |
+
"hparams_top": {
|
| 109 |
+
"_v_net_state_dict_present": true,
|
| 110 |
+
"theta_dim": 192,
|
| 111 |
+
"d_embed": 1824,
|
| 112 |
+
"d_hidden": 512,
|
| 113 |
+
"n_blocks": 4,
|
| 114 |
+
"sigma": 0.02,
|
| 115 |
+
"n_steps": 20,
|
| 116 |
+
"epoch": 29500,
|
| 117 |
+
"loss": 0.0001756271449266933,
|
| 118 |
+
"pert_names": "<list len=108 sample=['1', '2', 'AHR', 'ARID1A', 'ARRDC3']>",
|
| 119 |
+
"mv_gene_names": "<list len=104 sample=['AHR', 'ARID1A', 'ARRDC3', 'ATL1', 'BAK1']>",
|
| 120 |
+
"prior": "krr",
|
| 121 |
+
"krr_gamma": 0.01,
|
| 122 |
+
"krr_alpha": 1.0
|
| 123 |
+
},
|
| 124 |
+
"hparams_nested": {}
|
| 125 |
+
},
|
| 126 |
+
{
|
| 127 |
+
"paper_row": "RPE1 seed 1",
|
| 128 |
+
"dataset": "Replogle RPE1",
|
| 129 |
+
"run_dir": "runs/b200_rpe1_flow_block_krrinit_mask_30k_s1",
|
| 130 |
+
"backbone": "hf-assets/checkpoints/rpe1/scFATE_epoch350_periodic.pt",
|
| 131 |
+
"h5ad_rel": "datasets/scFATE/processed/replogle_rpe1/replogle_rpe1.h5ad",
|
| 132 |
+
"training_script": "scripts/train_flow.py",
|
| 133 |
+
"seed": 1,
|
| 134 |
+
"result_json": "experiments/results/fair_comparison/rpe1_rotation_vs_direct__flow__b200_rpe1_flow_block_krrinit_mask_30k_s1_rpe1_block_K128.json",
|
| 135 |
+
"teacher": null,
|
| 136 |
+
"teachers": null,
|
| 137 |
+
"launch_script": null,
|
| 138 |
+
"checkpoint": {
|
| 139 |
+
"path": "runs/b200_rpe1_flow_block_krrinit_mask_30k_s1/flow_best.pt",
|
| 140 |
+
"size_mb": 46.6,
|
| 141 |
+
"files_in_dir": [
|
| 142 |
+
"config.json",
|
| 143 |
+
"flow_best.pt",
|
| 144 |
+
"flow_metrics.jsonl",
|
| 145 |
+
"krr_prior.pkl",
|
| 146 |
+
"reproduce.sh"
|
| 147 |
+
]
|
| 148 |
+
},
|
| 149 |
+
"hparams_top": {
|
| 150 |
+
"_v_net_state_dict_present": true,
|
| 151 |
+
"theta_dim": 192,
|
| 152 |
+
"d_embed": 1824,
|
| 153 |
+
"d_hidden": 512,
|
| 154 |
+
"n_blocks": 4,
|
| 155 |
+
"sigma": 0.05,
|
| 156 |
+
"n_steps": 20,
|
| 157 |
+
"epoch": 28500,
|
| 158 |
+
"loss": 5.099160883522321e-05,
|
| 159 |
+
"pert_names": "<list len=1544 sample=['AARS', 'AASDHPPT', 'AATF', 'ABCB10', 'ABCB7']>",
|
| 160 |
+
"mv_gene_names": "<list len=1524 sample=['AARS', 'AASDHPPT', 'AATF', 'ABCB10', 'ABCB7']>",
|
| 161 |
+
"prior": "krr",
|
| 162 |
+
"krr_gamma": 0.01,
|
| 163 |
+
"krr_alpha": 1.0
|
| 164 |
+
},
|
| 165 |
+
"hparams_nested": {}
|
| 166 |
+
},
|
| 167 |
+
{
|
| 168 |
+
"paper_row": "K562 base flow (teacher for reflow)",
|
| 169 |
+
"dataset": "Replogle K562",
|
| 170 |
+
"run_dir": "runs/b200_k562_flow_bs2048_krrinit_mask_30k",
|
| 171 |
+
"backbone": "hf-assets/checkpoints/crispri_k562/scFATE_epoch700_periodic.pt",
|
| 172 |
+
"h5ad_rel": "datasets/scFATE/processed/replogle_k562/replogle_k562.h5ad",
|
| 173 |
+
"training_script": "scripts/train_flow.py",
|
| 174 |
+
"seed": 1,
|
| 175 |
+
"result_json": "experiments/results/fair_comparison/replogle_rotation_vs_direct__flow__b200_k562_flow_bs2048_krrinit_mask_30k_K128.json",
|
| 176 |
+
"teacher": null,
|
| 177 |
+
"teachers": null,
|
| 178 |
+
"launch_script": "runs/launch_tx_bch_combo.sh",
|
| 179 |
+
"checkpoint": {
|
| 180 |
+
"path": "runs/b200_k562_flow_bs2048_krrinit_mask_30k/flow_best.pt",
|
| 181 |
+
"size_mb": 46.5,
|
| 182 |
+
"files_in_dir": [
|
| 183 |
+
"config.json",
|
| 184 |
+
"flow_best.pt",
|
| 185 |
+
"flow_metrics.jsonl",
|
| 186 |
+
"krr_prior.pkl",
|
| 187 |
+
"reproduce.sh"
|
| 188 |
+
]
|
| 189 |
+
},
|
| 190 |
+
"hparams_top": {
|
| 191 |
+
"_v_net_state_dict_present": true,
|
| 192 |
+
"theta_dim": 192,
|
| 193 |
+
"d_embed": 1824,
|
| 194 |
+
"d_hidden": 512,
|
| 195 |
+
"n_blocks": 4,
|
| 196 |
+
"sigma": 0.05,
|
| 197 |
+
"n_steps": 20,
|
| 198 |
+
"epoch": 28000,
|
| 199 |
+
"loss": 3.408003710949113e-05,
|
| 200 |
+
"pert_names": "<list len=1093 sample=['AAMP', 'AARS', 'AATF', 'ABCB7', 'ABCE1']>",
|
| 201 |
+
"mv_gene_names": "<list len=1085 sample=['AAMP', 'AARS', 'AATF', 'ABCB7', 'ABCE1']>",
|
| 202 |
+
"prior": "krr",
|
| 203 |
+
"krr_gamma": 0.01,
|
| 204 |
+
"krr_alpha": 1.0
|
| 205 |
+
},
|
| 206 |
+
"hparams_nested": {}
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"paper_row": "K562 reflow K=2 (paper headline 81.2)",
|
| 210 |
+
"dataset": "Replogle K562",
|
| 211 |
+
"run_dir": "runs/b200_k562_flow_bs2048_krrinit_mask_30k_reflow_K2_nomask_bracket1ep0_s1",
|
| 212 |
+
"backbone": "hf-assets/checkpoints/crispri_k562/scFATE_epoch700_periodic.pt",
|
| 213 |
+
"h5ad_rel": "datasets/scFATE/processed/replogle_k562/replogle_k562.h5ad",
|
| 214 |
+
"training_script": "scripts/reflow_k562_delta_flow.py",
|
| 215 |
+
"seed": 1,
|
| 216 |
+
"result_json": "experiments/results/fair_comparison/replogle_rotation_vs_direct__flow__b200_k562_flow_bs2048_krrinit_mask_30k_reflow_K2_nomask_bracket1ep0_s1_reflow_K2_bracket1p0_ens5seed_sigmainf0p15_antithetic_Kper128.json",
|
| 217 |
+
"teacher": "runs/b200_k562_flow_bs2048_krrinit_mask_30k",
|
| 218 |
+
"teachers": null,
|
| 219 |
+
"launch_script": "runs/launch_iter174_ens5_Kper256_and_train_s6_s10.sh",
|
| 220 |
+
"checkpoint": {
|
| 221 |
+
"path": "runs/b200_k562_flow_bs2048_krrinit_mask_30k_reflow_K2_nomask_bracket1ep0_s1/flow_best.pt",
|
| 222 |
+
"size_mb": 46.5,
|
| 223 |
+
"files_in_dir": [
|
| 224 |
+
"config.json",
|
| 225 |
+
"flow_best.pt",
|
| 226 |
+
"flow_metrics.jsonl",
|
| 227 |
+
"krr_prior.pkl",
|
| 228 |
+
"reproduce.sh"
|
| 229 |
+
]
|
| 230 |
+
},
|
| 231 |
+
"hparams_top": {
|
| 232 |
+
"_v_net_state_dict_present": true,
|
| 233 |
+
"theta_dim": 192,
|
| 234 |
+
"d_embed": 1824,
|
| 235 |
+
"d_hidden": 512,
|
| 236 |
+
"n_blocks": 4,
|
| 237 |
+
"sigma": 0.05,
|
| 238 |
+
"n_steps": 20,
|
| 239 |
+
"epoch": 21000,
|
| 240 |
+
"loss": 0.002288587740622461,
|
| 241 |
+
"pert_names": "<list len=1093 sample=['AAMP', 'AARS', 'AATF', 'ABCB7', 'ABCE1']>",
|
| 242 |
+
"mv_gene_names": "<list len=1085 sample=['AAMP', 'AARS', 'AATF', 'ABCB7', 'ABCE1']>",
|
| 243 |
+
"prior": "krr",
|
| 244 |
+
"krr_gamma": 0.01,
|
| 245 |
+
"krr_alpha": 1.0,
|
| 246 |
+
"head_kind": "flat",
|
| 247 |
+
"d_block_head": 16,
|
| 248 |
+
"velocity_arch": "mlp",
|
| 249 |
+
"teacher_arch": "mlp",
|
| 250 |
+
"tx_d_token": 128,
|
| 251 |
+
"tx_n_layers": 4,
|
| 252 |
+
"tx_n_heads": 4,
|
| 253 |
+
"tx_mlp_mult": 4.0,
|
| 254 |
+
"cfg_drop": 0.0,
|
| 255 |
+
"rectified_from": "runs/b200_k562_flow_bs2048_krrinit_mask_30k/flow_best.pt",
|
| 256 |
+
"rectified_K": 2,
|
| 257 |
+
"rectified_teacher_n_steps": 20,
|
| 258 |
+
"target_noise_sigma": 0.0,
|
| 259 |
+
"t_sampling": "uniform",
|
| 260 |
+
"bch_aug_rate": 0.0,
|
| 261 |
+
"bch_embed_mode": "mean",
|
| 262 |
+
"bracket_reg": 1.0
|
| 263 |
+
},
|
| 264 |
+
"hparams_nested": {}
|
| 265 |
+
},
|
| 266 |
+
{
|
| 267 |
+
"paper_row": "SciPlex3 priornone teacher s1",
|
| 268 |
+
"dataset": "SciPlex3",
|
| 269 |
+
"run_dir": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s1",
|
| 270 |
+
"backbone": "hf-assets/checkpoints/sciplex3/scFATE_epoch199_best.pt",
|
| 271 |
+
"h5ad_rel": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 272 |
+
"training_script": "scripts/train_sciplex3_delta_flow.py",
|
| 273 |
+
"seed": 1,
|
| 274 |
+
"result_json": null,
|
| 275 |
+
"teacher": null,
|
| 276 |
+
"teachers": null,
|
| 277 |
+
"launch_script": null,
|
| 278 |
+
"checkpoint": {
|
| 279 |
+
"path": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s1/flow_best.pt",
|
| 280 |
+
"size_mb": 54.7,
|
| 281 |
+
"files_in_dir": [
|
| 282 |
+
"config.json",
|
| 283 |
+
"eval.json",
|
| 284 |
+
"flow_best.pt",
|
| 285 |
+
"reproduce.sh"
|
| 286 |
+
]
|
| 287 |
+
},
|
| 288 |
+
"hparams_top": {
|
| 289 |
+
"_state_dict_present": true,
|
| 290 |
+
"theta_dim": 2000,
|
| 291 |
+
"d_embed": 2410,
|
| 292 |
+
"y_mean": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 293 |
+
"y_std": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 294 |
+
"train_names": "<list len=161 sample=['2-Methoxyestradiol', 'A-366', 'ABT-737', 'AG-490', 'AMG-900']>"
|
| 295 |
+
},
|
| 296 |
+
"hparams_nested": {
|
| 297 |
+
"dataset_h5ad": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 298 |
+
"multiview": "data/drug_embeddings/sciplex3_multiview_v2.pt",
|
| 299 |
+
"ood_json": "data/sciplex3_split_v2b.json",
|
| 300 |
+
"output": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s1",
|
| 301 |
+
"epochs": 30000,
|
| 302 |
+
"lr": 0.0003,
|
| 303 |
+
"wd": 0.0001,
|
| 304 |
+
"batch": 64,
|
| 305 |
+
"sigma": 0.3,
|
| 306 |
+
"sigma_inf": 0.1,
|
| 307 |
+
"n_steps": 20,
|
| 308 |
+
"K_eval": 128,
|
| 309 |
+
"d_hidden": 512,
|
| 310 |
+
"n_blocks": 4,
|
| 311 |
+
"dropout": 0.1,
|
| 312 |
+
"seed": 1,
|
| 313 |
+
"log_every": 1000,
|
| 314 |
+
"topk_de": 50,
|
| 315 |
+
"zscore_target": true,
|
| 316 |
+
"prior": "none",
|
| 317 |
+
"krr_gamma": null,
|
| 318 |
+
"krr_alpha": null,
|
| 319 |
+
"dose_aware": false,
|
| 320 |
+
"bch_aug": false,
|
| 321 |
+
"bch_n_pairs": 0,
|
| 322 |
+
"device": "cuda"
|
| 323 |
+
}
|
| 324 |
+
},
|
| 325 |
+
{
|
| 326 |
+
"paper_row": "SciPlex3 priorkrr teacher s1",
|
| 327 |
+
"dataset": "SciPlex3",
|
| 328 |
+
"run_dir": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s1",
|
| 329 |
+
"backbone": "hf-assets/checkpoints/sciplex3/scFATE_epoch199_best.pt",
|
| 330 |
+
"h5ad_rel": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 331 |
+
"training_script": "scripts/train_sciplex3_delta_flow.py",
|
| 332 |
+
"seed": 1,
|
| 333 |
+
"result_json": null,
|
| 334 |
+
"teacher": null,
|
| 335 |
+
"teachers": null,
|
| 336 |
+
"launch_script": null,
|
| 337 |
+
"checkpoint": {
|
| 338 |
+
"path": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s1/flow_best.pt",
|
| 339 |
+
"size_mb": 54.7,
|
| 340 |
+
"files_in_dir": [
|
| 341 |
+
"config.json",
|
| 342 |
+
"eval.json",
|
| 343 |
+
"flow_best.pt",
|
| 344 |
+
"reproduce.sh"
|
| 345 |
+
]
|
| 346 |
+
},
|
| 347 |
+
"hparams_top": {
|
| 348 |
+
"_state_dict_present": true,
|
| 349 |
+
"theta_dim": 2000,
|
| 350 |
+
"d_embed": 2410,
|
| 351 |
+
"y_mean": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 352 |
+
"y_std": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 353 |
+
"train_names": "<list len=161 sample=['2-Methoxyestradiol', 'A-366', 'ABT-737', 'AG-490', 'AMG-900']>"
|
| 354 |
+
},
|
| 355 |
+
"hparams_nested": {
|
| 356 |
+
"dataset_h5ad": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 357 |
+
"multiview": "data/drug_embeddings/sciplex3_multiview_v2.pt",
|
| 358 |
+
"ood_json": "data/sciplex3_split_v2b.json",
|
| 359 |
+
"output": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s1",
|
| 360 |
+
"epochs": 30000,
|
| 361 |
+
"lr": 0.0003,
|
| 362 |
+
"wd": 0.0001,
|
| 363 |
+
"batch": 64,
|
| 364 |
+
"sigma": 0.3,
|
| 365 |
+
"sigma_inf": 0.1,
|
| 366 |
+
"n_steps": 20,
|
| 367 |
+
"K_eval": 128,
|
| 368 |
+
"d_hidden": 512,
|
| 369 |
+
"n_blocks": 4,
|
| 370 |
+
"dropout": 0.1,
|
| 371 |
+
"seed": 1,
|
| 372 |
+
"log_every": 1000,
|
| 373 |
+
"topk_de": 50,
|
| 374 |
+
"zscore_target": true,
|
| 375 |
+
"prior": "krr",
|
| 376 |
+
"krr_gamma": 0.01,
|
| 377 |
+
"krr_alpha": 0.1,
|
| 378 |
+
"dose_aware": false,
|
| 379 |
+
"bch_aug": false,
|
| 380 |
+
"bch_n_pairs": 0,
|
| 381 |
+
"device": "cuda"
|
| 382 |
+
}
|
| 383 |
+
},
|
| 384 |
+
{
|
| 385 |
+
"paper_row": "SciPlex3 priornone teacher s2",
|
| 386 |
+
"dataset": "SciPlex3",
|
| 387 |
+
"run_dir": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s2",
|
| 388 |
+
"backbone": "hf-assets/checkpoints/sciplex3/scFATE_epoch199_best.pt",
|
| 389 |
+
"h5ad_rel": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 390 |
+
"training_script": "scripts/train_sciplex3_delta_flow.py",
|
| 391 |
+
"seed": 2,
|
| 392 |
+
"result_json": null,
|
| 393 |
+
"teacher": null,
|
| 394 |
+
"teachers": null,
|
| 395 |
+
"launch_script": null,
|
| 396 |
+
"checkpoint": {
|
| 397 |
+
"path": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s2/flow_best.pt",
|
| 398 |
+
"size_mb": 54.7,
|
| 399 |
+
"files_in_dir": [
|
| 400 |
+
"config.json",
|
| 401 |
+
"eval.json",
|
| 402 |
+
"flow_best.pt",
|
| 403 |
+
"reproduce.sh"
|
| 404 |
+
]
|
| 405 |
+
},
|
| 406 |
+
"hparams_top": {
|
| 407 |
+
"_state_dict_present": true,
|
| 408 |
+
"theta_dim": 2000,
|
| 409 |
+
"d_embed": 2410,
|
| 410 |
+
"y_mean": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 411 |
+
"y_std": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 412 |
+
"train_names": "<list len=161 sample=['2-Methoxyestradiol', 'A-366', 'ABT-737', 'AG-490', 'AMG-900']>"
|
| 413 |
+
},
|
| 414 |
+
"hparams_nested": {
|
| 415 |
+
"dataset_h5ad": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 416 |
+
"multiview": "data/drug_embeddings/sciplex3_multiview_v2.pt",
|
| 417 |
+
"ood_json": "data/sciplex3_split_v2b.json",
|
| 418 |
+
"output": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s2",
|
| 419 |
+
"epochs": 30000,
|
| 420 |
+
"lr": 0.0003,
|
| 421 |
+
"wd": 0.0001,
|
| 422 |
+
"batch": 64,
|
| 423 |
+
"sigma": 0.3,
|
| 424 |
+
"sigma_inf": 0.1,
|
| 425 |
+
"n_steps": 20,
|
| 426 |
+
"K_eval": 128,
|
| 427 |
+
"d_hidden": 512,
|
| 428 |
+
"n_blocks": 4,
|
| 429 |
+
"dropout": 0.1,
|
| 430 |
+
"seed": 2,
|
| 431 |
+
"log_every": 1000,
|
| 432 |
+
"topk_de": 50,
|
| 433 |
+
"zscore_target": true,
|
| 434 |
+
"prior": "none",
|
| 435 |
+
"krr_gamma": null,
|
| 436 |
+
"krr_alpha": null,
|
| 437 |
+
"dose_aware": false,
|
| 438 |
+
"bch_aug": false,
|
| 439 |
+
"bch_n_pairs": 0,
|
| 440 |
+
"device": "cuda"
|
| 441 |
+
}
|
| 442 |
+
},
|
| 443 |
+
{
|
| 444 |
+
"paper_row": "SciPlex3 priorkrr teacher s2",
|
| 445 |
+
"dataset": "SciPlex3",
|
| 446 |
+
"run_dir": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s2",
|
| 447 |
+
"backbone": "hf-assets/checkpoints/sciplex3/scFATE_epoch199_best.pt",
|
| 448 |
+
"h5ad_rel": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 449 |
+
"training_script": "scripts/train_sciplex3_delta_flow.py",
|
| 450 |
+
"seed": 2,
|
| 451 |
+
"result_json": null,
|
| 452 |
+
"teacher": null,
|
| 453 |
+
"teachers": null,
|
| 454 |
+
"launch_script": null,
|
| 455 |
+
"checkpoint": {
|
| 456 |
+
"path": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s2/flow_best.pt",
|
| 457 |
+
"size_mb": 54.7,
|
| 458 |
+
"files_in_dir": [
|
| 459 |
+
"config.json",
|
| 460 |
+
"eval.json",
|
| 461 |
+
"flow_best.pt",
|
| 462 |
+
"reproduce.sh"
|
| 463 |
+
]
|
| 464 |
+
},
|
| 465 |
+
"hparams_top": {
|
| 466 |
+
"_state_dict_present": true,
|
| 467 |
+
"theta_dim": 2000,
|
| 468 |
+
"d_embed": 2410,
|
| 469 |
+
"y_mean": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 470 |
+
"y_std": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 471 |
+
"train_names": "<list len=161 sample=['2-Methoxyestradiol', 'A-366', 'ABT-737', 'AG-490', 'AMG-900']>"
|
| 472 |
+
},
|
| 473 |
+
"hparams_nested": {
|
| 474 |
+
"dataset_h5ad": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 475 |
+
"multiview": "data/drug_embeddings/sciplex3_multiview_v2.pt",
|
| 476 |
+
"ood_json": "data/sciplex3_split_v2b.json",
|
| 477 |
+
"output": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s2",
|
| 478 |
+
"epochs": 30000,
|
| 479 |
+
"lr": 0.0003,
|
| 480 |
+
"wd": 0.0001,
|
| 481 |
+
"batch": 64,
|
| 482 |
+
"sigma": 0.3,
|
| 483 |
+
"sigma_inf": 0.1,
|
| 484 |
+
"n_steps": 20,
|
| 485 |
+
"K_eval": 128,
|
| 486 |
+
"d_hidden": 512,
|
| 487 |
+
"n_blocks": 4,
|
| 488 |
+
"dropout": 0.1,
|
| 489 |
+
"seed": 2,
|
| 490 |
+
"log_every": 1000,
|
| 491 |
+
"topk_de": 50,
|
| 492 |
+
"zscore_target": true,
|
| 493 |
+
"prior": "krr",
|
| 494 |
+
"krr_gamma": 0.01,
|
| 495 |
+
"krr_alpha": 0.1,
|
| 496 |
+
"dose_aware": false,
|
| 497 |
+
"bch_aug": false,
|
| 498 |
+
"bch_n_pairs": 0,
|
| 499 |
+
"device": "cuda"
|
| 500 |
+
}
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"paper_row": "SciPlex3 priornone teacher s3",
|
| 504 |
+
"dataset": "SciPlex3",
|
| 505 |
+
"run_dir": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s3",
|
| 506 |
+
"backbone": "hf-assets/checkpoints/sciplex3/scFATE_epoch199_best.pt",
|
| 507 |
+
"h5ad_rel": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 508 |
+
"training_script": "scripts/train_sciplex3_delta_flow.py",
|
| 509 |
+
"seed": 3,
|
| 510 |
+
"result_json": null,
|
| 511 |
+
"teacher": null,
|
| 512 |
+
"teachers": null,
|
| 513 |
+
"launch_script": null,
|
| 514 |
+
"checkpoint": {
|
| 515 |
+
"path": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s3/flow_best.pt",
|
| 516 |
+
"size_mb": 54.7,
|
| 517 |
+
"files_in_dir": [
|
| 518 |
+
"config.json",
|
| 519 |
+
"eval.json",
|
| 520 |
+
"flow_best.pt",
|
| 521 |
+
"reproduce.sh"
|
| 522 |
+
]
|
| 523 |
+
},
|
| 524 |
+
"hparams_top": {
|
| 525 |
+
"_state_dict_present": true,
|
| 526 |
+
"theta_dim": 2000,
|
| 527 |
+
"d_embed": 2410,
|
| 528 |
+
"y_mean": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 529 |
+
"y_std": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 530 |
+
"train_names": "<list len=161 sample=['2-Methoxyestradiol', 'A-366', 'ABT-737', 'AG-490', 'AMG-900']>"
|
| 531 |
+
},
|
| 532 |
+
"hparams_nested": {
|
| 533 |
+
"dataset_h5ad": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 534 |
+
"multiview": "data/drug_embeddings/sciplex3_multiview_v2.pt",
|
| 535 |
+
"ood_json": "data/sciplex3_split_v2b.json",
|
| 536 |
+
"output": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s3",
|
| 537 |
+
"epochs": 30000,
|
| 538 |
+
"lr": 0.0003,
|
| 539 |
+
"wd": 0.0001,
|
| 540 |
+
"batch": 64,
|
| 541 |
+
"sigma": 0.3,
|
| 542 |
+
"sigma_inf": 0.1,
|
| 543 |
+
"n_steps": 20,
|
| 544 |
+
"K_eval": 128,
|
| 545 |
+
"d_hidden": 512,
|
| 546 |
+
"n_blocks": 4,
|
| 547 |
+
"dropout": 0.1,
|
| 548 |
+
"seed": 3,
|
| 549 |
+
"log_every": 1000,
|
| 550 |
+
"topk_de": 50,
|
| 551 |
+
"zscore_target": true,
|
| 552 |
+
"prior": "none",
|
| 553 |
+
"krr_gamma": null,
|
| 554 |
+
"krr_alpha": null,
|
| 555 |
+
"dose_aware": false,
|
| 556 |
+
"bch_aug": false,
|
| 557 |
+
"bch_n_pairs": 0,
|
| 558 |
+
"device": "cuda"
|
| 559 |
+
}
|
| 560 |
+
},
|
| 561 |
+
{
|
| 562 |
+
"paper_row": "SciPlex3 priorkrr teacher s3",
|
| 563 |
+
"dataset": "SciPlex3",
|
| 564 |
+
"run_dir": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s3",
|
| 565 |
+
"backbone": "hf-assets/checkpoints/sciplex3/scFATE_epoch199_best.pt",
|
| 566 |
+
"h5ad_rel": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 567 |
+
"training_script": "scripts/train_sciplex3_delta_flow.py",
|
| 568 |
+
"seed": 3,
|
| 569 |
+
"result_json": null,
|
| 570 |
+
"teacher": null,
|
| 571 |
+
"teachers": null,
|
| 572 |
+
"launch_script": null,
|
| 573 |
+
"checkpoint": {
|
| 574 |
+
"path": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s3/flow_best.pt",
|
| 575 |
+
"size_mb": 54.7,
|
| 576 |
+
"files_in_dir": [
|
| 577 |
+
"config.json",
|
| 578 |
+
"eval.json",
|
| 579 |
+
"flow_best.pt",
|
| 580 |
+
"reproduce.sh"
|
| 581 |
+
]
|
| 582 |
+
},
|
| 583 |
+
"hparams_top": {
|
| 584 |
+
"_state_dict_present": true,
|
| 585 |
+
"theta_dim": 2000,
|
| 586 |
+
"d_embed": 2410,
|
| 587 |
+
"y_mean": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 588 |
+
"y_std": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 589 |
+
"train_names": "<list len=161 sample=['2-Methoxyestradiol', 'A-366', 'ABT-737', 'AG-490', 'AMG-900']>"
|
| 590 |
+
},
|
| 591 |
+
"hparams_nested": {
|
| 592 |
+
"dataset_h5ad": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 593 |
+
"multiview": "data/drug_embeddings/sciplex3_multiview_v2.pt",
|
| 594 |
+
"ood_json": "data/sciplex3_split_v2b.json",
|
| 595 |
+
"output": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s3",
|
| 596 |
+
"epochs": 30000,
|
| 597 |
+
"lr": 0.0003,
|
| 598 |
+
"wd": 0.0001,
|
| 599 |
+
"batch": 64,
|
| 600 |
+
"sigma": 0.3,
|
| 601 |
+
"sigma_inf": 0.1,
|
| 602 |
+
"n_steps": 20,
|
| 603 |
+
"K_eval": 128,
|
| 604 |
+
"d_hidden": 512,
|
| 605 |
+
"n_blocks": 4,
|
| 606 |
+
"dropout": 0.1,
|
| 607 |
+
"seed": 3,
|
| 608 |
+
"log_every": 1000,
|
| 609 |
+
"topk_de": 50,
|
| 610 |
+
"zscore_target": true,
|
| 611 |
+
"prior": "krr",
|
| 612 |
+
"krr_gamma": 0.01,
|
| 613 |
+
"krr_alpha": 0.1,
|
| 614 |
+
"dose_aware": false,
|
| 615 |
+
"bch_aug": false,
|
| 616 |
+
"bch_n_pairs": 0,
|
| 617 |
+
"device": "cuda"
|
| 618 |
+
}
|
| 619 |
+
},
|
| 620 |
+
{
|
| 621 |
+
"paper_row": "SciPlex3 priornone teacher s4",
|
| 622 |
+
"dataset": "SciPlex3",
|
| 623 |
+
"run_dir": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s4",
|
| 624 |
+
"backbone": "hf-assets/checkpoints/sciplex3/scFATE_epoch199_best.pt",
|
| 625 |
+
"h5ad_rel": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 626 |
+
"training_script": "scripts/train_sciplex3_delta_flow.py",
|
| 627 |
+
"seed": 4,
|
| 628 |
+
"result_json": null,
|
| 629 |
+
"teacher": null,
|
| 630 |
+
"teachers": null,
|
| 631 |
+
"launch_script": null,
|
| 632 |
+
"checkpoint": {
|
| 633 |
+
"path": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s4/flow_best.pt",
|
| 634 |
+
"size_mb": 54.7,
|
| 635 |
+
"files_in_dir": [
|
| 636 |
+
"config.json",
|
| 637 |
+
"eval.json",
|
| 638 |
+
"flow_best.pt",
|
| 639 |
+
"reproduce.sh"
|
| 640 |
+
]
|
| 641 |
+
},
|
| 642 |
+
"hparams_top": {
|
| 643 |
+
"_state_dict_present": true,
|
| 644 |
+
"theta_dim": 2000,
|
| 645 |
+
"d_embed": 2410,
|
| 646 |
+
"y_mean": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 647 |
+
"y_std": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 648 |
+
"train_names": "<list len=161 sample=['2-Methoxyestradiol', 'A-366', 'ABT-737', 'AG-490', 'AMG-900']>"
|
| 649 |
+
},
|
| 650 |
+
"hparams_nested": {
|
| 651 |
+
"dataset_h5ad": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 652 |
+
"multiview": "data/drug_embeddings/sciplex3_multiview_v2.pt",
|
| 653 |
+
"ood_json": "data/sciplex3_split_v2b.json",
|
| 654 |
+
"output": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s4",
|
| 655 |
+
"epochs": 30000,
|
| 656 |
+
"lr": 0.0003,
|
| 657 |
+
"wd": 0.0001,
|
| 658 |
+
"batch": 64,
|
| 659 |
+
"sigma": 0.3,
|
| 660 |
+
"sigma_inf": 0.1,
|
| 661 |
+
"n_steps": 20,
|
| 662 |
+
"K_eval": 128,
|
| 663 |
+
"d_hidden": 512,
|
| 664 |
+
"n_blocks": 4,
|
| 665 |
+
"dropout": 0.1,
|
| 666 |
+
"seed": 4,
|
| 667 |
+
"log_every": 1000,
|
| 668 |
+
"topk_de": 50,
|
| 669 |
+
"zscore_target": true,
|
| 670 |
+
"prior": "none",
|
| 671 |
+
"krr_gamma": null,
|
| 672 |
+
"krr_alpha": null,
|
| 673 |
+
"dose_aware": false,
|
| 674 |
+
"bch_aug": false,
|
| 675 |
+
"bch_n_pairs": 0,
|
| 676 |
+
"device": "cuda"
|
| 677 |
+
}
|
| 678 |
+
},
|
| 679 |
+
{
|
| 680 |
+
"paper_row": "SciPlex3 priorkrr teacher s4",
|
| 681 |
+
"dataset": "SciPlex3",
|
| 682 |
+
"run_dir": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s4",
|
| 683 |
+
"backbone": "hf-assets/checkpoints/sciplex3/scFATE_epoch199_best.pt",
|
| 684 |
+
"h5ad_rel": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 685 |
+
"training_script": "scripts/train_sciplex3_delta_flow.py",
|
| 686 |
+
"seed": 4,
|
| 687 |
+
"result_json": null,
|
| 688 |
+
"teacher": null,
|
| 689 |
+
"teachers": null,
|
| 690 |
+
"launch_script": null,
|
| 691 |
+
"checkpoint": {
|
| 692 |
+
"path": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s4/flow_best.pt",
|
| 693 |
+
"size_mb": 54.7,
|
| 694 |
+
"files_in_dir": [
|
| 695 |
+
"config.json",
|
| 696 |
+
"eval.json",
|
| 697 |
+
"flow_best.pt",
|
| 698 |
+
"reproduce.sh"
|
| 699 |
+
]
|
| 700 |
+
},
|
| 701 |
+
"hparams_top": {
|
| 702 |
+
"_state_dict_present": true,
|
| 703 |
+
"theta_dim": 2000,
|
| 704 |
+
"d_embed": 2410,
|
| 705 |
+
"y_mean": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 706 |
+
"y_std": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 707 |
+
"train_names": "<list len=161 sample=['2-Methoxyestradiol', 'A-366', 'ABT-737', 'AG-490', 'AMG-900']>"
|
| 708 |
+
},
|
| 709 |
+
"hparams_nested": {
|
| 710 |
+
"dataset_h5ad": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 711 |
+
"multiview": "data/drug_embeddings/sciplex3_multiview_v2.pt",
|
| 712 |
+
"ood_json": "data/sciplex3_split_v2b.json",
|
| 713 |
+
"output": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s4",
|
| 714 |
+
"epochs": 30000,
|
| 715 |
+
"lr": 0.0003,
|
| 716 |
+
"wd": 0.0001,
|
| 717 |
+
"batch": 64,
|
| 718 |
+
"sigma": 0.3,
|
| 719 |
+
"sigma_inf": 0.1,
|
| 720 |
+
"n_steps": 20,
|
| 721 |
+
"K_eval": 128,
|
| 722 |
+
"d_hidden": 512,
|
| 723 |
+
"n_blocks": 4,
|
| 724 |
+
"dropout": 0.1,
|
| 725 |
+
"seed": 4,
|
| 726 |
+
"log_every": 1000,
|
| 727 |
+
"topk_de": 50,
|
| 728 |
+
"zscore_target": true,
|
| 729 |
+
"prior": "krr",
|
| 730 |
+
"krr_gamma": 0.01,
|
| 731 |
+
"krr_alpha": 0.1,
|
| 732 |
+
"dose_aware": false,
|
| 733 |
+
"bch_aug": false,
|
| 734 |
+
"bch_n_pairs": 0,
|
| 735 |
+
"device": "cuda"
|
| 736 |
+
}
|
| 737 |
+
},
|
| 738 |
+
{
|
| 739 |
+
"paper_row": "SciPlex3 priornone teacher s5",
|
| 740 |
+
"dataset": "SciPlex3",
|
| 741 |
+
"run_dir": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s5",
|
| 742 |
+
"backbone": "hf-assets/checkpoints/sciplex3/scFATE_epoch199_best.pt",
|
| 743 |
+
"h5ad_rel": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 744 |
+
"training_script": "scripts/train_sciplex3_delta_flow.py",
|
| 745 |
+
"seed": 5,
|
| 746 |
+
"result_json": null,
|
| 747 |
+
"teacher": null,
|
| 748 |
+
"teachers": null,
|
| 749 |
+
"launch_script": null,
|
| 750 |
+
"checkpoint": {
|
| 751 |
+
"path": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s5/flow_best.pt",
|
| 752 |
+
"size_mb": 54.7,
|
| 753 |
+
"files_in_dir": [
|
| 754 |
+
"config.json",
|
| 755 |
+
"eval.json",
|
| 756 |
+
"flow_best.pt",
|
| 757 |
+
"reproduce.sh"
|
| 758 |
+
]
|
| 759 |
+
},
|
| 760 |
+
"hparams_top": {
|
| 761 |
+
"_state_dict_present": true,
|
| 762 |
+
"theta_dim": 2000,
|
| 763 |
+
"d_embed": 2410,
|
| 764 |
+
"y_mean": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 765 |
+
"y_std": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 766 |
+
"train_names": "<list len=161 sample=['2-Methoxyestradiol', 'A-366', 'ABT-737', 'AG-490', 'AMG-900']>"
|
| 767 |
+
},
|
| 768 |
+
"hparams_nested": {
|
| 769 |
+
"dataset_h5ad": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 770 |
+
"multiview": "data/drug_embeddings/sciplex3_multiview_v2.pt",
|
| 771 |
+
"ood_json": "data/sciplex3_split_v2b.json",
|
| 772 |
+
"output": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s5",
|
| 773 |
+
"epochs": 30000,
|
| 774 |
+
"lr": 0.0003,
|
| 775 |
+
"wd": 0.0001,
|
| 776 |
+
"batch": 64,
|
| 777 |
+
"sigma": 0.3,
|
| 778 |
+
"sigma_inf": 0.1,
|
| 779 |
+
"n_steps": 20,
|
| 780 |
+
"K_eval": 128,
|
| 781 |
+
"d_hidden": 512,
|
| 782 |
+
"n_blocks": 4,
|
| 783 |
+
"dropout": 0.1,
|
| 784 |
+
"seed": 5,
|
| 785 |
+
"log_every": 1000,
|
| 786 |
+
"topk_de": 50,
|
| 787 |
+
"zscore_target": true,
|
| 788 |
+
"prior": "none",
|
| 789 |
+
"krr_gamma": null,
|
| 790 |
+
"krr_alpha": null,
|
| 791 |
+
"dose_aware": false,
|
| 792 |
+
"bch_aug": false,
|
| 793 |
+
"bch_n_pairs": 0,
|
| 794 |
+
"device": "cuda"
|
| 795 |
+
}
|
| 796 |
+
},
|
| 797 |
+
{
|
| 798 |
+
"paper_row": "SciPlex3 priorkrr teacher s5",
|
| 799 |
+
"dataset": "SciPlex3",
|
| 800 |
+
"run_dir": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s5",
|
| 801 |
+
"backbone": "hf-assets/checkpoints/sciplex3/scFATE_epoch199_best.pt",
|
| 802 |
+
"h5ad_rel": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 803 |
+
"training_script": "scripts/train_sciplex3_delta_flow.py",
|
| 804 |
+
"seed": 5,
|
| 805 |
+
"result_json": null,
|
| 806 |
+
"teacher": null,
|
| 807 |
+
"teachers": null,
|
| 808 |
+
"launch_script": null,
|
| 809 |
+
"checkpoint": {
|
| 810 |
+
"path": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s5/flow_best.pt",
|
| 811 |
+
"size_mb": 54.7,
|
| 812 |
+
"files_in_dir": [
|
| 813 |
+
"config.json",
|
| 814 |
+
"eval.json",
|
| 815 |
+
"flow_best.pt",
|
| 816 |
+
"reproduce.sh"
|
| 817 |
+
]
|
| 818 |
+
},
|
| 819 |
+
"hparams_top": {
|
| 820 |
+
"_state_dict_present": true,
|
| 821 |
+
"theta_dim": 2000,
|
| 822 |
+
"d_embed": 2410,
|
| 823 |
+
"y_mean": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 824 |
+
"y_std": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 825 |
+
"train_names": "<list len=161 sample=['2-Methoxyestradiol', 'A-366', 'ABT-737', 'AG-490', 'AMG-900']>"
|
| 826 |
+
},
|
| 827 |
+
"hparams_nested": {
|
| 828 |
+
"dataset_h5ad": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 829 |
+
"multiview": "data/drug_embeddings/sciplex3_multiview_v2.pt",
|
| 830 |
+
"ood_json": "data/sciplex3_split_v2b.json",
|
| 831 |
+
"output": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s5",
|
| 832 |
+
"epochs": 30000,
|
| 833 |
+
"lr": 0.0003,
|
| 834 |
+
"wd": 0.0001,
|
| 835 |
+
"batch": 64,
|
| 836 |
+
"sigma": 0.3,
|
| 837 |
+
"sigma_inf": 0.1,
|
| 838 |
+
"n_steps": 20,
|
| 839 |
+
"K_eval": 128,
|
| 840 |
+
"d_hidden": 512,
|
| 841 |
+
"n_blocks": 4,
|
| 842 |
+
"dropout": 0.1,
|
| 843 |
+
"seed": 5,
|
| 844 |
+
"log_every": 1000,
|
| 845 |
+
"topk_de": 50,
|
| 846 |
+
"zscore_target": true,
|
| 847 |
+
"prior": "krr",
|
| 848 |
+
"krr_gamma": 0.01,
|
| 849 |
+
"krr_alpha": 0.1,
|
| 850 |
+
"dose_aware": false,
|
| 851 |
+
"bch_aug": false,
|
| 852 |
+
"bch_n_pairs": 0,
|
| 853 |
+
"device": "cuda"
|
| 854 |
+
}
|
| 855 |
+
},
|
| 856 |
+
{
|
| 857 |
+
"paper_row": "SciPlex3 priornone teacher s6",
|
| 858 |
+
"dataset": "SciPlex3",
|
| 859 |
+
"run_dir": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s6",
|
| 860 |
+
"backbone": "hf-assets/checkpoints/sciplex3/scFATE_epoch199_best.pt",
|
| 861 |
+
"h5ad_rel": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 862 |
+
"training_script": "scripts/train_sciplex3_delta_flow.py",
|
| 863 |
+
"seed": 6,
|
| 864 |
+
"result_json": null,
|
| 865 |
+
"teacher": null,
|
| 866 |
+
"teachers": null,
|
| 867 |
+
"launch_script": "runs/launch_iter186_sciplex3_delta_flow_reflow_K2_from_priornone_s6.sh",
|
| 868 |
+
"checkpoint": {
|
| 869 |
+
"path": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s6/flow_best.pt",
|
| 870 |
+
"size_mb": 54.7,
|
| 871 |
+
"files_in_dir": [
|
| 872 |
+
"config.json",
|
| 873 |
+
"eval.json",
|
| 874 |
+
"flow_best.pt",
|
| 875 |
+
"reproduce.sh"
|
| 876 |
+
]
|
| 877 |
+
},
|
| 878 |
+
"hparams_top": {
|
| 879 |
+
"_state_dict_present": true,
|
| 880 |
+
"theta_dim": 2000,
|
| 881 |
+
"d_embed": 2410,
|
| 882 |
+
"y_mean": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 883 |
+
"y_std": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 884 |
+
"train_names": "<list len=161 sample=['2-Methoxyestradiol', 'A-366', 'ABT-737', 'AG-490', 'AMG-900']>"
|
| 885 |
+
},
|
| 886 |
+
"hparams_nested": {
|
| 887 |
+
"dataset_h5ad": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 888 |
+
"multiview": "data/drug_embeddings/sciplex3_multiview_v2.pt",
|
| 889 |
+
"ood_json": "data/sciplex3_split_v2b.json",
|
| 890 |
+
"output": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s6",
|
| 891 |
+
"epochs": 30000,
|
| 892 |
+
"lr": 0.0003,
|
| 893 |
+
"wd": 0.0001,
|
| 894 |
+
"batch": 64,
|
| 895 |
+
"sigma": 0.3,
|
| 896 |
+
"sigma_inf": 0.1,
|
| 897 |
+
"n_steps": 20,
|
| 898 |
+
"K_eval": 128,
|
| 899 |
+
"d_hidden": 512,
|
| 900 |
+
"n_blocks": 4,
|
| 901 |
+
"dropout": 0.1,
|
| 902 |
+
"seed": 6,
|
| 903 |
+
"log_every": 1000,
|
| 904 |
+
"topk_de": 50,
|
| 905 |
+
"zscore_target": true,
|
| 906 |
+
"prior": "none",
|
| 907 |
+
"krr_gamma": null,
|
| 908 |
+
"krr_alpha": null,
|
| 909 |
+
"dose_aware": false,
|
| 910 |
+
"bch_aug": false,
|
| 911 |
+
"bch_n_pairs": 0,
|
| 912 |
+
"device": "cuda"
|
| 913 |
+
}
|
| 914 |
+
},
|
| 915 |
+
{
|
| 916 |
+
"paper_row": "SciPlex3 priorkrr teacher s6",
|
| 917 |
+
"dataset": "SciPlex3",
|
| 918 |
+
"run_dir": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s6",
|
| 919 |
+
"backbone": "hf-assets/checkpoints/sciplex3/scFATE_epoch199_best.pt",
|
| 920 |
+
"h5ad_rel": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 921 |
+
"training_script": "scripts/train_sciplex3_delta_flow.py",
|
| 922 |
+
"seed": 6,
|
| 923 |
+
"result_json": null,
|
| 924 |
+
"teacher": null,
|
| 925 |
+
"teachers": null,
|
| 926 |
+
"launch_script": null,
|
| 927 |
+
"checkpoint": {
|
| 928 |
+
"path": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s6/flow_best.pt",
|
| 929 |
+
"size_mb": 54.7,
|
| 930 |
+
"files_in_dir": [
|
| 931 |
+
"config.json",
|
| 932 |
+
"eval.json",
|
| 933 |
+
"flow_best.pt",
|
| 934 |
+
"reproduce.sh"
|
| 935 |
+
]
|
| 936 |
+
},
|
| 937 |
+
"hparams_top": {
|
| 938 |
+
"_state_dict_present": true,
|
| 939 |
+
"theta_dim": 2000,
|
| 940 |
+
"d_embed": 2410,
|
| 941 |
+
"y_mean": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 942 |
+
"y_std": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 943 |
+
"train_names": "<list len=161 sample=['2-Methoxyestradiol', 'A-366', 'ABT-737', 'AG-490', 'AMG-900']>"
|
| 944 |
+
},
|
| 945 |
+
"hparams_nested": {
|
| 946 |
+
"dataset_h5ad": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 947 |
+
"multiview": "data/drug_embeddings/sciplex3_multiview_v2.pt",
|
| 948 |
+
"ood_json": "data/sciplex3_split_v2b.json",
|
| 949 |
+
"output": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s6",
|
| 950 |
+
"epochs": 30000,
|
| 951 |
+
"lr": 0.0003,
|
| 952 |
+
"wd": 0.0001,
|
| 953 |
+
"batch": 64,
|
| 954 |
+
"sigma": 0.3,
|
| 955 |
+
"sigma_inf": 0.1,
|
| 956 |
+
"n_steps": 20,
|
| 957 |
+
"K_eval": 128,
|
| 958 |
+
"d_hidden": 512,
|
| 959 |
+
"n_blocks": 4,
|
| 960 |
+
"dropout": 0.1,
|
| 961 |
+
"seed": 6,
|
| 962 |
+
"log_every": 1000,
|
| 963 |
+
"topk_de": 50,
|
| 964 |
+
"zscore_target": true,
|
| 965 |
+
"prior": "krr",
|
| 966 |
+
"krr_gamma": 0.01,
|
| 967 |
+
"krr_alpha": 0.1,
|
| 968 |
+
"dose_aware": false,
|
| 969 |
+
"bch_aug": false,
|
| 970 |
+
"bch_n_pairs": 0,
|
| 971 |
+
"device": "cuda"
|
| 972 |
+
}
|
| 973 |
+
},
|
| 974 |
+
{
|
| 975 |
+
"paper_row": "SciPlex3 priornone teacher s7",
|
| 976 |
+
"dataset": "SciPlex3",
|
| 977 |
+
"run_dir": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s7",
|
| 978 |
+
"backbone": "hf-assets/checkpoints/sciplex3/scFATE_epoch199_best.pt",
|
| 979 |
+
"h5ad_rel": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 980 |
+
"training_script": "scripts/train_sciplex3_delta_flow.py",
|
| 981 |
+
"seed": 7,
|
| 982 |
+
"result_json": null,
|
| 983 |
+
"teacher": null,
|
| 984 |
+
"teachers": null,
|
| 985 |
+
"launch_script": null,
|
| 986 |
+
"checkpoint": {
|
| 987 |
+
"path": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s7/flow_best.pt",
|
| 988 |
+
"size_mb": 54.7,
|
| 989 |
+
"files_in_dir": [
|
| 990 |
+
"config.json",
|
| 991 |
+
"eval.json",
|
| 992 |
+
"flow_best.pt",
|
| 993 |
+
"reproduce.sh"
|
| 994 |
+
]
|
| 995 |
+
},
|
| 996 |
+
"hparams_top": {
|
| 997 |
+
"_state_dict_present": true,
|
| 998 |
+
"theta_dim": 2000,
|
| 999 |
+
"d_embed": 2410,
|
| 1000 |
+
"y_mean": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 1001 |
+
"y_std": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 1002 |
+
"train_names": "<list len=161 sample=['2-Methoxyestradiol', 'A-366', 'ABT-737', 'AG-490', 'AMG-900']>"
|
| 1003 |
+
},
|
| 1004 |
+
"hparams_nested": {
|
| 1005 |
+
"dataset_h5ad": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 1006 |
+
"multiview": "data/drug_embeddings/sciplex3_multiview_v2.pt",
|
| 1007 |
+
"ood_json": "data/sciplex3_split_v2b.json",
|
| 1008 |
+
"output": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s7",
|
| 1009 |
+
"epochs": 30000,
|
| 1010 |
+
"lr": 0.0003,
|
| 1011 |
+
"wd": 0.0001,
|
| 1012 |
+
"batch": 64,
|
| 1013 |
+
"sigma": 0.3,
|
| 1014 |
+
"sigma_inf": 0.1,
|
| 1015 |
+
"n_steps": 20,
|
| 1016 |
+
"K_eval": 128,
|
| 1017 |
+
"d_hidden": 512,
|
| 1018 |
+
"n_blocks": 4,
|
| 1019 |
+
"dropout": 0.1,
|
| 1020 |
+
"seed": 7,
|
| 1021 |
+
"log_every": 1000,
|
| 1022 |
+
"topk_de": 50,
|
| 1023 |
+
"zscore_target": true,
|
| 1024 |
+
"prior": "none",
|
| 1025 |
+
"krr_gamma": null,
|
| 1026 |
+
"krr_alpha": null,
|
| 1027 |
+
"dose_aware": false,
|
| 1028 |
+
"bch_aug": false,
|
| 1029 |
+
"bch_n_pairs": 0,
|
| 1030 |
+
"device": "cuda"
|
| 1031 |
+
}
|
| 1032 |
+
},
|
| 1033 |
+
{
|
| 1034 |
+
"paper_row": "SciPlex3 priorkrr teacher s7",
|
| 1035 |
+
"dataset": "SciPlex3",
|
| 1036 |
+
"run_dir": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s7",
|
| 1037 |
+
"backbone": "hf-assets/checkpoints/sciplex3/scFATE_epoch199_best.pt",
|
| 1038 |
+
"h5ad_rel": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 1039 |
+
"training_script": "scripts/train_sciplex3_delta_flow.py",
|
| 1040 |
+
"seed": 7,
|
| 1041 |
+
"result_json": null,
|
| 1042 |
+
"teacher": null,
|
| 1043 |
+
"teachers": null,
|
| 1044 |
+
"launch_script": null,
|
| 1045 |
+
"checkpoint": {
|
| 1046 |
+
"path": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s7/flow_best.pt",
|
| 1047 |
+
"size_mb": 54.7,
|
| 1048 |
+
"files_in_dir": [
|
| 1049 |
+
"config.json",
|
| 1050 |
+
"eval.json",
|
| 1051 |
+
"flow_best.pt",
|
| 1052 |
+
"reproduce.sh"
|
| 1053 |
+
]
|
| 1054 |
+
},
|
| 1055 |
+
"hparams_top": {
|
| 1056 |
+
"_state_dict_present": true,
|
| 1057 |
+
"theta_dim": 2000,
|
| 1058 |
+
"d_embed": 2410,
|
| 1059 |
+
"y_mean": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 1060 |
+
"y_std": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 1061 |
+
"train_names": "<list len=161 sample=['2-Methoxyestradiol', 'A-366', 'ABT-737', 'AG-490', 'AMG-900']>"
|
| 1062 |
+
},
|
| 1063 |
+
"hparams_nested": {
|
| 1064 |
+
"dataset_h5ad": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 1065 |
+
"multiview": "data/drug_embeddings/sciplex3_multiview_v2.pt",
|
| 1066 |
+
"ood_json": "data/sciplex3_split_v2b.json",
|
| 1067 |
+
"output": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s7",
|
| 1068 |
+
"epochs": 30000,
|
| 1069 |
+
"lr": 0.0003,
|
| 1070 |
+
"wd": 0.0001,
|
| 1071 |
+
"batch": 64,
|
| 1072 |
+
"sigma": 0.3,
|
| 1073 |
+
"sigma_inf": 0.1,
|
| 1074 |
+
"n_steps": 20,
|
| 1075 |
+
"K_eval": 128,
|
| 1076 |
+
"d_hidden": 512,
|
| 1077 |
+
"n_blocks": 4,
|
| 1078 |
+
"dropout": 0.1,
|
| 1079 |
+
"seed": 7,
|
| 1080 |
+
"log_every": 1000,
|
| 1081 |
+
"topk_de": 50,
|
| 1082 |
+
"zscore_target": true,
|
| 1083 |
+
"prior": "krr",
|
| 1084 |
+
"krr_gamma": 0.01,
|
| 1085 |
+
"krr_alpha": 0.1,
|
| 1086 |
+
"dose_aware": false,
|
| 1087 |
+
"bch_aug": false,
|
| 1088 |
+
"bch_n_pairs": 0,
|
| 1089 |
+
"device": "cuda"
|
| 1090 |
+
}
|
| 1091 |
+
},
|
| 1092 |
+
{
|
| 1093 |
+
"paper_row": "SciPlex3 priornone teacher s8",
|
| 1094 |
+
"dataset": "SciPlex3",
|
| 1095 |
+
"run_dir": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s8",
|
| 1096 |
+
"backbone": "hf-assets/checkpoints/sciplex3/scFATE_epoch199_best.pt",
|
| 1097 |
+
"h5ad_rel": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 1098 |
+
"training_script": "scripts/train_sciplex3_delta_flow.py",
|
| 1099 |
+
"seed": 8,
|
| 1100 |
+
"result_json": null,
|
| 1101 |
+
"teacher": null,
|
| 1102 |
+
"teachers": null,
|
| 1103 |
+
"launch_script": null,
|
| 1104 |
+
"checkpoint": {
|
| 1105 |
+
"path": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s8/flow_best.pt",
|
| 1106 |
+
"size_mb": 54.7,
|
| 1107 |
+
"files_in_dir": [
|
| 1108 |
+
"config.json",
|
| 1109 |
+
"eval.json",
|
| 1110 |
+
"flow_best.pt",
|
| 1111 |
+
"reproduce.sh"
|
| 1112 |
+
]
|
| 1113 |
+
},
|
| 1114 |
+
"hparams_top": {
|
| 1115 |
+
"_state_dict_present": true,
|
| 1116 |
+
"theta_dim": 2000,
|
| 1117 |
+
"d_embed": 2410,
|
| 1118 |
+
"y_mean": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 1119 |
+
"y_std": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 1120 |
+
"train_names": "<list len=161 sample=['2-Methoxyestradiol', 'A-366', 'ABT-737', 'AG-490', 'AMG-900']>"
|
| 1121 |
+
},
|
| 1122 |
+
"hparams_nested": {
|
| 1123 |
+
"dataset_h5ad": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 1124 |
+
"multiview": "data/drug_embeddings/sciplex3_multiview_v2.pt",
|
| 1125 |
+
"ood_json": "data/sciplex3_split_v2b.json",
|
| 1126 |
+
"output": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s8",
|
| 1127 |
+
"epochs": 30000,
|
| 1128 |
+
"lr": 0.0003,
|
| 1129 |
+
"wd": 0.0001,
|
| 1130 |
+
"batch": 64,
|
| 1131 |
+
"sigma": 0.3,
|
| 1132 |
+
"sigma_inf": 0.1,
|
| 1133 |
+
"n_steps": 20,
|
| 1134 |
+
"K_eval": 128,
|
| 1135 |
+
"d_hidden": 512,
|
| 1136 |
+
"n_blocks": 4,
|
| 1137 |
+
"dropout": 0.1,
|
| 1138 |
+
"seed": 8,
|
| 1139 |
+
"log_every": 1000,
|
| 1140 |
+
"topk_de": 50,
|
| 1141 |
+
"zscore_target": true,
|
| 1142 |
+
"prior": "none",
|
| 1143 |
+
"krr_gamma": null,
|
| 1144 |
+
"krr_alpha": null,
|
| 1145 |
+
"dose_aware": false,
|
| 1146 |
+
"bch_aug": false,
|
| 1147 |
+
"bch_n_pairs": 0,
|
| 1148 |
+
"device": "cuda"
|
| 1149 |
+
}
|
| 1150 |
+
},
|
| 1151 |
+
{
|
| 1152 |
+
"paper_row": "SciPlex3 priorkrr teacher s8",
|
| 1153 |
+
"dataset": "SciPlex3",
|
| 1154 |
+
"run_dir": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s8",
|
| 1155 |
+
"backbone": "hf-assets/checkpoints/sciplex3/scFATE_epoch199_best.pt",
|
| 1156 |
+
"h5ad_rel": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 1157 |
+
"training_script": "scripts/train_sciplex3_delta_flow.py",
|
| 1158 |
+
"seed": 8,
|
| 1159 |
+
"result_json": null,
|
| 1160 |
+
"teacher": null,
|
| 1161 |
+
"teachers": null,
|
| 1162 |
+
"launch_script": null,
|
| 1163 |
+
"checkpoint": {
|
| 1164 |
+
"path": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s8/flow_best.pt",
|
| 1165 |
+
"size_mb": 54.7,
|
| 1166 |
+
"files_in_dir": [
|
| 1167 |
+
"config.json",
|
| 1168 |
+
"eval.json",
|
| 1169 |
+
"flow_best.pt",
|
| 1170 |
+
"reproduce.sh"
|
| 1171 |
+
]
|
| 1172 |
+
},
|
| 1173 |
+
"hparams_top": {
|
| 1174 |
+
"_state_dict_present": true,
|
| 1175 |
+
"theta_dim": 2000,
|
| 1176 |
+
"d_embed": 2410,
|
| 1177 |
+
"y_mean": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 1178 |
+
"y_std": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 1179 |
+
"train_names": "<list len=161 sample=['2-Methoxyestradiol', 'A-366', 'ABT-737', 'AG-490', 'AMG-900']>"
|
| 1180 |
+
},
|
| 1181 |
+
"hparams_nested": {
|
| 1182 |
+
"dataset_h5ad": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 1183 |
+
"multiview": "data/drug_embeddings/sciplex3_multiview_v2.pt",
|
| 1184 |
+
"ood_json": "data/sciplex3_split_v2b.json",
|
| 1185 |
+
"output": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s8",
|
| 1186 |
+
"epochs": 30000,
|
| 1187 |
+
"lr": 0.0003,
|
| 1188 |
+
"wd": 0.0001,
|
| 1189 |
+
"batch": 64,
|
| 1190 |
+
"sigma": 0.3,
|
| 1191 |
+
"sigma_inf": 0.1,
|
| 1192 |
+
"n_steps": 20,
|
| 1193 |
+
"K_eval": 128,
|
| 1194 |
+
"d_hidden": 512,
|
| 1195 |
+
"n_blocks": 4,
|
| 1196 |
+
"dropout": 0.1,
|
| 1197 |
+
"seed": 8,
|
| 1198 |
+
"log_every": 1000,
|
| 1199 |
+
"topk_de": 50,
|
| 1200 |
+
"zscore_target": true,
|
| 1201 |
+
"prior": "krr",
|
| 1202 |
+
"krr_gamma": 0.01,
|
| 1203 |
+
"krr_alpha": 0.1,
|
| 1204 |
+
"dose_aware": false,
|
| 1205 |
+
"bch_aug": false,
|
| 1206 |
+
"bch_n_pairs": 0,
|
| 1207 |
+
"device": "cuda"
|
| 1208 |
+
}
|
| 1209 |
+
},
|
| 1210 |
+
{
|
| 1211 |
+
"paper_row": "SciPlex3 priornone teacher s9",
|
| 1212 |
+
"dataset": "SciPlex3",
|
| 1213 |
+
"run_dir": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s9",
|
| 1214 |
+
"backbone": "hf-assets/checkpoints/sciplex3/scFATE_epoch199_best.pt",
|
| 1215 |
+
"h5ad_rel": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 1216 |
+
"training_script": "scripts/train_sciplex3_delta_flow.py",
|
| 1217 |
+
"seed": 9,
|
| 1218 |
+
"result_json": null,
|
| 1219 |
+
"teacher": null,
|
| 1220 |
+
"teachers": null,
|
| 1221 |
+
"launch_script": null,
|
| 1222 |
+
"checkpoint": {
|
| 1223 |
+
"path": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s9/flow_best.pt",
|
| 1224 |
+
"size_mb": 54.7,
|
| 1225 |
+
"files_in_dir": [
|
| 1226 |
+
"config.json",
|
| 1227 |
+
"eval.json",
|
| 1228 |
+
"flow_best.pt",
|
| 1229 |
+
"reproduce.sh"
|
| 1230 |
+
]
|
| 1231 |
+
},
|
| 1232 |
+
"hparams_top": {
|
| 1233 |
+
"_state_dict_present": true,
|
| 1234 |
+
"theta_dim": 2000,
|
| 1235 |
+
"d_embed": 2410,
|
| 1236 |
+
"y_mean": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 1237 |
+
"y_std": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 1238 |
+
"train_names": "<list len=161 sample=['2-Methoxyestradiol', 'A-366', 'ABT-737', 'AG-490', 'AMG-900']>"
|
| 1239 |
+
},
|
| 1240 |
+
"hparams_nested": {
|
| 1241 |
+
"dataset_h5ad": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 1242 |
+
"multiview": "data/drug_embeddings/sciplex3_multiview_v2.pt",
|
| 1243 |
+
"ood_json": "data/sciplex3_split_v2b.json",
|
| 1244 |
+
"output": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s9",
|
| 1245 |
+
"epochs": 30000,
|
| 1246 |
+
"lr": 0.0003,
|
| 1247 |
+
"wd": 0.0001,
|
| 1248 |
+
"batch": 64,
|
| 1249 |
+
"sigma": 0.3,
|
| 1250 |
+
"sigma_inf": 0.1,
|
| 1251 |
+
"n_steps": 20,
|
| 1252 |
+
"K_eval": 128,
|
| 1253 |
+
"d_hidden": 512,
|
| 1254 |
+
"n_blocks": 4,
|
| 1255 |
+
"dropout": 0.1,
|
| 1256 |
+
"seed": 9,
|
| 1257 |
+
"log_every": 1000,
|
| 1258 |
+
"topk_de": 50,
|
| 1259 |
+
"zscore_target": true,
|
| 1260 |
+
"prior": "none",
|
| 1261 |
+
"krr_gamma": null,
|
| 1262 |
+
"krr_alpha": null,
|
| 1263 |
+
"dose_aware": false,
|
| 1264 |
+
"bch_aug": false,
|
| 1265 |
+
"bch_n_pairs": 0,
|
| 1266 |
+
"device": "cuda"
|
| 1267 |
+
}
|
| 1268 |
+
},
|
| 1269 |
+
{
|
| 1270 |
+
"paper_row": "SciPlex3 priorkrr teacher s9",
|
| 1271 |
+
"dataset": "SciPlex3",
|
| 1272 |
+
"run_dir": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s9",
|
| 1273 |
+
"backbone": "hf-assets/checkpoints/sciplex3/scFATE_epoch199_best.pt",
|
| 1274 |
+
"h5ad_rel": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 1275 |
+
"training_script": "scripts/train_sciplex3_delta_flow.py",
|
| 1276 |
+
"seed": 9,
|
| 1277 |
+
"result_json": null,
|
| 1278 |
+
"teacher": null,
|
| 1279 |
+
"teachers": null,
|
| 1280 |
+
"launch_script": null,
|
| 1281 |
+
"checkpoint": {
|
| 1282 |
+
"path": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s9/flow_best.pt",
|
| 1283 |
+
"size_mb": 54.7,
|
| 1284 |
+
"files_in_dir": [
|
| 1285 |
+
"config.json",
|
| 1286 |
+
"eval.json",
|
| 1287 |
+
"flow_best.pt",
|
| 1288 |
+
"reproduce.sh"
|
| 1289 |
+
]
|
| 1290 |
+
},
|
| 1291 |
+
"hparams_top": {
|
| 1292 |
+
"_state_dict_present": true,
|
| 1293 |
+
"theta_dim": 2000,
|
| 1294 |
+
"d_embed": 2410,
|
| 1295 |
+
"y_mean": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 1296 |
+
"y_std": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 1297 |
+
"train_names": "<list len=161 sample=['2-Methoxyestradiol', 'A-366', 'ABT-737', 'AG-490', 'AMG-900']>"
|
| 1298 |
+
},
|
| 1299 |
+
"hparams_nested": {
|
| 1300 |
+
"dataset_h5ad": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 1301 |
+
"multiview": "data/drug_embeddings/sciplex3_multiview_v2.pt",
|
| 1302 |
+
"ood_json": "data/sciplex3_split_v2b.json",
|
| 1303 |
+
"output": "runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s9",
|
| 1304 |
+
"epochs": 30000,
|
| 1305 |
+
"lr": 0.0003,
|
| 1306 |
+
"wd": 0.0001,
|
| 1307 |
+
"batch": 64,
|
| 1308 |
+
"sigma": 0.3,
|
| 1309 |
+
"sigma_inf": 0.1,
|
| 1310 |
+
"n_steps": 20,
|
| 1311 |
+
"K_eval": 128,
|
| 1312 |
+
"d_hidden": 512,
|
| 1313 |
+
"n_blocks": 4,
|
| 1314 |
+
"dropout": 0.1,
|
| 1315 |
+
"seed": 9,
|
| 1316 |
+
"log_every": 1000,
|
| 1317 |
+
"topk_de": 50,
|
| 1318 |
+
"zscore_target": true,
|
| 1319 |
+
"prior": "krr",
|
| 1320 |
+
"krr_gamma": 0.01,
|
| 1321 |
+
"krr_alpha": 0.1,
|
| 1322 |
+
"dose_aware": false,
|
| 1323 |
+
"bch_aug": false,
|
| 1324 |
+
"bch_n_pairs": 0,
|
| 1325 |
+
"device": "cuda"
|
| 1326 |
+
}
|
| 1327 |
+
},
|
| 1328 |
+
{
|
| 1329 |
+
"paper_row": "SciPlex3 mixed-18 K=16 student s1 (paper headline 70.0)",
|
| 1330 |
+
"dataset": "SciPlex3",
|
| 1331 |
+
"run_dir": "runs/b200_sciplex3_delta_flow_reflow_ensemble_mixed18_K16_V2B_s1",
|
| 1332 |
+
"backbone": "hf-assets/checkpoints/sciplex3/scFATE_epoch199_best.pt",
|
| 1333 |
+
"h5ad_rel": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 1334 |
+
"training_script": "scripts/reflow_sciplex3_delta_flow_ensemble.py",
|
| 1335 |
+
"seed": 1,
|
| 1336 |
+
"result_json": "experiments/results/sciplex3_iter196_reflow_ensemble_mixed18_K16_N5.json",
|
| 1337 |
+
"teacher": null,
|
| 1338 |
+
"teachers": [
|
| 1339 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s1",
|
| 1340 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s2",
|
| 1341 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s3",
|
| 1342 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s4",
|
| 1343 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s5",
|
| 1344 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s6",
|
| 1345 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s7",
|
| 1346 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s8",
|
| 1347 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s9",
|
| 1348 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s1",
|
| 1349 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s2",
|
| 1350 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s3",
|
| 1351 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s4",
|
| 1352 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s5",
|
| 1353 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s6",
|
| 1354 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s7",
|
| 1355 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s8",
|
| 1356 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s9"
|
| 1357 |
+
],
|
| 1358 |
+
"launch_script": null,
|
| 1359 |
+
"checkpoint": {
|
| 1360 |
+
"path": "runs/b200_sciplex3_delta_flow_reflow_ensemble_mixed18_K16_V2B_s1/flow_best.pt",
|
| 1361 |
+
"size_mb": 54.7,
|
| 1362 |
+
"files_in_dir": [
|
| 1363 |
+
"config.json",
|
| 1364 |
+
"eval.json",
|
| 1365 |
+
"flow_best.pt",
|
| 1366 |
+
"reproduce.sh"
|
| 1367 |
+
]
|
| 1368 |
+
},
|
| 1369 |
+
"hparams_top": {
|
| 1370 |
+
"_state_dict_present": true,
|
| 1371 |
+
"theta_dim": 2000,
|
| 1372 |
+
"d_embed": 2410,
|
| 1373 |
+
"y_mean": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 1374 |
+
"y_std": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 1375 |
+
"train_names": "<list len=161 sample=['2-Methoxyestradiol', 'A-366', 'ABT-737', 'AG-490', 'AMG-900']>"
|
| 1376 |
+
},
|
| 1377 |
+
"hparams_nested": {
|
| 1378 |
+
"teacher_ckpts": [
|
| 1379 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s1/flow_best.pt",
|
| 1380 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s2/flow_best.pt",
|
| 1381 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s3/flow_best.pt",
|
| 1382 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s4/flow_best.pt",
|
| 1383 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s5/flow_best.pt",
|
| 1384 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s6/flow_best.pt",
|
| 1385 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s7/flow_best.pt",
|
| 1386 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s8/flow_best.pt",
|
| 1387 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s9/flow_best.pt",
|
| 1388 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s1/flow_best.pt",
|
| 1389 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s2/flow_best.pt",
|
| 1390 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s3/flow_best.pt",
|
| 1391 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s4/flow_best.pt",
|
| 1392 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s5/flow_best.pt",
|
| 1393 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s6/flow_best.pt",
|
| 1394 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s7/flow_best.pt",
|
| 1395 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s8/flow_best.pt",
|
| 1396 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s9/flow_best.pt"
|
| 1397 |
+
],
|
| 1398 |
+
"dataset_h5ad": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 1399 |
+
"multiview": "data/drug_embeddings/sciplex3_multiview_v2.pt",
|
| 1400 |
+
"ood_json": "data/sciplex3_split_v2b.json",
|
| 1401 |
+
"output": "runs/b200_sciplex3_delta_flow_reflow_ensemble_mixed18_K16_V2B_s1",
|
| 1402 |
+
"reflow_K": 16,
|
| 1403 |
+
"epochs": 30000,
|
| 1404 |
+
"lr": 0.0003,
|
| 1405 |
+
"wd": 0.0001,
|
| 1406 |
+
"batch": 64,
|
| 1407 |
+
"sigma": 0.3,
|
| 1408 |
+
"teacher_sigma": 0.3,
|
| 1409 |
+
"teacher_steps": 40,
|
| 1410 |
+
"sigma_inf": 0.1,
|
| 1411 |
+
"n_steps": 20,
|
| 1412 |
+
"K_eval": 128,
|
| 1413 |
+
"seed": 1,
|
| 1414 |
+
"log_every": 2000,
|
| 1415 |
+
"topk_de": 50,
|
| 1416 |
+
"device": "cuda",
|
| 1417 |
+
"d_hidden": 512,
|
| 1418 |
+
"n_blocks": 4,
|
| 1419 |
+
"dropout": 0.1,
|
| 1420 |
+
"M_teachers": 18,
|
| 1421 |
+
"teacher_prior_types": [
|
| 1422 |
+
"none",
|
| 1423 |
+
"none",
|
| 1424 |
+
"none",
|
| 1425 |
+
"none",
|
| 1426 |
+
"none",
|
| 1427 |
+
"none",
|
| 1428 |
+
"none",
|
| 1429 |
+
"none",
|
| 1430 |
+
"none",
|
| 1431 |
+
"krr",
|
| 1432 |
+
"krr",
|
| 1433 |
+
"krr",
|
| 1434 |
+
"krr",
|
| 1435 |
+
"krr",
|
| 1436 |
+
"krr",
|
| 1437 |
+
"krr",
|
| 1438 |
+
"krr",
|
| 1439 |
+
"krr"
|
| 1440 |
+
],
|
| 1441 |
+
"prior": "none"
|
| 1442 |
+
}
|
| 1443 |
+
},
|
| 1444 |
+
{
|
| 1445 |
+
"paper_row": "SciPlex3 mixed-18 K=16 student s2 (paper headline 70.0)",
|
| 1446 |
+
"dataset": "SciPlex3",
|
| 1447 |
+
"run_dir": "runs/b200_sciplex3_delta_flow_reflow_ensemble_mixed18_K16_V2B_s2",
|
| 1448 |
+
"backbone": "hf-assets/checkpoints/sciplex3/scFATE_epoch199_best.pt",
|
| 1449 |
+
"h5ad_rel": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 1450 |
+
"training_script": "scripts/reflow_sciplex3_delta_flow_ensemble.py",
|
| 1451 |
+
"seed": 2,
|
| 1452 |
+
"result_json": "experiments/results/sciplex3_iter196_reflow_ensemble_mixed18_K16_N5.json",
|
| 1453 |
+
"teacher": null,
|
| 1454 |
+
"teachers": [
|
| 1455 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s1",
|
| 1456 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s2",
|
| 1457 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s3",
|
| 1458 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s4",
|
| 1459 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s5",
|
| 1460 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s6",
|
| 1461 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s7",
|
| 1462 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s8",
|
| 1463 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s9",
|
| 1464 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s1",
|
| 1465 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s2",
|
| 1466 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s3",
|
| 1467 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s4",
|
| 1468 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s5",
|
| 1469 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s6",
|
| 1470 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s7",
|
| 1471 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s8",
|
| 1472 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s9"
|
| 1473 |
+
],
|
| 1474 |
+
"launch_script": null,
|
| 1475 |
+
"checkpoint": {
|
| 1476 |
+
"path": "runs/b200_sciplex3_delta_flow_reflow_ensemble_mixed18_K16_V2B_s2/flow_best.pt",
|
| 1477 |
+
"size_mb": 54.7,
|
| 1478 |
+
"files_in_dir": [
|
| 1479 |
+
"config.json",
|
| 1480 |
+
"eval.json",
|
| 1481 |
+
"flow_best.pt",
|
| 1482 |
+
"reproduce.sh"
|
| 1483 |
+
]
|
| 1484 |
+
},
|
| 1485 |
+
"hparams_top": {
|
| 1486 |
+
"_state_dict_present": true,
|
| 1487 |
+
"theta_dim": 2000,
|
| 1488 |
+
"d_embed": 2410,
|
| 1489 |
+
"y_mean": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 1490 |
+
"y_std": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 1491 |
+
"train_names": "<list len=161 sample=['2-Methoxyestradiol', 'A-366', 'ABT-737', 'AG-490', 'AMG-900']>"
|
| 1492 |
+
},
|
| 1493 |
+
"hparams_nested": {
|
| 1494 |
+
"teacher_ckpts": [
|
| 1495 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s1/flow_best.pt",
|
| 1496 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s2/flow_best.pt",
|
| 1497 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s3/flow_best.pt",
|
| 1498 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s4/flow_best.pt",
|
| 1499 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s5/flow_best.pt",
|
| 1500 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s6/flow_best.pt",
|
| 1501 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s7/flow_best.pt",
|
| 1502 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s8/flow_best.pt",
|
| 1503 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s9/flow_best.pt",
|
| 1504 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s1/flow_best.pt",
|
| 1505 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s2/flow_best.pt",
|
| 1506 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s3/flow_best.pt",
|
| 1507 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s4/flow_best.pt",
|
| 1508 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s5/flow_best.pt",
|
| 1509 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s6/flow_best.pt",
|
| 1510 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s7/flow_best.pt",
|
| 1511 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s8/flow_best.pt",
|
| 1512 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s9/flow_best.pt"
|
| 1513 |
+
],
|
| 1514 |
+
"dataset_h5ad": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 1515 |
+
"multiview": "data/drug_embeddings/sciplex3_multiview_v2.pt",
|
| 1516 |
+
"ood_json": "data/sciplex3_split_v2b.json",
|
| 1517 |
+
"output": "runs/b200_sciplex3_delta_flow_reflow_ensemble_mixed18_K16_V2B_s2",
|
| 1518 |
+
"reflow_K": 16,
|
| 1519 |
+
"epochs": 30000,
|
| 1520 |
+
"lr": 0.0003,
|
| 1521 |
+
"wd": 0.0001,
|
| 1522 |
+
"batch": 64,
|
| 1523 |
+
"sigma": 0.3,
|
| 1524 |
+
"teacher_sigma": 0.3,
|
| 1525 |
+
"teacher_steps": 40,
|
| 1526 |
+
"sigma_inf": 0.1,
|
| 1527 |
+
"n_steps": 20,
|
| 1528 |
+
"K_eval": 128,
|
| 1529 |
+
"seed": 2,
|
| 1530 |
+
"log_every": 2000,
|
| 1531 |
+
"topk_de": 50,
|
| 1532 |
+
"device": "cuda",
|
| 1533 |
+
"d_hidden": 512,
|
| 1534 |
+
"n_blocks": 4,
|
| 1535 |
+
"dropout": 0.1,
|
| 1536 |
+
"M_teachers": 18,
|
| 1537 |
+
"teacher_prior_types": [
|
| 1538 |
+
"none",
|
| 1539 |
+
"none",
|
| 1540 |
+
"none",
|
| 1541 |
+
"none",
|
| 1542 |
+
"none",
|
| 1543 |
+
"none",
|
| 1544 |
+
"none",
|
| 1545 |
+
"none",
|
| 1546 |
+
"none",
|
| 1547 |
+
"krr",
|
| 1548 |
+
"krr",
|
| 1549 |
+
"krr",
|
| 1550 |
+
"krr",
|
| 1551 |
+
"krr",
|
| 1552 |
+
"krr",
|
| 1553 |
+
"krr",
|
| 1554 |
+
"krr",
|
| 1555 |
+
"krr"
|
| 1556 |
+
],
|
| 1557 |
+
"prior": "none"
|
| 1558 |
+
}
|
| 1559 |
+
},
|
| 1560 |
+
{
|
| 1561 |
+
"paper_row": "SciPlex3 mixed-18 K=16 student s3 (paper headline 70.0)",
|
| 1562 |
+
"dataset": "SciPlex3",
|
| 1563 |
+
"run_dir": "runs/b200_sciplex3_delta_flow_reflow_ensemble_mixed18_K16_V2B_s3",
|
| 1564 |
+
"backbone": "hf-assets/checkpoints/sciplex3/scFATE_epoch199_best.pt",
|
| 1565 |
+
"h5ad_rel": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 1566 |
+
"training_script": "scripts/reflow_sciplex3_delta_flow_ensemble.py",
|
| 1567 |
+
"seed": 3,
|
| 1568 |
+
"result_json": "experiments/results/sciplex3_iter196_reflow_ensemble_mixed18_K16_N5.json",
|
| 1569 |
+
"teacher": null,
|
| 1570 |
+
"teachers": [
|
| 1571 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s1",
|
| 1572 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s2",
|
| 1573 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s3",
|
| 1574 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s4",
|
| 1575 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s5",
|
| 1576 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s6",
|
| 1577 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s7",
|
| 1578 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s8",
|
| 1579 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s9",
|
| 1580 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s1",
|
| 1581 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s2",
|
| 1582 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s3",
|
| 1583 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s4",
|
| 1584 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s5",
|
| 1585 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s6",
|
| 1586 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s7",
|
| 1587 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s8",
|
| 1588 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s9"
|
| 1589 |
+
],
|
| 1590 |
+
"launch_script": null,
|
| 1591 |
+
"checkpoint": {
|
| 1592 |
+
"path": "runs/b200_sciplex3_delta_flow_reflow_ensemble_mixed18_K16_V2B_s3/flow_best.pt",
|
| 1593 |
+
"size_mb": 54.7,
|
| 1594 |
+
"files_in_dir": [
|
| 1595 |
+
"config.json",
|
| 1596 |
+
"eval.json",
|
| 1597 |
+
"flow_best.pt",
|
| 1598 |
+
"reproduce.sh"
|
| 1599 |
+
]
|
| 1600 |
+
},
|
| 1601 |
+
"hparams_top": {
|
| 1602 |
+
"_state_dict_present": true,
|
| 1603 |
+
"theta_dim": 2000,
|
| 1604 |
+
"d_embed": 2410,
|
| 1605 |
+
"y_mean": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 1606 |
+
"y_std": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 1607 |
+
"train_names": "<list len=161 sample=['2-Methoxyestradiol', 'A-366', 'ABT-737', 'AG-490', 'AMG-900']>"
|
| 1608 |
+
},
|
| 1609 |
+
"hparams_nested": {
|
| 1610 |
+
"teacher_ckpts": [
|
| 1611 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s1/flow_best.pt",
|
| 1612 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s2/flow_best.pt",
|
| 1613 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s3/flow_best.pt",
|
| 1614 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s4/flow_best.pt",
|
| 1615 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s5/flow_best.pt",
|
| 1616 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s6/flow_best.pt",
|
| 1617 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s7/flow_best.pt",
|
| 1618 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s8/flow_best.pt",
|
| 1619 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s9/flow_best.pt",
|
| 1620 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s1/flow_best.pt",
|
| 1621 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s2/flow_best.pt",
|
| 1622 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s3/flow_best.pt",
|
| 1623 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s4/flow_best.pt",
|
| 1624 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s5/flow_best.pt",
|
| 1625 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s6/flow_best.pt",
|
| 1626 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s7/flow_best.pt",
|
| 1627 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s8/flow_best.pt",
|
| 1628 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s9/flow_best.pt"
|
| 1629 |
+
],
|
| 1630 |
+
"dataset_h5ad": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 1631 |
+
"multiview": "data/drug_embeddings/sciplex3_multiview_v2.pt",
|
| 1632 |
+
"ood_json": "data/sciplex3_split_v2b.json",
|
| 1633 |
+
"output": "runs/b200_sciplex3_delta_flow_reflow_ensemble_mixed18_K16_V2B_s3",
|
| 1634 |
+
"reflow_K": 16,
|
| 1635 |
+
"epochs": 30000,
|
| 1636 |
+
"lr": 0.0003,
|
| 1637 |
+
"wd": 0.0001,
|
| 1638 |
+
"batch": 64,
|
| 1639 |
+
"sigma": 0.3,
|
| 1640 |
+
"teacher_sigma": 0.3,
|
| 1641 |
+
"teacher_steps": 40,
|
| 1642 |
+
"sigma_inf": 0.1,
|
| 1643 |
+
"n_steps": 20,
|
| 1644 |
+
"K_eval": 128,
|
| 1645 |
+
"seed": 3,
|
| 1646 |
+
"log_every": 2000,
|
| 1647 |
+
"topk_de": 50,
|
| 1648 |
+
"device": "cuda",
|
| 1649 |
+
"d_hidden": 512,
|
| 1650 |
+
"n_blocks": 4,
|
| 1651 |
+
"dropout": 0.1,
|
| 1652 |
+
"M_teachers": 18,
|
| 1653 |
+
"teacher_prior_types": [
|
| 1654 |
+
"none",
|
| 1655 |
+
"none",
|
| 1656 |
+
"none",
|
| 1657 |
+
"none",
|
| 1658 |
+
"none",
|
| 1659 |
+
"none",
|
| 1660 |
+
"none",
|
| 1661 |
+
"none",
|
| 1662 |
+
"none",
|
| 1663 |
+
"krr",
|
| 1664 |
+
"krr",
|
| 1665 |
+
"krr",
|
| 1666 |
+
"krr",
|
| 1667 |
+
"krr",
|
| 1668 |
+
"krr",
|
| 1669 |
+
"krr",
|
| 1670 |
+
"krr",
|
| 1671 |
+
"krr"
|
| 1672 |
+
],
|
| 1673 |
+
"prior": "none"
|
| 1674 |
+
}
|
| 1675 |
+
},
|
| 1676 |
+
{
|
| 1677 |
+
"paper_row": "SciPlex3 mixed-18 K=16 student s4 (paper headline 70.0)",
|
| 1678 |
+
"dataset": "SciPlex3",
|
| 1679 |
+
"run_dir": "runs/b200_sciplex3_delta_flow_reflow_ensemble_mixed18_K16_V2B_s4",
|
| 1680 |
+
"backbone": "hf-assets/checkpoints/sciplex3/scFATE_epoch199_best.pt",
|
| 1681 |
+
"h5ad_rel": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 1682 |
+
"training_script": "scripts/reflow_sciplex3_delta_flow_ensemble.py",
|
| 1683 |
+
"seed": 4,
|
| 1684 |
+
"result_json": "experiments/results/sciplex3_iter196_reflow_ensemble_mixed18_K16_N5.json",
|
| 1685 |
+
"teacher": null,
|
| 1686 |
+
"teachers": [
|
| 1687 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s1",
|
| 1688 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s2",
|
| 1689 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s3",
|
| 1690 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s4",
|
| 1691 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s5",
|
| 1692 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s6",
|
| 1693 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s7",
|
| 1694 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s8",
|
| 1695 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s9",
|
| 1696 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s1",
|
| 1697 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s2",
|
| 1698 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s3",
|
| 1699 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s4",
|
| 1700 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s5",
|
| 1701 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s6",
|
| 1702 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s7",
|
| 1703 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s8",
|
| 1704 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s9"
|
| 1705 |
+
],
|
| 1706 |
+
"launch_script": null,
|
| 1707 |
+
"checkpoint": {
|
| 1708 |
+
"path": "runs/b200_sciplex3_delta_flow_reflow_ensemble_mixed18_K16_V2B_s4/flow_best.pt",
|
| 1709 |
+
"size_mb": 54.7,
|
| 1710 |
+
"files_in_dir": [
|
| 1711 |
+
"config.json",
|
| 1712 |
+
"eval.json",
|
| 1713 |
+
"flow_best.pt",
|
| 1714 |
+
"reproduce.sh"
|
| 1715 |
+
]
|
| 1716 |
+
},
|
| 1717 |
+
"hparams_top": {
|
| 1718 |
+
"_state_dict_present": true,
|
| 1719 |
+
"theta_dim": 2000,
|
| 1720 |
+
"d_embed": 2410,
|
| 1721 |
+
"y_mean": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 1722 |
+
"y_std": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 1723 |
+
"train_names": "<list len=161 sample=['2-Methoxyestradiol', 'A-366', 'ABT-737', 'AG-490', 'AMG-900']>"
|
| 1724 |
+
},
|
| 1725 |
+
"hparams_nested": {
|
| 1726 |
+
"teacher_ckpts": [
|
| 1727 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s1/flow_best.pt",
|
| 1728 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s2/flow_best.pt",
|
| 1729 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s3/flow_best.pt",
|
| 1730 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s4/flow_best.pt",
|
| 1731 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s5/flow_best.pt",
|
| 1732 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s6/flow_best.pt",
|
| 1733 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s7/flow_best.pt",
|
| 1734 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s8/flow_best.pt",
|
| 1735 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s9/flow_best.pt",
|
| 1736 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s1/flow_best.pt",
|
| 1737 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s2/flow_best.pt",
|
| 1738 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s3/flow_best.pt",
|
| 1739 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s4/flow_best.pt",
|
| 1740 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s5/flow_best.pt",
|
| 1741 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s6/flow_best.pt",
|
| 1742 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s7/flow_best.pt",
|
| 1743 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s8/flow_best.pt",
|
| 1744 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s9/flow_best.pt"
|
| 1745 |
+
],
|
| 1746 |
+
"dataset_h5ad": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 1747 |
+
"multiview": "data/drug_embeddings/sciplex3_multiview_v2.pt",
|
| 1748 |
+
"ood_json": "data/sciplex3_split_v2b.json",
|
| 1749 |
+
"output": "runs/b200_sciplex3_delta_flow_reflow_ensemble_mixed18_K16_V2B_s4",
|
| 1750 |
+
"reflow_K": 16,
|
| 1751 |
+
"epochs": 30000,
|
| 1752 |
+
"lr": 0.0003,
|
| 1753 |
+
"wd": 0.0001,
|
| 1754 |
+
"batch": 64,
|
| 1755 |
+
"sigma": 0.3,
|
| 1756 |
+
"teacher_sigma": 0.3,
|
| 1757 |
+
"teacher_steps": 40,
|
| 1758 |
+
"sigma_inf": 0.1,
|
| 1759 |
+
"n_steps": 20,
|
| 1760 |
+
"K_eval": 128,
|
| 1761 |
+
"seed": 4,
|
| 1762 |
+
"log_every": 2000,
|
| 1763 |
+
"topk_de": 50,
|
| 1764 |
+
"device": "cuda",
|
| 1765 |
+
"d_hidden": 512,
|
| 1766 |
+
"n_blocks": 4,
|
| 1767 |
+
"dropout": 0.1,
|
| 1768 |
+
"M_teachers": 18,
|
| 1769 |
+
"teacher_prior_types": [
|
| 1770 |
+
"none",
|
| 1771 |
+
"none",
|
| 1772 |
+
"none",
|
| 1773 |
+
"none",
|
| 1774 |
+
"none",
|
| 1775 |
+
"none",
|
| 1776 |
+
"none",
|
| 1777 |
+
"none",
|
| 1778 |
+
"none",
|
| 1779 |
+
"krr",
|
| 1780 |
+
"krr",
|
| 1781 |
+
"krr",
|
| 1782 |
+
"krr",
|
| 1783 |
+
"krr",
|
| 1784 |
+
"krr",
|
| 1785 |
+
"krr",
|
| 1786 |
+
"krr",
|
| 1787 |
+
"krr"
|
| 1788 |
+
],
|
| 1789 |
+
"prior": "none"
|
| 1790 |
+
}
|
| 1791 |
+
},
|
| 1792 |
+
{
|
| 1793 |
+
"paper_row": "SciPlex3 mixed-18 K=16 student s5 (paper headline 70.0)",
|
| 1794 |
+
"dataset": "SciPlex3",
|
| 1795 |
+
"run_dir": "runs/b200_sciplex3_delta_flow_reflow_ensemble_mixed18_K16_V2B_s5",
|
| 1796 |
+
"backbone": "hf-assets/checkpoints/sciplex3/scFATE_epoch199_best.pt",
|
| 1797 |
+
"h5ad_rel": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 1798 |
+
"training_script": "scripts/reflow_sciplex3_delta_flow_ensemble.py",
|
| 1799 |
+
"seed": 5,
|
| 1800 |
+
"result_json": "experiments/results/sciplex3_iter196_reflow_ensemble_mixed18_K16_N5.json",
|
| 1801 |
+
"teacher": null,
|
| 1802 |
+
"teachers": [
|
| 1803 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s1",
|
| 1804 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s2",
|
| 1805 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s3",
|
| 1806 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s4",
|
| 1807 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s5",
|
| 1808 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s6",
|
| 1809 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s7",
|
| 1810 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s8",
|
| 1811 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s9",
|
| 1812 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s1",
|
| 1813 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s2",
|
| 1814 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s3",
|
| 1815 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s4",
|
| 1816 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s5",
|
| 1817 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s6",
|
| 1818 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s7",
|
| 1819 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s8",
|
| 1820 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s9"
|
| 1821 |
+
],
|
| 1822 |
+
"launch_script": null,
|
| 1823 |
+
"checkpoint": {
|
| 1824 |
+
"path": "runs/b200_sciplex3_delta_flow_reflow_ensemble_mixed18_K16_V2B_s5/flow_best.pt",
|
| 1825 |
+
"size_mb": 54.7,
|
| 1826 |
+
"files_in_dir": [
|
| 1827 |
+
"config.json",
|
| 1828 |
+
"eval.json",
|
| 1829 |
+
"flow_best.pt",
|
| 1830 |
+
"reproduce.sh"
|
| 1831 |
+
]
|
| 1832 |
+
},
|
| 1833 |
+
"hparams_top": {
|
| 1834 |
+
"_state_dict_present": true,
|
| 1835 |
+
"theta_dim": 2000,
|
| 1836 |
+
"d_embed": 2410,
|
| 1837 |
+
"y_mean": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 1838 |
+
"y_std": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 1839 |
+
"train_names": "<list len=161 sample=['2-Methoxyestradiol', 'A-366', 'ABT-737', 'AG-490', 'AMG-900']>"
|
| 1840 |
+
},
|
| 1841 |
+
"hparams_nested": {
|
| 1842 |
+
"teacher_ckpts": [
|
| 1843 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s1/flow_best.pt",
|
| 1844 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s2/flow_best.pt",
|
| 1845 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s3/flow_best.pt",
|
| 1846 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s4/flow_best.pt",
|
| 1847 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s5/flow_best.pt",
|
| 1848 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s6/flow_best.pt",
|
| 1849 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s7/flow_best.pt",
|
| 1850 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s8/flow_best.pt",
|
| 1851 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s9/flow_best.pt",
|
| 1852 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s1/flow_best.pt",
|
| 1853 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s2/flow_best.pt",
|
| 1854 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s3/flow_best.pt",
|
| 1855 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s4/flow_best.pt",
|
| 1856 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s5/flow_best.pt",
|
| 1857 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s6/flow_best.pt",
|
| 1858 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s7/flow_best.pt",
|
| 1859 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s8/flow_best.pt",
|
| 1860 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s9/flow_best.pt"
|
| 1861 |
+
],
|
| 1862 |
+
"dataset_h5ad": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 1863 |
+
"multiview": "data/drug_embeddings/sciplex3_multiview_v2.pt",
|
| 1864 |
+
"ood_json": "data/sciplex3_split_v2b.json",
|
| 1865 |
+
"output": "runs/b200_sciplex3_delta_flow_reflow_ensemble_mixed18_K16_V2B_s5",
|
| 1866 |
+
"reflow_K": 16,
|
| 1867 |
+
"epochs": 30000,
|
| 1868 |
+
"lr": 0.0003,
|
| 1869 |
+
"wd": 0.0001,
|
| 1870 |
+
"batch": 64,
|
| 1871 |
+
"sigma": 0.3,
|
| 1872 |
+
"teacher_sigma": 0.3,
|
| 1873 |
+
"teacher_steps": 40,
|
| 1874 |
+
"sigma_inf": 0.1,
|
| 1875 |
+
"n_steps": 20,
|
| 1876 |
+
"K_eval": 128,
|
| 1877 |
+
"seed": 5,
|
| 1878 |
+
"log_every": 2000,
|
| 1879 |
+
"topk_de": 50,
|
| 1880 |
+
"device": "cuda",
|
| 1881 |
+
"d_hidden": 512,
|
| 1882 |
+
"n_blocks": 4,
|
| 1883 |
+
"dropout": 0.1,
|
| 1884 |
+
"M_teachers": 18,
|
| 1885 |
+
"teacher_prior_types": [
|
| 1886 |
+
"none",
|
| 1887 |
+
"none",
|
| 1888 |
+
"none",
|
| 1889 |
+
"none",
|
| 1890 |
+
"none",
|
| 1891 |
+
"none",
|
| 1892 |
+
"none",
|
| 1893 |
+
"none",
|
| 1894 |
+
"none",
|
| 1895 |
+
"krr",
|
| 1896 |
+
"krr",
|
| 1897 |
+
"krr",
|
| 1898 |
+
"krr",
|
| 1899 |
+
"krr",
|
| 1900 |
+
"krr",
|
| 1901 |
+
"krr",
|
| 1902 |
+
"krr",
|
| 1903 |
+
"krr"
|
| 1904 |
+
],
|
| 1905 |
+
"prior": "none"
|
| 1906 |
+
}
|
| 1907 |
+
},
|
| 1908 |
+
{
|
| 1909 |
+
"paper_row": "SciPlex3 mixed-18 K=16 student s6 (paper headline 70.0)",
|
| 1910 |
+
"dataset": "SciPlex3",
|
| 1911 |
+
"run_dir": "runs/b200_sciplex3_delta_flow_reflow_ensemble_mixed18_K16_V2B_s6",
|
| 1912 |
+
"backbone": "hf-assets/checkpoints/sciplex3/scFATE_epoch199_best.pt",
|
| 1913 |
+
"h5ad_rel": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 1914 |
+
"training_script": "scripts/reflow_sciplex3_delta_flow_ensemble.py",
|
| 1915 |
+
"seed": 6,
|
| 1916 |
+
"result_json": "experiments/results/sciplex3_iter197_reflow_ensemble_mixed18_K16_N7.json",
|
| 1917 |
+
"teacher": null,
|
| 1918 |
+
"teachers": [
|
| 1919 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s1",
|
| 1920 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s2",
|
| 1921 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s3",
|
| 1922 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s4",
|
| 1923 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s5",
|
| 1924 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s6",
|
| 1925 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s7",
|
| 1926 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s8",
|
| 1927 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s9",
|
| 1928 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s1",
|
| 1929 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s2",
|
| 1930 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s3",
|
| 1931 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s4",
|
| 1932 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s5",
|
| 1933 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s6",
|
| 1934 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s7",
|
| 1935 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s8",
|
| 1936 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s9"
|
| 1937 |
+
],
|
| 1938 |
+
"launch_script": null,
|
| 1939 |
+
"checkpoint": {
|
| 1940 |
+
"path": "runs/b200_sciplex3_delta_flow_reflow_ensemble_mixed18_K16_V2B_s6/flow_best.pt",
|
| 1941 |
+
"size_mb": 54.7,
|
| 1942 |
+
"files_in_dir": [
|
| 1943 |
+
"config.json",
|
| 1944 |
+
"eval.json",
|
| 1945 |
+
"flow_best.pt",
|
| 1946 |
+
"reproduce.sh"
|
| 1947 |
+
]
|
| 1948 |
+
},
|
| 1949 |
+
"hparams_top": {
|
| 1950 |
+
"_state_dict_present": true,
|
| 1951 |
+
"theta_dim": 2000,
|
| 1952 |
+
"d_embed": 2410,
|
| 1953 |
+
"y_mean": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 1954 |
+
"y_std": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 1955 |
+
"train_names": "<list len=161 sample=['2-Methoxyestradiol', 'A-366', 'ABT-737', 'AG-490', 'AMG-900']>"
|
| 1956 |
+
},
|
| 1957 |
+
"hparams_nested": {
|
| 1958 |
+
"teacher_ckpts": [
|
| 1959 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s1/flow_best.pt",
|
| 1960 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s2/flow_best.pt",
|
| 1961 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s3/flow_best.pt",
|
| 1962 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s4/flow_best.pt",
|
| 1963 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s5/flow_best.pt",
|
| 1964 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s6/flow_best.pt",
|
| 1965 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s7/flow_best.pt",
|
| 1966 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s8/flow_best.pt",
|
| 1967 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s9/flow_best.pt",
|
| 1968 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s1/flow_best.pt",
|
| 1969 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s2/flow_best.pt",
|
| 1970 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s3/flow_best.pt",
|
| 1971 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s4/flow_best.pt",
|
| 1972 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s5/flow_best.pt",
|
| 1973 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s6/flow_best.pt",
|
| 1974 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s7/flow_best.pt",
|
| 1975 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s8/flow_best.pt",
|
| 1976 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s9/flow_best.pt"
|
| 1977 |
+
],
|
| 1978 |
+
"dataset_h5ad": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 1979 |
+
"multiview": "data/drug_embeddings/sciplex3_multiview_v2.pt",
|
| 1980 |
+
"ood_json": "data/sciplex3_split_v2b.json",
|
| 1981 |
+
"output": "runs/b200_sciplex3_delta_flow_reflow_ensemble_mixed18_K16_V2B_s6",
|
| 1982 |
+
"reflow_K": 16,
|
| 1983 |
+
"epochs": 30000,
|
| 1984 |
+
"lr": 0.0003,
|
| 1985 |
+
"wd": 0.0001,
|
| 1986 |
+
"batch": 64,
|
| 1987 |
+
"sigma": 0.3,
|
| 1988 |
+
"teacher_sigma": 0.3,
|
| 1989 |
+
"teacher_steps": 40,
|
| 1990 |
+
"sigma_inf": 0.1,
|
| 1991 |
+
"n_steps": 20,
|
| 1992 |
+
"K_eval": 128,
|
| 1993 |
+
"seed": 6,
|
| 1994 |
+
"log_every": 2000,
|
| 1995 |
+
"topk_de": 50,
|
| 1996 |
+
"device": "cuda",
|
| 1997 |
+
"d_hidden": 512,
|
| 1998 |
+
"n_blocks": 4,
|
| 1999 |
+
"dropout": 0.1,
|
| 2000 |
+
"M_teachers": 18,
|
| 2001 |
+
"teacher_prior_types": [
|
| 2002 |
+
"none",
|
| 2003 |
+
"none",
|
| 2004 |
+
"none",
|
| 2005 |
+
"none",
|
| 2006 |
+
"none",
|
| 2007 |
+
"none",
|
| 2008 |
+
"none",
|
| 2009 |
+
"none",
|
| 2010 |
+
"none",
|
| 2011 |
+
"krr",
|
| 2012 |
+
"krr",
|
| 2013 |
+
"krr",
|
| 2014 |
+
"krr",
|
| 2015 |
+
"krr",
|
| 2016 |
+
"krr",
|
| 2017 |
+
"krr",
|
| 2018 |
+
"krr",
|
| 2019 |
+
"krr"
|
| 2020 |
+
],
|
| 2021 |
+
"prior": "none"
|
| 2022 |
+
}
|
| 2023 |
+
},
|
| 2024 |
+
{
|
| 2025 |
+
"paper_row": "SciPlex3 mixed-18 K=16 student s7 (paper headline 70.0)",
|
| 2026 |
+
"dataset": "SciPlex3",
|
| 2027 |
+
"run_dir": "runs/b200_sciplex3_delta_flow_reflow_ensemble_mixed18_K16_V2B_s7",
|
| 2028 |
+
"backbone": "hf-assets/checkpoints/sciplex3/scFATE_epoch199_best.pt",
|
| 2029 |
+
"h5ad_rel": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 2030 |
+
"training_script": "scripts/reflow_sciplex3_delta_flow_ensemble.py",
|
| 2031 |
+
"seed": 7,
|
| 2032 |
+
"result_json": "experiments/results/sciplex3_iter197_reflow_ensemble_mixed18_K16_N7.json",
|
| 2033 |
+
"teacher": null,
|
| 2034 |
+
"teachers": [
|
| 2035 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s1",
|
| 2036 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s2",
|
| 2037 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s3",
|
| 2038 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s4",
|
| 2039 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s5",
|
| 2040 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s6",
|
| 2041 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s7",
|
| 2042 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s8",
|
| 2043 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s9",
|
| 2044 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s1",
|
| 2045 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s2",
|
| 2046 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s3",
|
| 2047 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s4",
|
| 2048 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s5",
|
| 2049 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s6",
|
| 2050 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s7",
|
| 2051 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s8",
|
| 2052 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s9"
|
| 2053 |
+
],
|
| 2054 |
+
"launch_script": null,
|
| 2055 |
+
"checkpoint": {
|
| 2056 |
+
"path": "runs/b200_sciplex3_delta_flow_reflow_ensemble_mixed18_K16_V2B_s7/flow_best.pt",
|
| 2057 |
+
"size_mb": 54.7,
|
| 2058 |
+
"files_in_dir": [
|
| 2059 |
+
"config.json",
|
| 2060 |
+
"eval.json",
|
| 2061 |
+
"flow_best.pt",
|
| 2062 |
+
"reproduce.sh"
|
| 2063 |
+
]
|
| 2064 |
+
},
|
| 2065 |
+
"hparams_top": {
|
| 2066 |
+
"_state_dict_present": true,
|
| 2067 |
+
"theta_dim": 2000,
|
| 2068 |
+
"d_embed": 2410,
|
| 2069 |
+
"y_mean": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 2070 |
+
"y_std": "<tensor shape=[1, 2000] dtype=torch.float32>",
|
| 2071 |
+
"train_names": "<list len=161 sample=['2-Methoxyestradiol', 'A-366', 'ABT-737', 'AG-490', 'AMG-900']>"
|
| 2072 |
+
},
|
| 2073 |
+
"hparams_nested": {
|
| 2074 |
+
"teacher_ckpts": [
|
| 2075 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s1/flow_best.pt",
|
| 2076 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s2/flow_best.pt",
|
| 2077 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s3/flow_best.pt",
|
| 2078 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s4/flow_best.pt",
|
| 2079 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s5/flow_best.pt",
|
| 2080 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s6/flow_best.pt",
|
| 2081 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s7/flow_best.pt",
|
| 2082 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s8/flow_best.pt",
|
| 2083 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s9/flow_best.pt",
|
| 2084 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s1/flow_best.pt",
|
| 2085 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s2/flow_best.pt",
|
| 2086 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s3/flow_best.pt",
|
| 2087 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s4/flow_best.pt",
|
| 2088 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s5/flow_best.pt",
|
| 2089 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s6/flow_best.pt",
|
| 2090 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s7/flow_best.pt",
|
| 2091 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s8/flow_best.pt",
|
| 2092 |
+
"runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s9/flow_best.pt"
|
| 2093 |
+
],
|
| 2094 |
+
"dataset_h5ad": "datasets/scFATE/processed/sciplex3/sciplex3.h5ad",
|
| 2095 |
+
"multiview": "data/drug_embeddings/sciplex3_multiview_v2.pt",
|
| 2096 |
+
"ood_json": "data/sciplex3_split_v2b.json",
|
| 2097 |
+
"output": "runs/b200_sciplex3_delta_flow_reflow_ensemble_mixed18_K16_V2B_s7",
|
| 2098 |
+
"reflow_K": 16,
|
| 2099 |
+
"epochs": 30000,
|
| 2100 |
+
"lr": 0.0003,
|
| 2101 |
+
"wd": 0.0001,
|
| 2102 |
+
"batch": 64,
|
| 2103 |
+
"sigma": 0.3,
|
| 2104 |
+
"teacher_sigma": 0.3,
|
| 2105 |
+
"teacher_steps": 40,
|
| 2106 |
+
"sigma_inf": 0.1,
|
| 2107 |
+
"n_steps": 20,
|
| 2108 |
+
"K_eval": 128,
|
| 2109 |
+
"seed": 7,
|
| 2110 |
+
"log_every": 2000,
|
| 2111 |
+
"topk_de": 50,
|
| 2112 |
+
"device": "cuda",
|
| 2113 |
+
"d_hidden": 512,
|
| 2114 |
+
"n_blocks": 4,
|
| 2115 |
+
"dropout": 0.1,
|
| 2116 |
+
"M_teachers": 18,
|
| 2117 |
+
"teacher_prior_types": [
|
| 2118 |
+
"none",
|
| 2119 |
+
"none",
|
| 2120 |
+
"none",
|
| 2121 |
+
"none",
|
| 2122 |
+
"none",
|
| 2123 |
+
"none",
|
| 2124 |
+
"none",
|
| 2125 |
+
"none",
|
| 2126 |
+
"none",
|
| 2127 |
+
"krr",
|
| 2128 |
+
"krr",
|
| 2129 |
+
"krr",
|
| 2130 |
+
"krr",
|
| 2131 |
+
"krr",
|
| 2132 |
+
"krr",
|
| 2133 |
+
"krr",
|
| 2134 |
+
"krr",
|
| 2135 |
+
"krr"
|
| 2136 |
+
],
|
| 2137 |
+
"prior": "none"
|
| 2138 |
+
}
|
| 2139 |
+
}
|
| 2140 |
+
]
|
| 2141 |
+
}
|
README.md
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# scFATE — NeurIPS 2026
|
| 2 |
+
|
| 3 |
+
Lie-algebraic conditional flow matching for zero-shot perturbation prediction in single cells. This repo contains all
|
| 4 |
+
checkpoints and configs behind Table 1 in the paper. Datasets are split out into a separate repo:
|
| 5 |
+
[`Angione-Lab/scFATE-datasets`](https://huggingface.co/datasets/Angione-Lab/scFATE-datasets).
|
| 6 |
+
|
| 7 |
+
## Layout
|
| 8 |
+
|
| 9 |
+
```
|
| 10 |
+
backbones/<dataset>/ — scFATE rotation autoencoders (load first)
|
| 11 |
+
flow_heads/<dataset>/seed{1,2,3}/ — pure-flow heads on the rotation latent
|
| 12 |
+
flow_heads/k562/base/ — K562 flow teacher (for reflow)
|
| 13 |
+
flow_heads/k562/reflow_K2_s1/ — K562 reflow K=2 student (paper headline 81.2 DA)
|
| 14 |
+
sciplex3_path_b/teachers/{priorkrr,priornone}/s{1..9}/
|
| 15 |
+
sciplex3_path_b/students/mixed18_K16/s{1..7}/ — mixed-18 K=16 distilled student (paper headline 70.0 DA)
|
| 16 |
+
results/table1_inputs/ — saved eval JSONs for reviewer audit
|
| 17 |
+
REPRODUCE.md — paper reproduction guide
|
| 18 |
+
MANIFEST.json — machine-readable run inventory
|
| 19 |
+
```
|
| 20 |
+
|
| 21 |
+
## Quickstart
|
| 22 |
+
|
| 23 |
+
```python
|
| 24 |
+
from huggingface_hub import snapshot_download
|
| 25 |
+
import torch
|
| 26 |
+
|
| 27 |
+
# 1. Pull the K562 paper-headline checkpoint
|
| 28 |
+
ckpt_dir = snapshot_download("Angione-Lab/scFATE", allow_patterns="flow_heads/k562/reflow_K2_s1/*")
|
| 29 |
+
ckpt = torch.load(f"{ckpt_dir}/flow_heads/k562/reflow_K2_s1/flow_best.pt", map_location="cpu", weights_only=False)
|
| 30 |
+
|
| 31 |
+
# 2. The ckpt has every hparam at top-level; the velocity-network state_dict is at ckpt["v_net_state_dict"]
|
| 32 |
+
print({k: v for k, v in ckpt.items() if not k.endswith("_state_dict") and not k.startswith("_")})
|
| 33 |
+
```
|
| 34 |
+
|
| 35 |
+
For end-to-end reproduction (backbone → flow → reflow → eval), see [`REPRODUCE.md`](./REPRODUCE.md).
|
| 36 |
+
|
| 37 |
+
## Caveat (important for paper integrity)
|
| 38 |
+
|
| 39 |
+
Table 1 of the paper reports `cos=0.491 / PDE=0.483` for the SciPlex3 (Path B) row. **These two values are not in any
|
| 40 |
+
saved eval log on the original training machine.** Only the mean DA = 0.700 reproduces from
|
| 41 |
+
`results/table1_inputs/sciplex3_iter214_multi_metric_router_ensemble.json`
|
| 42 |
+
(`metric_da.tanimoto_morgan2048 = 0.7000`). The router pipeline only stored DA, not cos/PDE. We are re-running the
|
| 43 |
+
SciPlex3 Path-B eval to compute proper cos/PDE for camera-ready; until then, treat the SciPlex3 row's continuous metrics
|
| 44 |
+
as not-yet-reproduced.
|
| 45 |
+
|
| 46 |
+
Norman cos/PDE in Table 1 differ from the saved JSONs by ~0.002 (rounding). K562 reflow cos/PDE differ by ~0.007 (likely
|
| 47 |
+
rounding/transcription).
|
| 48 |
+
|
| 49 |
+
## Citation
|
| 50 |
+
|
| 51 |
+
```
|
| 52 |
+
@inproceedings{ahmad2026scfate,
|
| 53 |
+
title={scFATE: Zero-shot Perturbation Prediction via Lie-Algebraic Conditional Flow Matching},
|
| 54 |
+
author={Ahmad, Farhan and Angione, Claudio and others},
|
| 55 |
+
booktitle={NeurIPS},
|
| 56 |
+
year={2026}
|
| 57 |
+
}
|
| 58 |
+
```
|
REPRODUCE.md
ADDED
|
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# scFATE NeurIPS 2026 — Reproduce the Paper
|
| 2 |
+
|
| 3 |
+
This directory ships every checkpoint behind the paper's Table 1 + a `reproduce.sh`
|
| 4 |
+
for each run. All 31 paper-headline runs are listed below.
|
| 5 |
+
|
| 6 |
+
## 0. Prerequisites
|
| 7 |
+
|
| 8 |
+
```bash
|
| 9 |
+
git clone https://huggingface.co/Angione-Lab/scFATE
|
| 10 |
+
cd scFATE/code # source code is in scfate-code submodule
|
| 11 |
+
uv venv && uv pip install -e . # or pip install -r requirements.txt
|
| 12 |
+
```
|
| 13 |
+
|
| 14 |
+
Then download datasets:
|
| 15 |
+
```bash
|
| 16 |
+
huggingface-cli download Angione-Lab/scFATE-datasets --local-dir datasets/scFATE/processed --repo-type dataset
|
| 17 |
+
```
|
| 18 |
+
|
| 19 |
+
## 1. Dependency graph
|
| 20 |
+
|
| 21 |
+
```
|
| 22 |
+
backbone (rotation autoencoder) — hf-assets/checkpoints/<dataset>/
|
| 23 |
+
└─→ flow head (s1, s2, s3) — runs/<dataset>_flow_*/flow_best.pt
|
| 24 |
+
└─→ reflow K=2 (K562) — runs/*_reflow_K2_*_s1/flow_best.pt
|
| 25 |
+
└─→ teachers ×18 (SciPlex3) — runs/*_priorkrr_V2B_s{1..9}, *_priornone_V2B_s{1..9}
|
| 26 |
+
└─→ student ×7 — runs/*_reflow_ensemble_mixed18_K16_V2B_s{1..7}
|
| 27 |
+
```
|
| 28 |
+
|
| 29 |
+
## 2. Per-run reproduction
|
| 30 |
+
|
| 31 |
+
Each `runs/<run_dir>/` contains:
|
| 32 |
+
- `flow_best.pt` — checkpoint with embedded hparams (load via `torch.load`, look at top-level keys or `ckpt['hparams']`)
|
| 33 |
+
- `config.json` — extracted hparams + result-JSON pointer + dataset path
|
| 34 |
+
- `reproduce.sh` — exact training command, ready to run
|
| 35 |
+
- `flow_metrics.jsonl` — training trajectory
|
| 36 |
+
- `krr_prior.pkl` — KRR-init prior (if `prior=krr`)
|
| 37 |
+
|
| 38 |
+
## 3. Paper-headline runs
|
| 39 |
+
|
| 40 |
+
| Paper row | Dataset | Run dir | Result JSON | Reproduce |
|
| 41 |
+
|---|---|---|---|---|
|
| 42 |
+
| Norman seed 1 | CRISPRa Norman | `runs/b200_norman_flow_e115_krrinit_s02_mask_30k` | `experiments/results/fair_comparison/norman_rotation_vs_direct__flow__b200_norman_flow_e115_krrinit_s02_mask_30k_K128.json` | `bash runs/b200_norman_flow_e115_krrinit_s02_mask_30k/reproduce.sh` |
|
| 43 |
+
| Norman seed 2 | CRISPRa Norman | `runs/b200_norman_flow_e115_krrinit_s02_mask_30k_seed2` | `experiments/results/fair_comparison/norman_rotation_vs_direct__flow__b200_norman_flow_e115_krrinit_s02_mask_30k_seed2.json` | `bash runs/b200_norman_flow_e115_krrinit_s02_mask_30k_seed2/reproduce.sh` |
|
| 44 |
+
| Norman seed 3 | CRISPRa Norman | `runs/b200_norman_flow_e115_krrinit_s02_mask_30k_seed3` | `experiments/results/fair_comparison/norman_rotation_vs_direct__flow__b200_norman_flow_e115_krrinit_s02_mask_30k_seed3.json` | `bash runs/b200_norman_flow_e115_krrinit_s02_mask_30k_seed3/reproduce.sh` |
|
| 45 |
+
| RPE1 seed 1 | Replogle RPE1 | `runs/b200_rpe1_flow_block_krrinit_mask_30k_s1` | `experiments/results/fair_comparison/rpe1_rotation_vs_direct__flow__b200_rpe1_flow_block_krrinit_mask_30k_s1_rpe1_block_K128.json` | `bash runs/b200_rpe1_flow_block_krrinit_mask_30k_s1/reproduce.sh` |
|
| 46 |
+
| K562 base flow (teacher for reflow) | Replogle K562 | `runs/b200_k562_flow_bs2048_krrinit_mask_30k` | `experiments/results/fair_comparison/replogle_rotation_vs_direct__flow__b200_k562_flow_bs2048_krrinit_mask_30k_K128.json` | `bash runs/b200_k562_flow_bs2048_krrinit_mask_30k/reproduce.sh` |
|
| 47 |
+
| K562 reflow K=2 (paper headline 81.2) | Replogle K562 | `runs/b200_k562_flow_bs2048_krrinit_mask_30k_reflow_K2_nomask_bracket1ep0_s1` | `experiments/results/fair_comparison/replogle_rotation_vs_direct__flow__b200_k562_flow_bs2048_krrinit_mask_30k_reflow_K2_nomask_bracket1ep0_s1_reflow_K2_bracket1p0_ens5seed_sigmainf0p15_antithetic_Kper128.json` | `bash runs/b200_k562_flow_bs2048_krrinit_mask_30k_reflow_K2_nomask_bracket1ep0_s1/reproduce.sh` |
|
| 48 |
+
| SciPlex3 priornone teacher s1 | SciPlex3 | `runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s1` | — | `bash runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s1/reproduce.sh` |
|
| 49 |
+
| SciPlex3 priorkrr teacher s1 | SciPlex3 | `runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s1` | — | `bash runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s1/reproduce.sh` |
|
| 50 |
+
| SciPlex3 priornone teacher s2 | SciPlex3 | `runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s2` | — | `bash runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s2/reproduce.sh` |
|
| 51 |
+
| SciPlex3 priorkrr teacher s2 | SciPlex3 | `runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s2` | — | `bash runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s2/reproduce.sh` |
|
| 52 |
+
| SciPlex3 priornone teacher s3 | SciPlex3 | `runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s3` | — | `bash runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s3/reproduce.sh` |
|
| 53 |
+
| SciPlex3 priorkrr teacher s3 | SciPlex3 | `runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s3` | — | `bash runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s3/reproduce.sh` |
|
| 54 |
+
| SciPlex3 priornone teacher s4 | SciPlex3 | `runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s4` | — | `bash runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s4/reproduce.sh` |
|
| 55 |
+
| SciPlex3 priorkrr teacher s4 | SciPlex3 | `runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s4` | — | `bash runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s4/reproduce.sh` |
|
| 56 |
+
| SciPlex3 priornone teacher s5 | SciPlex3 | `runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s5` | — | `bash runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s5/reproduce.sh` |
|
| 57 |
+
| SciPlex3 priorkrr teacher s5 | SciPlex3 | `runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s5` | — | `bash runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s5/reproduce.sh` |
|
| 58 |
+
| SciPlex3 priornone teacher s6 | SciPlex3 | `runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s6` | — | `bash runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s6/reproduce.sh` |
|
| 59 |
+
| SciPlex3 priorkrr teacher s6 | SciPlex3 | `runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s6` | — | `bash runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s6/reproduce.sh` |
|
| 60 |
+
| SciPlex3 priornone teacher s7 | SciPlex3 | `runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s7` | — | `bash runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s7/reproduce.sh` |
|
| 61 |
+
| SciPlex3 priorkrr teacher s7 | SciPlex3 | `runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s7` | — | `bash runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s7/reproduce.sh` |
|
| 62 |
+
| SciPlex3 priornone teacher s8 | SciPlex3 | `runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s8` | — | `bash runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s8/reproduce.sh` |
|
| 63 |
+
| SciPlex3 priorkrr teacher s8 | SciPlex3 | `runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s8` | — | `bash runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s8/reproduce.sh` |
|
| 64 |
+
| SciPlex3 priornone teacher s9 | SciPlex3 | `runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s9` | — | `bash runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s9/reproduce.sh` |
|
| 65 |
+
| SciPlex3 priorkrr teacher s9 | SciPlex3 | `runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s9` | — | `bash runs/b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s9/reproduce.sh` |
|
| 66 |
+
| SciPlex3 mixed-18 K=16 student s1 (paper headline 70.0) | SciPlex3 | `runs/b200_sciplex3_delta_flow_reflow_ensemble_mixed18_K16_V2B_s1` | `experiments/results/sciplex3_iter196_reflow_ensemble_mixed18_K16_N5.json` | `bash runs/b200_sciplex3_delta_flow_reflow_ensemble_mixed18_K16_V2B_s1/reproduce.sh` |
|
| 67 |
+
| SciPlex3 mixed-18 K=16 student s2 (paper headline 70.0) | SciPlex3 | `runs/b200_sciplex3_delta_flow_reflow_ensemble_mixed18_K16_V2B_s2` | `experiments/results/sciplex3_iter196_reflow_ensemble_mixed18_K16_N5.json` | `bash runs/b200_sciplex3_delta_flow_reflow_ensemble_mixed18_K16_V2B_s2/reproduce.sh` |
|
| 68 |
+
| SciPlex3 mixed-18 K=16 student s3 (paper headline 70.0) | SciPlex3 | `runs/b200_sciplex3_delta_flow_reflow_ensemble_mixed18_K16_V2B_s3` | `experiments/results/sciplex3_iter196_reflow_ensemble_mixed18_K16_N5.json` | `bash runs/b200_sciplex3_delta_flow_reflow_ensemble_mixed18_K16_V2B_s3/reproduce.sh` |
|
| 69 |
+
| SciPlex3 mixed-18 K=16 student s4 (paper headline 70.0) | SciPlex3 | `runs/b200_sciplex3_delta_flow_reflow_ensemble_mixed18_K16_V2B_s4` | `experiments/results/sciplex3_iter196_reflow_ensemble_mixed18_K16_N5.json` | `bash runs/b200_sciplex3_delta_flow_reflow_ensemble_mixed18_K16_V2B_s4/reproduce.sh` |
|
| 70 |
+
| SciPlex3 mixed-18 K=16 student s5 (paper headline 70.0) | SciPlex3 | `runs/b200_sciplex3_delta_flow_reflow_ensemble_mixed18_K16_V2B_s5` | `experiments/results/sciplex3_iter196_reflow_ensemble_mixed18_K16_N5.json` | `bash runs/b200_sciplex3_delta_flow_reflow_ensemble_mixed18_K16_V2B_s5/reproduce.sh` |
|
| 71 |
+
| SciPlex3 mixed-18 K=16 student s6 (paper headline 70.0) | SciPlex3 | `runs/b200_sciplex3_delta_flow_reflow_ensemble_mixed18_K16_V2B_s6` | `experiments/results/sciplex3_iter197_reflow_ensemble_mixed18_K16_N7.json` | `bash runs/b200_sciplex3_delta_flow_reflow_ensemble_mixed18_K16_V2B_s6/reproduce.sh` |
|
| 72 |
+
| SciPlex3 mixed-18 K=16 student s7 (paper headline 70.0) | SciPlex3 | `runs/b200_sciplex3_delta_flow_reflow_ensemble_mixed18_K16_V2B_s7` | `experiments/results/sciplex3_iter197_reflow_ensemble_mixed18_K16_N7.json` | `bash runs/b200_sciplex3_delta_flow_reflow_ensemble_mixed18_K16_V2B_s7/reproduce.sh` |
|
| 73 |
+
|
| 74 |
+
## 4. Eval pipeline
|
| 75 |
+
|
| 76 |
+
```bash
|
| 77 |
+
.venv/bin/python scripts/eval_fair_comparison.py \\
|
| 78 |
+
--dataset <dataset_name> --flow_ckpt <run_dir>/flow_best.pt \\
|
| 79 |
+
--multiview data/gene_embeddings/<dataset>_multiview.pt --K_eval 128
|
| 80 |
+
```
|
| 81 |
+
|
| 82 |
+
## 5. Known caveats
|
| 83 |
+
|
| 84 |
+
- SciPlex3 paper-row cosine (0.491) and PDE (0.483) numbers in Table 1 are not in any saved
|
| 85 |
+
results JSON; only mean DA = 0.700 reproduces from `iter214_multi_metric_router_ensemble.json`
|
| 86 |
+
(`metric_da.tanimoto_morgan2048`). Re-eval needed before final submission.
|
| 87 |
+
- Norman cos/PDE in Table 1 differ by ~0.002 from `*_K128.json` (rounded).
|
| 88 |
+
- K562 reflow cos/PDE in Table 1 differ by ~0.007 from the saved ensemble JSON.
|
backbones/k562/config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"checkpoint": "scFATE_epoch700_periodic.pt",
|
| 3 |
+
"type": "scFATE rotation autoencoder",
|
| 4 |
+
"dataset": "k562",
|
| 5 |
+
"source_path_in_b200_repo": "hf-assets/checkpoints/crispri_k562/scFATE_epoch700_periodic.pt"
|
| 6 |
+
}
|
backbones/k562/scFATE_epoch700_periodic.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a402c65a7ef1ba7baf220bb6af79a5aac6231bb1f980910aebacd7b9f4a8bbc
|
| 3 |
+
size 52611157
|
backbones/norman/config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"checkpoint": "scFATE_epoch100_periodic.pt",
|
| 3 |
+
"type": "scFATE rotation autoencoder",
|
| 4 |
+
"dataset": "norman",
|
| 5 |
+
"source_path_in_b200_repo": "hf-assets/checkpoints/crispra_norman_r16/scFATE_epoch100_periodic.pt"
|
| 6 |
+
}
|
backbones/norman/scFATE_epoch100_periodic.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c10f5a21f58042573a0ac4587f68bb209f06bef08ebe2a9cf8d0b83c0cbc8776
|
| 3 |
+
size 50270278
|
backbones/norman_e115/config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"checkpoint": "scFATE_epoch115_best.pt",
|
| 3 |
+
"type": "scFATE rotation autoencoder",
|
| 4 |
+
"dataset": "norman_e115",
|
| 5 |
+
"source_path_in_b200_repo": "runs/cam_norman_e115/scFATE_epoch115_best.pt"
|
| 6 |
+
}
|
backbones/norman_e115/scFATE_epoch115_best.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b6b2999941cb5c3da7e0cd295dba616635b83eb9863cafd4e455522c2a0a96c4
|
| 3 |
+
size 29252259
|
backbones/rpe1/config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"checkpoint": "scFATE_epoch350_periodic.pt",
|
| 3 |
+
"type": "scFATE rotation autoencoder",
|
| 4 |
+
"dataset": "rpe1",
|
| 5 |
+
"source_path_in_b200_repo": "hf-assets/checkpoints/rpe1/scFATE_epoch350_periodic.pt"
|
| 6 |
+
}
|
backbones/rpe1/scFATE_epoch350_periodic.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4f63ec6bde1a9b6382dfd13d2d8ce795f676420ba71d1f83ef07a7b749ed064
|
| 3 |
+
size 65188742
|
backbones/sciplex3/config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"checkpoint": "scFATE_epoch199_best.pt",
|
| 3 |
+
"type": "scFATE rotation autoencoder",
|
| 4 |
+
"dataset": "sciplex3",
|
| 5 |
+
"source_path_in_b200_repo": "hf-assets/checkpoints/sciplex3/scFATE_epoch199_best.pt"
|
| 6 |
+
}
|
backbones/sciplex3/scFATE_epoch199_best.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f347011745928db6f89c601d697a1a4018aca95e8502090085779e0f7c5c1b3
|
| 3 |
+
size 34859666
|
flow_heads/k562/base/config.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"paper_row": "K562 base flow (teacher for reflow)",
|
| 3 |
+
"dataset": "Replogle K562",
|
| 4 |
+
"run_dir": "runs/b200_k562_flow_bs2048_krrinit_mask_30k",
|
| 5 |
+
"backbone": "hf-assets/checkpoints/crispri_k562/scFATE_epoch700_periodic.pt",
|
| 6 |
+
"h5ad_rel": "datasets/scFATE/processed/replogle_k562/replogle_k562.h5ad",
|
| 7 |
+
"training_script": "scripts/train_flow.py",
|
| 8 |
+
"seed": 1,
|
| 9 |
+
"result_json": "experiments/results/fair_comparison/replogle_rotation_vs_direct__flow__b200_k562_flow_bs2048_krrinit_mask_30k_K128.json",
|
| 10 |
+
"teacher": null,
|
| 11 |
+
"teachers": null,
|
| 12 |
+
"launch_script": "runs/launch_tx_bch_combo.sh",
|
| 13 |
+
"checkpoint": {
|
| 14 |
+
"path": "runs/b200_k562_flow_bs2048_krrinit_mask_30k/flow_best.pt",
|
| 15 |
+
"size_mb": 46.5,
|
| 16 |
+
"files_in_dir": [
|
| 17 |
+
"config.json",
|
| 18 |
+
"flow_best.pt",
|
| 19 |
+
"flow_metrics.jsonl",
|
| 20 |
+
"krr_prior.pkl",
|
| 21 |
+
"reproduce.sh"
|
| 22 |
+
]
|
| 23 |
+
},
|
| 24 |
+
"hparams_top": {
|
| 25 |
+
"_v_net_state_dict_present": true,
|
| 26 |
+
"theta_dim": 192,
|
| 27 |
+
"d_embed": 1824,
|
| 28 |
+
"d_hidden": 512,
|
| 29 |
+
"n_blocks": 4,
|
| 30 |
+
"sigma": 0.05,
|
| 31 |
+
"n_steps": 20,
|
| 32 |
+
"epoch": 28000,
|
| 33 |
+
"loss": 3.408003710949113e-05,
|
| 34 |
+
"pert_names": "<list len=1093 sample=['AAMP', 'AARS', 'AATF', 'ABCB7', 'ABCE1']>",
|
| 35 |
+
"mv_gene_names": "<list len=1085 sample=['AAMP', 'AARS', 'AATF', 'ABCB7', 'ABCE1']>",
|
| 36 |
+
"prior": "krr",
|
| 37 |
+
"krr_gamma": 0.01,
|
| 38 |
+
"krr_alpha": 1.0
|
| 39 |
+
},
|
| 40 |
+
"hparams_nested": {}
|
| 41 |
+
}
|
flow_heads/k562/base/flow_best.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:17f2df3b4932b8802d60e2f9a87370d08dcff84af3273e47a7763dfe8f59b71d
|
| 3 |
+
size 48807691
|
flow_heads/k562/base/flow_metrics.jsonl
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"epoch": 0, "loss": 0.008403793407174258, "recon_cos": 0.27645978331565857, "recon_cos_legacy": 0.27645978331565857, "n_nonzero": 815, "recon_mse": 0.008220132440328598, "lr": 0.00029999999918575764, "elapsed": 0.405719518661499}
|
| 2 |
+
{"epoch": 500, "loss": 0.0010595750242758256, "recon_cos": 0.9417215585708618, "recon_cos_legacy": 0.9417215585708618, "n_nonzero": 815, "recon_mse": 0.0006651682779192924, "lr": 0.0002997956712275646, "elapsed": 26.84091067314148}
|
| 3 |
+
{"epoch": 1000, "loss": 0.0006971832525988037, "recon_cos": 0.9771547317504883, "recon_cos_legacy": 0.9771547317504883, "n_nonzero": 815, "recon_mse": 0.00024674084852449596, "lr": 0.000299184875142442, "elapsed": 52.24385356903076}
|
| 4 |
+
{"epoch": 1500, "loss": 0.0005223013868089765, "recon_cos": 0.9890630841255188, "recon_cos_legacy": 0.9890630841255188, "n_nonzero": 815, "recon_mse": 0.00012724133557640016, "lr": 0.0002981692850800035, "elapsed": 76.3196165561676}
|
| 5 |
+
{"epoch": 2000, "loss": 0.0005172753657321804, "recon_cos": 0.9904887080192566, "recon_cos_legacy": 0.9904887080192566, "n_nonzero": 815, "recon_mse": 0.0001019687915686518, "lr": 0.00029675168470201714, "elapsed": 100.70125937461853}
|
| 6 |
+
{"epoch": 2500, "loss": 0.00042480808378268895, "recon_cos": 0.9927453398704529, "recon_cos_legacy": 0.9927453398704529, "n_nonzero": 815, "recon_mse": 9.1704168880824e-05, "lr": 0.00029493595955258384, "elapsed": 124.72448778152466}
|
| 7 |
+
{"epoch": 3000, "loss": 0.0004145377315580845, "recon_cos": 0.9946013689041138, "recon_cos_legacy": 0.9946013689041138, "n_nonzero": 815, "recon_mse": 7.593651389470324e-05, "lr": 0.00029272708640812903, "elapsed": 148.62309288978577}
|
| 8 |
+
{"epoch": 3500, "loss": 0.00037376361433416605, "recon_cos": 0.9950631260871887, "recon_cos_legacy": 0.9950631260871887, "n_nonzero": 815, "recon_mse": 6.589911936316639e-05, "lr": 0.0002901311196364036, "elapsed": 172.56816601753235}
|
| 9 |
+
{"epoch": 4000, "loss": 0.0003734080662700133, "recon_cos": 0.9952523708343506, "recon_cos_legacy": 0.9952523708343506, "n_nonzero": 815, "recon_mse": 6.29335263511166e-05, "lr": 0.0002871551746018852, "elapsed": 196.8206434249878}
|
| 10 |
+
{"epoch": 4500, "loss": 0.0003474416242590031, "recon_cos": 0.9961129426956177, "recon_cos_legacy": 0.9961129426956177, "n_nonzero": 815, "recon_mse": 5.086041346658021e-05, "lr": 0.0002838074081630589, "elapsed": 222.92344284057617}
|
| 11 |
+
{"epoch": 5000, "loss": 0.00032320462700087006, "recon_cos": 0.9968836903572083, "recon_cos_legacy": 0.9968836903572083, "n_nonzero": 815, "recon_mse": 3.598993498599157e-05, "lr": 0.000280096996315032, "elapsed": 247.01351499557495}
|
| 12 |
+
{"epoch": 5500, "loss": 0.00033257244929420546, "recon_cos": 0.9973757266998291, "recon_cos_legacy": 0.9973757266998291, "n_nonzero": 815, "recon_mse": 3.22417363349814e-05, "lr": 0.0002760341090387737, "elapsed": 271.15410590171814}
|
| 13 |
+
{"epoch": 6000, "loss": 0.0003228799905627966, "recon_cos": 0.9969944357872009, "recon_cos_legacy": 0.9969944357872009, "n_nonzero": 815, "recon_mse": 4.1521121602272615e-05, "lr": 0.00027162988242589994, "elapsed": 295.30243492126465}
|
| 14 |
+
{"epoch": 6500, "loss": 0.0003212147622924441, "recon_cos": 0.9978024363517761, "recon_cos_legacy": 0.9978024363517761, "n_nonzero": 815, "recon_mse": 2.6785712179844268e-05, "lr": 0.00026689638815542233, "elapsed": 319.4668529033661}
|
| 15 |
+
{"epoch": 7000, "loss": 0.00026674132207587647, "recon_cos": 0.9979227781295776, "recon_cos_legacy": 0.9979227781295776, "n_nonzero": 815, "recon_mse": 2.566743023635354e-05, "lr": 0.00026184660040611565, "elapsed": 343.7820019721985}
|
| 16 |
+
{"epoch": 7500, "loss": 0.00027183366742414923, "recon_cos": 0.9981170892715454, "recon_cos_legacy": 0.9981170892715454, "n_nonzero": 815, "recon_mse": 2.364766987739131e-05, "lr": 0.00025649436029519446, "elapsed": 368.01676297187805}
|
| 17 |
+
{"epoch": 8000, "loss": 0.00025840611264217074, "recon_cos": 0.9981683492660522, "recon_cos_legacy": 0.9981683492660522, "n_nonzero": 815, "recon_mse": 2.1848431060789153e-05, "lr": 0.0002508543379407724, "elapsed": 392.2096281051636}
|
| 18 |
+
{"epoch": 8500, "loss": 0.0002470962365175812, "recon_cos": 0.9982261657714844, "recon_cos_legacy": 0.9982261657714844, "n_nonzero": 815, "recon_mse": 2.198114452767186e-05, "lr": 0.0002449419922520919, "elapsed": 416.48922085762024}
|
| 19 |
+
{"epoch": 9000, "loss": 0.0002532948621172601, "recon_cos": 0.9983503222465515, "recon_cos_legacy": 0.9983503222465515, "n_nonzero": 815, "recon_mse": 1.881925345514901e-05, "lr": 0.0002387735285577206, "elapsed": 440.7292675971985}
|
| 20 |
+
{"epoch": 9500, "loss": 0.00024740113608109264, "recon_cos": 0.9984548687934875, "recon_cos_legacy": 0.9984548687934875, "n_nonzero": 815, "recon_mse": 1.8438600818626583e-05, "lr": 0.00023236585418788042, "elapsed": 464.9486186504364}
|
| 21 |
+
{"epoch": 10000, "loss": 0.00022298946099069255, "recon_cos": 0.9986241459846497, "recon_cos_legacy": 0.9986241459846497, "n_nonzero": 815, "recon_mse": 1.5816756786080077e-05, "lr": 0.00022573653213262733, "elapsed": 489.05881214141846}
|
| 22 |
+
{"epoch": 10500, "loss": 0.0002148357206561531, "recon_cos": 0.9988048076629639, "recon_cos_legacy": 0.9988048076629639, "n_nonzero": 815, "recon_mse": 1.4358629414346069e-05, "lr": 0.00021890373290291688, "elapsed": 513.058518409729}
|
| 23 |
+
{"epoch": 11000, "loss": 0.00021511850466665166, "recon_cos": 0.9988889098167419, "recon_cos_legacy": 0.9988889098167419, "n_nonzero": 815, "recon_mse": 1.398179210809758e-05, "lr": 0.0002118861847264958, "elapsed": 537.0908951759338}
|
| 24 |
+
{"epoch": 11500, "loss": 0.00023090283614762413, "recon_cos": 0.9988622069358826, "recon_cos_legacy": 0.9988622069358826, "n_nonzero": 815, "recon_mse": 1.3433013009489514e-05, "lr": 0.00020470312221513152, "elapsed": 560.9334108829498}
|
| 25 |
+
{"epoch": 12000, "loss": 0.00019878296342750007, "recon_cos": 0.9990094304084778, "recon_cos_legacy": 0.9990094304084778, "n_nonzero": 815, "recon_mse": 1.2430518836481497e-05, "lr": 0.0001973742336438792, "elapsed": 584.8853762149811}
|
| 26 |
+
{"epoch": 12500, "loss": 0.00019952777410463357, "recon_cos": 0.9990018606185913, "recon_cos_legacy": 0.9990018606185913, "n_nonzero": 815, "recon_mse": 1.1422721399867442e-05, "lr": 0.00018991960698688787, "elapsed": 609.3989782333374}
|
| 27 |
+
{"epoch": 13000, "loss": 0.00019565281064177936, "recon_cos": 0.9991025924682617, "recon_cos_legacy": 0.9991025924682617, "n_nonzero": 815, "recon_mse": 1.1470560821180698e-05, "lr": 0.00018235967485765974, "elapsed": 638.7092890739441}
|
| 28 |
+
{"epoch": 13500, "loss": 0.0001862422101951849, "recon_cos": 0.999243438243866, "recon_cos_legacy": 0.999243438243866, "n_nonzero": 815, "recon_mse": 9.711389793665148e-06, "lr": 0.0001747151585046765, "elapsed": 666.3031222820282}
|
| 29 |
+
{"epoch": 14000, "loss": 0.0001863147335825488, "recon_cos": 0.9991713166236877, "recon_cos_legacy": 0.9991713166236877, "n_nonzero": 815, "recon_mse": 1.0219212526862975e-05, "lr": 0.00016700701101589807, "elapsed": 690.4407980442047}
|
| 30 |
+
{"epoch": 14500, "loss": 0.00019012107804883271, "recon_cos": 0.999259889125824, "recon_cos_legacy": 0.999259889125824, "n_nonzero": 815, "recon_mse": 9.27594919630792e-06, "lr": 0.00015925635988780357, "elapsed": 718.0455276966095}
|
| 31 |
+
{"epoch": 15000, "loss": 0.0001510920276184781, "recon_cos": 0.9993225932121277, "recon_cos_legacy": 0.9993225932121277, "n_nonzero": 815, "recon_mse": 8.2775059127016e-06, "lr": 0.00015148444911639475, "elapsed": 745.0214495658875}
|
| 32 |
+
{"epoch": 15500, "loss": 0.00016552915454107837, "recon_cos": 0.9993764758110046, "recon_cos_legacy": 0.9993764758110046, "n_nonzero": 815, "recon_mse": 7.697784894844517e-06, "lr": 0.00014371258096887744, "elapsed": 769.367214679718}
|
| 33 |
+
{"epoch": 16000, "loss": 0.00018970550277467386, "recon_cos": 0.9994646310806274, "recon_cos_legacy": 0.9994646310806274, "n_nonzero": 815, "recon_mse": 6.896178092574701e-06, "lr": 0.00013596205759562737, "elapsed": 796.0275278091431}
|
| 34 |
+
{"epoch": 16500, "loss": 0.00015269355208147317, "recon_cos": 0.9994871020317078, "recon_cos_legacy": 0.9994871020317078, "n_nonzero": 815, "recon_mse": 6.569277502421755e-06, "lr": 0.0001282541226424788, "elapsed": 820.2075095176697}
|
| 35 |
+
{"epoch": 17000, "loss": 0.00016482405995842643, "recon_cos": 0.9994757175445557, "recon_cos_legacy": 0.9994757175445557, "n_nonzero": 815, "recon_mse": 6.143350674392423e-06, "lr": 0.00012060990302336408, "elapsed": 845.3808298110962}
|
| 36 |
+
{"epoch": 17500, "loss": 0.0001398488412423131, "recon_cos": 0.9995666146278381, "recon_cos_legacy": 0.9995666146278381, "n_nonzero": 815, "recon_mse": 5.631484327750513e-06, "lr": 0.00011305035101291968, "elapsed": 872.5585670471191}
|
| 37 |
+
{"epoch": 18000, "loss": 0.00013096404179053096, "recon_cos": 0.9996408224105835, "recon_cos_legacy": 0.9996408224105835, "n_nonzero": 815, "recon_mse": 4.731932222057367e-06, "lr": 0.0001055961868177466, "elapsed": 897.2525625228882}
|
| 38 |
+
{"epoch": 18500, "loss": 0.00011527635629485863, "recon_cos": 0.999645471572876, "recon_cos_legacy": 0.999645471572876, "n_nonzero": 815, "recon_mse": 4.533128503680928e-06, "lr": 9.826784178377116e-05, "elapsed": 921.4997246265411}
|
| 39 |
+
{"epoch": 19000, "loss": 0.00011482634727144614, "recon_cos": 0.9996671676635742, "recon_cos_legacy": 0.9996671676635742, "n_nonzero": 815, "recon_mse": 3.966750682593556e-06, "lr": 9.10854023953446e-05, "elapsed": 945.6764407157898}
|
| 40 |
+
{"epoch": 19500, "loss": 0.00011530381352013837, "recon_cos": 0.9996851682662964, "recon_cos_legacy": 0.9996851682662964, "n_nonzero": 815, "recon_mse": 4.042416094307555e-06, "lr": 8.406855521958498e-05, "elapsed": 969.8228137493134}
|
| 41 |
+
{"epoch": 20000, "loss": 9.210816614750701e-05, "recon_cos": 0.9997442364692688, "recon_cos_legacy": 0.9997442364692688, "n_nonzero": 815, "recon_mse": 3.3818082556535956e-06, "lr": 7.72365329468663e-05, "elapsed": 993.785071849823}
|
| 42 |
+
{"epoch": 20500, "loss": 9.901393283283911e-05, "recon_cos": 0.9997559785842896, "recon_cos_legacy": 0.9997559785842896, "n_nonzero": 815, "recon_mse": 3.1287913770938758e-06, "lr": 7.060806167535009e-05, "elapsed": 1017.8706817626953}
|
| 43 |
+
{"epoch": 21000, "loss": 0.00010465774287765201, "recon_cos": 0.9997712969779968, "recon_cos_legacy": 0.9997712969779968, "n_nonzero": 815, "recon_mse": 2.7114399472338846e-06, "lr": 6.42013095840519e-05, "elapsed": 1041.8203074932098}
|
| 44 |
+
{"epoch": 21500, "loss": 9.315047981754805e-05, "recon_cos": 0.9998085498809814, "recon_cos_legacy": 0.9998085498809814, "n_nonzero": 815, "recon_mse": 2.4543790004827315e-06, "lr": 5.8033837135127005e-05, "elapsed": 1067.029397726059}
|
| 45 |
+
{"epoch": 22000, "loss": 0.0001055755355292394, "recon_cos": 0.9998029470443726, "recon_cos_legacy": 0.9998029470443726, "n_nonzero": 815, "recon_mse": 2.3222744403028628e-06, "lr": 5.212254894186065e-05, "elapsed": 1091.2222678661346}
|
| 46 |
+
{"epoch": 22500, "loss": 9.353771775540036e-05, "recon_cos": 0.9998254776000977, "recon_cos_legacy": 0.9998254776000977, "n_nonzero": 815, "recon_mse": 2.002720748350839e-06, "lr": 4.6483647434302644e-05, "elapsed": 1115.3931250572205}
|
| 47 |
+
{"epoch": 23000, "loss": 7.065501883446884e-05, "recon_cos": 0.9998545050621033, "recon_cos_legacy": 0.9998545050621033, "n_nonzero": 815, "recon_mse": 1.7184788703161757e-06, "lr": 4.1132588449530204e-05, "elapsed": 1139.6036825180054}
|
| 48 |
+
{"epoch": 23500, "loss": 6.253603323085162e-05, "recon_cos": 0.9998740553855896, "recon_cos_legacy": 0.9998740553855896, "n_nonzero": 815, "recon_mse": 1.5019277270766906e-06, "lr": 3.608403886827286e-05, "elapsed": 1163.7625946998596}
|
| 49 |
+
{"epoch": 24000, "loss": 6.187571405182377e-05, "recon_cos": 0.9998821020126343, "recon_cos_legacy": 0.9998821020126343, "n_nonzero": 815, "recon_mse": 1.5291898307623342e-06, "lr": 3.135183641401276e-05, "elapsed": 1188.857089996338}
|
| 50 |
+
{"epoch": 24500, "loss": 7.168137968759626e-05, "recon_cos": 0.9998905062675476, "recon_cos_legacy": 0.9998905062675476, "n_nonzero": 815, "recon_mse": 1.2967703924005036e-06, "lr": 2.6948951724745108e-05, "elapsed": 1214.3992700576782}
|
| 51 |
+
{"epoch": 25000, "loss": 4.385734749890756e-05, "recon_cos": 0.9999053478240967, "recon_cos_legacy": 0.9999053478240967, "n_nonzero": 815, "recon_mse": 1.123288598137151e-06, "lr": 2.2887452801362638e-05, "elapsed": 1238.5041103363037}
|
| 52 |
+
{"epoch": 25500, "loss": 6.05276901086864e-05, "recon_cos": 0.9999120235443115, "recon_cos_legacy": 0.9999120235443115, "n_nonzero": 815, "recon_mse": 1.0718187013480929e-06, "lr": 1.917847193010304e-05, "elapsed": 1262.4146449565887}
|
| 53 |
+
{"epoch": 26000, "loss": 5.413982888477711e-05, "recon_cos": 0.9999210834503174, "recon_cos_legacy": 0.9999210834503174, "n_nonzero": 815, "recon_mse": 9.131497336056782e-07, "lr": 1.5832175169726184e-05, "elapsed": 1291.8450870513916}
|
| 54 |
+
{"epoch": 26500, "loss": 5.303495401256861e-05, "recon_cos": 0.9999273419380188, "recon_cos_legacy": 0.9999273419380188, "n_nonzero": 815, "recon_mse": 8.713012107364193e-07, "lr": 1.2857734487054513e-05, "elapsed": 1319.635936498642}
|
| 55 |
+
{"epoch": 27000, "loss": 4.751837486065387e-05, "recon_cos": 0.9999311566352844, "recon_cos_legacy": 0.9999311566352844, "n_nonzero": 815, "recon_mse": 7.877151233515178e-07, "lr": 1.0263302617248144e-05, "elapsed": 1343.7819938659668}
|
| 56 |
+
{"epoch": 27500, "loss": 4.546857738974862e-05, "recon_cos": 0.999933660030365, "recon_cos_legacy": 0.999933660030365, "n_nonzero": 815, "recon_mse": 7.357503477578575e-07, "lr": 8.055990717725289e-06, "elapsed": 1368.132691860199}
|
| 57 |
+
{"epoch": 28000, "loss": 3.408003710949113e-05, "recon_cos": 0.9999367594718933, "recon_cos_legacy": 0.9999367594718933, "n_nonzero": 815, "recon_mse": 6.948590112187958e-07, "lr": 6.2418488769744334e-06, "elapsed": 1392.3713645935059}
|
| 58 |
+
{"epoch": 28500, "loss": 4.8864286817171466e-05, "recon_cos": 0.9999406933784485, "recon_cos_legacy": 0.9999406933784485, "n_nonzero": 815, "recon_mse": 6.792260478505341e-07, "lr": 4.825849531681672e-06, "elapsed": 1416.6537539958954}
|
| 59 |
+
{"epoch": 29000, "loss": 3.942415171947617e-05, "recon_cos": 0.999941885471344, "recon_cos_legacy": 0.999941885471344, "n_nonzero": 815, "recon_mse": 6.367241667248891e-07, "lr": 3.8118738376273407e-06, "elapsed": 1440.971691608429}
|
| 60 |
+
{"epoch": 29500, "loss": 4.849352094774636e-05, "recon_cos": 0.999941349029541, "recon_cos_legacy": 0.999941349029541, "n_nonzero": 815, "recon_mse": 6.368238700815709e-07, "lr": 3.2027010317082486e-06, "elapsed": 1465.4561128616333}
|
| 61 |
+
{"epoch": 29999, "loss": 3.8242427903102136e-05, "recon_cos": 0.9999420046806335, "recon_cos_legacy": 0.9999420046806335, "n_nonzero": 815, "recon_mse": 6.34222431017406e-07, "lr": 2.9999999999999997e-06, "elapsed": 1492.3782818317413}
|
flow_heads/k562/base/krr_prior.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04466eddd84193b892d70eab064ad29222aee31ec8fa6aa33f770f26044ac147
|
| 3 |
+
size 6581197
|
flow_heads/k562/base/reproduce.sh
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/bash
|
| 2 |
+
# Reproduce: K562 base flow (teacher for reflow)
|
| 3 |
+
# Run dir: runs/b200_k562_flow_bs2048_krrinit_mask_30k
|
| 4 |
+
# Result: experiments/results/fair_comparison/replogle_rotation_vs_direct__flow__b200_k562_flow_bs2048_krrinit_mask_30k_K128.json
|
| 5 |
+
# Original launch: runs/launch_tx_bch_combo.sh
|
| 6 |
+
# Backbone (rotation autoencoder, must be loaded first): hf-assets/checkpoints/crispri_k562/scFATE_epoch700_periodic.pt
|
| 7 |
+
|
| 8 |
+
set -euo pipefail
|
| 9 |
+
REPO=${REPO:-/workspace/research/scFATE}
|
| 10 |
+
cd "$REPO"
|
| 11 |
+
DATASET="datasets/scFATE/processed/replogle_k562/replogle_k562.h5ad"
|
| 12 |
+
BACKBONE="hf-assets/checkpoints/crispri_k562/scFATE_epoch700_periodic.pt"
|
| 13 |
+
RUN_DIR="runs/b200_k562_flow_bs2048_krrinit_mask_30k"
|
| 14 |
+
|
| 15 |
+
.venv/bin/python -u scripts/train_flow.py \
|
| 16 |
+
--dataset_h5ad "$DATASET" \
|
| 17 |
+
--backbone_ckpt "$BACKBONE" \
|
| 18 |
+
--output "$RUN_DIR" \
|
| 19 |
+
--seed 1 \
|
| 20 |
+
--theta_dim 192 \
|
| 21 |
+
--d_embed 1824 \
|
| 22 |
+
--d_hidden 512 \
|
| 23 |
+
--n_blocks 4 \
|
| 24 |
+
--n_steps 20 \
|
| 25 |
+
--sigma 0.05 \
|
| 26 |
+
--krr_alpha 1.0 \
|
| 27 |
+
--krr_gamma 0.01 \
|
| 28 |
+
--prior 'krr'
|
flow_heads/k562/reflow_K2_s1/config.json
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"paper_row": "K562 reflow K=2 (paper headline 81.2)",
|
| 3 |
+
"dataset": "Replogle K562",
|
| 4 |
+
"run_dir": "runs/b200_k562_flow_bs2048_krrinit_mask_30k_reflow_K2_nomask_bracket1ep0_s1",
|
| 5 |
+
"backbone": "hf-assets/checkpoints/crispri_k562/scFATE_epoch700_periodic.pt",
|
| 6 |
+
"h5ad_rel": "datasets/scFATE/processed/replogle_k562/replogle_k562.h5ad",
|
| 7 |
+
"training_script": "scripts/reflow_k562_delta_flow.py",
|
| 8 |
+
"seed": 1,
|
| 9 |
+
"result_json": "experiments/results/fair_comparison/replogle_rotation_vs_direct__flow__b200_k562_flow_bs2048_krrinit_mask_30k_reflow_K2_nomask_bracket1ep0_s1_reflow_K2_bracket1p0_ens5seed_sigmainf0p15_antithetic_Kper128.json",
|
| 10 |
+
"teacher": "runs/b200_k562_flow_bs2048_krrinit_mask_30k",
|
| 11 |
+
"teachers": null,
|
| 12 |
+
"launch_script": "runs/launch_iter174_ens5_Kper256_and_train_s6_s10.sh",
|
| 13 |
+
"checkpoint": {
|
| 14 |
+
"path": "runs/b200_k562_flow_bs2048_krrinit_mask_30k_reflow_K2_nomask_bracket1ep0_s1/flow_best.pt",
|
| 15 |
+
"size_mb": 46.5,
|
| 16 |
+
"files_in_dir": [
|
| 17 |
+
"config.json",
|
| 18 |
+
"flow_best.pt",
|
| 19 |
+
"flow_metrics.jsonl",
|
| 20 |
+
"krr_prior.pkl",
|
| 21 |
+
"reproduce.sh"
|
| 22 |
+
]
|
| 23 |
+
},
|
| 24 |
+
"hparams_top": {
|
| 25 |
+
"_v_net_state_dict_present": true,
|
| 26 |
+
"theta_dim": 192,
|
| 27 |
+
"d_embed": 1824,
|
| 28 |
+
"d_hidden": 512,
|
| 29 |
+
"n_blocks": 4,
|
| 30 |
+
"sigma": 0.05,
|
| 31 |
+
"n_steps": 20,
|
| 32 |
+
"epoch": 21000,
|
| 33 |
+
"loss": 0.002288587740622461,
|
| 34 |
+
"pert_names": "<list len=1093 sample=['AAMP', 'AARS', 'AATF', 'ABCB7', 'ABCE1']>",
|
| 35 |
+
"mv_gene_names": "<list len=1085 sample=['AAMP', 'AARS', 'AATF', 'ABCB7', 'ABCE1']>",
|
| 36 |
+
"prior": "krr",
|
| 37 |
+
"krr_gamma": 0.01,
|
| 38 |
+
"krr_alpha": 1.0,
|
| 39 |
+
"head_kind": "flat",
|
| 40 |
+
"d_block_head": 16,
|
| 41 |
+
"velocity_arch": "mlp",
|
| 42 |
+
"teacher_arch": "mlp",
|
| 43 |
+
"tx_d_token": 128,
|
| 44 |
+
"tx_n_layers": 4,
|
| 45 |
+
"tx_n_heads": 4,
|
| 46 |
+
"tx_mlp_mult": 4.0,
|
| 47 |
+
"cfg_drop": 0.0,
|
| 48 |
+
"rectified_from": "runs/b200_k562_flow_bs2048_krrinit_mask_30k/flow_best.pt",
|
| 49 |
+
"rectified_K": 2,
|
| 50 |
+
"rectified_teacher_n_steps": 20,
|
| 51 |
+
"target_noise_sigma": 0.0,
|
| 52 |
+
"t_sampling": "uniform",
|
| 53 |
+
"bch_aug_rate": 0.0,
|
| 54 |
+
"bch_embed_mode": "mean",
|
| 55 |
+
"bracket_reg": 1.0
|
| 56 |
+
},
|
| 57 |
+
"hparams_nested": {}
|
| 58 |
+
}
|
flow_heads/k562/reflow_K2_s1/flow_best.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b1c30fef5a275d495aea10c63a8418d059076910fe15a26bbdcd678d8fe2395
|
| 3 |
+
size 48808267
|
flow_heads/k562/reflow_K2_s1/flow_metrics.jsonl
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"epoch": 0, "loss": 0.012353552505373955, "recon_cos": 0.26796600222587585, "recon_mse": 0.007586885243654251, "lr": 0.00029999999918575764, "elapsed": 0.22760009765625}
|
| 2 |
+
{"epoch": 1000, "loss": 0.004366907058283687, "recon_cos": 0.3213195502758026, "recon_mse": 0.007488366682082415, "lr": 0.000299184875142442, "elapsed": 9.939256191253662}
|
| 3 |
+
{"epoch": 2000, "loss": 0.00322694331407547, "recon_cos": 0.3219950497150421, "recon_mse": 0.007425216026604176, "lr": 0.00029675168470201714, "elapsed": 19.642594575881958}
|
| 4 |
+
{"epoch": 3000, "loss": 0.0030198460444808006, "recon_cos": 0.3225366175174713, "recon_mse": 0.007321089506149292, "lr": 0.00029272708640812903, "elapsed": 29.34191346168518}
|
| 5 |
+
{"epoch": 4000, "loss": 0.0029479566728696227, "recon_cos": 0.32339006662368774, "recon_mse": 0.00722164660692215, "lr": 0.0002871551746018852, "elapsed": 39.18075966835022}
|
| 6 |
+
{"epoch": 5000, "loss": 0.002860784297809005, "recon_cos": 0.3232419490814209, "recon_mse": 0.00722440704703331, "lr": 0.000280096996315032, "elapsed": 48.99137091636658}
|
| 7 |
+
{"epoch": 6000, "loss": 0.002732162130996585, "recon_cos": 0.32214707136154175, "recon_mse": 0.0071245478466153145, "lr": 0.00027162988242589994, "elapsed": 58.79513335227966}
|
| 8 |
+
{"epoch": 7000, "loss": 0.0025928554823622108, "recon_cos": 0.32270169258117676, "recon_mse": 0.007033912464976311, "lr": 0.00026184660040611565, "elapsed": 68.60016560554504}
|
| 9 |
+
{"epoch": 8000, "loss": 0.0026136913802474737, "recon_cos": 0.3226877450942993, "recon_mse": 0.0070029450580477715, "lr": 0.0002508543379407724, "elapsed": 78.42226219177246}
|
| 10 |
+
{"epoch": 9000, "loss": 0.0028388695791363716, "recon_cos": 0.3224586248397827, "recon_mse": 0.006986677180975676, "lr": 0.0002387735285577206, "elapsed": 88.19010710716248}
|
| 11 |
+
{"epoch": 10000, "loss": 0.0026268557412549853, "recon_cos": 0.3220677673816681, "recon_mse": 0.006957359611988068, "lr": 0.00022573653213262733, "elapsed": 97.92930150032043}
|
| 12 |
+
{"epoch": 11000, "loss": 0.0025136389303952456, "recon_cos": 0.32196399569511414, "recon_mse": 0.006928198970854282, "lr": 0.0002118861847264958, "elapsed": 107.674635887146}
|
| 13 |
+
{"epoch": 12000, "loss": 0.0024375842185691, "recon_cos": 0.3217487335205078, "recon_mse": 0.006887934636324644, "lr": 0.0001973742336438792, "elapsed": 117.63616132736206}
|
| 14 |
+
{"epoch": 13000, "loss": 0.0026001452933996916, "recon_cos": 0.32184651494026184, "recon_mse": 0.006882075686007738, "lr": 0.00018235967485765974, "elapsed": 127.49638485908508}
|
| 15 |
+
{"epoch": 14000, "loss": 0.0025056550512090325, "recon_cos": 0.3217667043209076, "recon_mse": 0.006877723149955273, "lr": 0.00016700701101589807, "elapsed": 140.17312002182007}
|
| 16 |
+
{"epoch": 15000, "loss": 0.0025200226809829473, "recon_cos": 0.32124578952789307, "recon_mse": 0.006858580745756626, "lr": 0.00015148444911639475, "elapsed": 156.30475902557373}
|
| 17 |
+
{"epoch": 16000, "loss": 0.0024460667045786977, "recon_cos": 0.32055431604385376, "recon_mse": 0.006846544798463583, "lr": 0.00013596205759562737, "elapsed": 173.45605301856995}
|
| 18 |
+
{"epoch": 17000, "loss": 0.002302636974491179, "recon_cos": 0.3200901746749878, "recon_mse": 0.006828649435192347, "lr": 0.00012060990302336408, "elapsed": 186.26974821090698}
|
| 19 |
+
{"epoch": 18000, "loss": 0.0025756784016266465, "recon_cos": 0.3199802041053772, "recon_mse": 0.006827491335570812, "lr": 0.0001055961868177466, "elapsed": 202.4054126739502}
|
| 20 |
+
{"epoch": 19000, "loss": 0.0023411376168951392, "recon_cos": 0.31963908672332764, "recon_mse": 0.006833108142018318, "lr": 9.10854023953446e-05, "elapsed": 216.45678186416626}
|
| 21 |
+
{"epoch": 20000, "loss": 0.00240543601103127, "recon_cos": 0.3191671371459961, "recon_mse": 0.006824658717960119, "lr": 7.72365329468663e-05, "elapsed": 234.93599104881287}
|
| 22 |
+
{"epoch": 21000, "loss": 0.002288587740622461, "recon_cos": 0.3187249004840851, "recon_mse": 0.006825678050518036, "lr": 6.42013095840519e-05, "elapsed": 247.40244340896606}
|
| 23 |
+
{"epoch": 22000, "loss": 0.0023983627324923873, "recon_cos": 0.3184516727924347, "recon_mse": 0.006820846349000931, "lr": 5.212254894186065e-05, "elapsed": 257.08415722846985}
|
| 24 |
+
{"epoch": 23000, "loss": 0.0024374433560296893, "recon_cos": 0.31807294487953186, "recon_mse": 0.006819584406912327, "lr": 4.1132588449530204e-05, "elapsed": 266.8278138637543}
|
| 25 |
+
{"epoch": 24000, "loss": 0.0024895828682929277, "recon_cos": 0.3178633153438568, "recon_mse": 0.006816427689045668, "lr": 3.135183641401276e-05, "elapsed": 276.63579630851746}
|
| 26 |
+
{"epoch": 25000, "loss": 0.0025642882101237774, "recon_cos": 0.3176041543483734, "recon_mse": 0.006815143395215273, "lr": 2.2887452801362638e-05, "elapsed": 287.639089345932}
|
| 27 |
+
{"epoch": 26000, "loss": 0.0025534339947625995, "recon_cos": 0.3174354135990143, "recon_mse": 0.0068149324506521225, "lr": 1.5832175169726184e-05, "elapsed": 301.072144985199}
|
| 28 |
+
{"epoch": 27000, "loss": 0.002572231460362673, "recon_cos": 0.3173454701900482, "recon_mse": 0.006813302170485258, "lr": 1.0263302617248144e-05, "elapsed": 322.54595255851746}
|
| 29 |
+
{"epoch": 28000, "loss": 0.0024804399581626058, "recon_cos": 0.31721624732017517, "recon_mse": 0.006811749655753374, "lr": 6.2418488769744334e-06, "elapsed": 337.7503046989441}
|
| 30 |
+
{"epoch": 29000, "loss": 0.002469151630066335, "recon_cos": 0.3171781301498413, "recon_mse": 0.00681262044236064, "lr": 3.8118738376273407e-06, "elapsed": 356.35238695144653}
|
| 31 |
+
{"epoch": 29999, "loss": 0.0025596822379156947, "recon_cos": 0.31708699464797974, "recon_mse": 0.006811289116740227, "lr": 2.9999999999999997e-06, "elapsed": 374.315881729126}
|
flow_heads/k562/reflow_K2_s1/krr_prior.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04466eddd84193b892d70eab064ad29222aee31ec8fa6aa33f770f26044ac147
|
| 3 |
+
size 6581197
|
flow_heads/k562/reflow_K2_s1/reproduce.sh
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/bash
|
| 2 |
+
# Reproduce: K562 reflow K=2 (paper headline 81.2)
|
| 3 |
+
# Run dir: runs/b200_k562_flow_bs2048_krrinit_mask_30k_reflow_K2_nomask_bracket1ep0_s1
|
| 4 |
+
# Result: experiments/results/fair_comparison/replogle_rotation_vs_direct__flow__b200_k562_flow_bs2048_krrinit_mask_30k_reflow_K2_nomask_bracket1ep0_s1_reflow_K2_bracket1p0_ens5seed_sigmainf0p15_antithetic_Kper128.json
|
| 5 |
+
# Original launch: runs/launch_iter174_ens5_Kper256_and_train_s6_s10.sh
|
| 6 |
+
# Backbone (rotation autoencoder, must be loaded first): hf-assets/checkpoints/crispri_k562/scFATE_epoch700_periodic.pt
|
| 7 |
+
|
| 8 |
+
set -euo pipefail
|
| 9 |
+
REPO=${REPO:-/workspace/research/scFATE}
|
| 10 |
+
cd "$REPO"
|
| 11 |
+
DATASET="datasets/scFATE/processed/replogle_k562/replogle_k562.h5ad"
|
| 12 |
+
BACKBONE="hf-assets/checkpoints/crispri_k562/scFATE_epoch700_periodic.pt"
|
| 13 |
+
RUN_DIR="runs/b200_k562_flow_bs2048_krrinit_mask_30k_reflow_K2_nomask_bracket1ep0_s1"
|
| 14 |
+
|
| 15 |
+
.venv/bin/python -u scripts/reflow_k562_delta_flow.py \
|
| 16 |
+
--dataset_h5ad "$DATASET" \
|
| 17 |
+
--backbone_ckpt "$BACKBONE" \
|
| 18 |
+
--output "$RUN_DIR" \
|
| 19 |
+
--seed 1 \
|
| 20 |
+
--theta_dim 192 \
|
| 21 |
+
--d_embed 1824 \
|
| 22 |
+
--d_hidden 512 \
|
| 23 |
+
--n_blocks 4 \
|
| 24 |
+
--n_steps 20 \
|
| 25 |
+
--sigma 0.05 \
|
| 26 |
+
--krr_alpha 1.0 \
|
| 27 |
+
--krr_gamma 0.01 \
|
| 28 |
+
--prior 'krr' \
|
| 29 |
+
--head_kind 'flat' \
|
| 30 |
+
--velocity_arch 'mlp' \
|
| 31 |
+
--t_sampling 'uniform' \
|
| 32 |
+
--target_noise_sigma 0.0 \
|
| 33 |
+
--rectified_K 2 \
|
| 34 |
+
--rectified_from 'runs/b200_k562_flow_bs2048_krrinit_mask_30k/flow_best.pt' \
|
| 35 |
+
--rectified_teacher_n_steps 20 \
|
| 36 |
+
--bracket_reg 1.0 \
|
| 37 |
+
--cfg_drop 0.0 \
|
| 38 |
+
--bch_aug_rate 0.0 \
|
| 39 |
+
--bch_embed_mode 'mean' \
|
| 40 |
+
--tx_d_token 128 \
|
| 41 |
+
--tx_n_layers 4 \
|
| 42 |
+
--tx_n_heads 4 \
|
| 43 |
+
--tx_mlp_mult 4.0 \
|
| 44 |
+
--d_block_head 16 \
|
| 45 |
+
--teacher_arch 'mlp'
|
flow_heads/norman/seed1/config.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"paper_row": "Norman seed 1",
|
| 3 |
+
"dataset": "CRISPRa Norman",
|
| 4 |
+
"run_dir": "runs/b200_norman_flow_e115_krrinit_s02_mask_30k",
|
| 5 |
+
"backbone": "hf-assets/checkpoints/crispra_norman_r16/scFATE_epoch100_periodic.pt",
|
| 6 |
+
"h5ad_rel": "datasets/scFATE/processed/CRISPRa-norman/norman2019_gears_split.h5ad",
|
| 7 |
+
"training_script": "scripts/train_flow.py",
|
| 8 |
+
"seed": 1,
|
| 9 |
+
"result_json": "experiments/results/fair_comparison/norman_rotation_vs_direct__flow__b200_norman_flow_e115_krrinit_s02_mask_30k_K128.json",
|
| 10 |
+
"teacher": null,
|
| 11 |
+
"teachers": null,
|
| 12 |
+
"launch_script": null,
|
| 13 |
+
"checkpoint": {
|
| 14 |
+
"path": "runs/b200_norman_flow_e115_krrinit_s02_mask_30k/flow_best.pt",
|
| 15 |
+
"size_mb": 46.5,
|
| 16 |
+
"files_in_dir": [
|
| 17 |
+
"config.json",
|
| 18 |
+
"flow_best.pt",
|
| 19 |
+
"flow_metrics.jsonl",
|
| 20 |
+
"krr_prior.pkl",
|
| 21 |
+
"reproduce.sh"
|
| 22 |
+
]
|
| 23 |
+
},
|
| 24 |
+
"hparams_top": {
|
| 25 |
+
"_v_net_state_dict_present": true,
|
| 26 |
+
"theta_dim": 192,
|
| 27 |
+
"d_embed": 1824,
|
| 28 |
+
"d_hidden": 512,
|
| 29 |
+
"n_blocks": 4,
|
| 30 |
+
"sigma": 0.02,
|
| 31 |
+
"n_steps": 20,
|
| 32 |
+
"epoch": 28500,
|
| 33 |
+
"loss": 0.000217468106711749,
|
| 34 |
+
"pert_names": "<list len=108 sample=['1', '2', 'AHR', 'ARID1A', 'ARRDC3']>",
|
| 35 |
+
"mv_gene_names": "<list len=104 sample=['AHR', 'ARID1A', 'ARRDC3', 'ATL1', 'BAK1']>",
|
| 36 |
+
"prior": "krr",
|
| 37 |
+
"krr_gamma": 0.01,
|
| 38 |
+
"krr_alpha": 1.0
|
| 39 |
+
},
|
| 40 |
+
"hparams_nested": {}
|
| 41 |
+
}
|
flow_heads/norman/seed1/flow_best.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8321a5e46a8f0e07082a110a6522846d4fd7416eec9975f7c73fa56db5002211
|
| 3 |
+
size 48778123
|
flow_heads/norman/seed1/flow_metrics.jsonl
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"epoch": 0, "loss": 0.01003973837941885, "recon_cos": 0.5566251277923584, "recon_cos_legacy": 0.5566251277923584, "n_nonzero": 76, "recon_mse": 0.011273065581917763, "lr": 0.00029999999918575764, "elapsed": 0.3872981071472168}
|
| 2 |
+
{"epoch": 500, "loss": 0.0007567266584374011, "recon_cos": 0.946628987789154, "recon_cos_legacy": 0.946628987789154, "n_nonzero": 76, "recon_mse": 0.0012348232557997108, "lr": 0.0002997956712275646, "elapsed": 4.166512489318848}
|
| 3 |
+
{"epoch": 1000, "loss": 0.000545473478268832, "recon_cos": 0.9728690981864929, "recon_cos_legacy": 0.9728690981864929, "n_nonzero": 76, "recon_mse": 0.000774765620008111, "lr": 0.000299184875142442, "elapsed": 7.958467721939087}
|
| 4 |
+
{"epoch": 1500, "loss": 0.0005386252014432102, "recon_cos": 0.9339609742164612, "recon_cos_legacy": 0.9339609742164612, "n_nonzero": 76, "recon_mse": 0.001453089527785778, "lr": 0.0002981692850800035, "elapsed": 11.739749431610107}
|
| 5 |
+
{"epoch": 2000, "loss": 0.0005102012364659458, "recon_cos": 0.9817563891410828, "recon_cos_legacy": 0.9817563891410828, "n_nonzero": 76, "recon_mse": 0.0004952250164933503, "lr": 0.00029675168470201714, "elapsed": 15.520262718200684}
|
| 6 |
+
{"epoch": 2500, "loss": 0.0005061612173449248, "recon_cos": 0.9810901284217834, "recon_cos_legacy": 0.9810901284217834, "n_nonzero": 76, "recon_mse": 0.0004962231614626944, "lr": 0.00029493595955258384, "elapsed": 19.313504219055176}
|
| 7 |
+
{"epoch": 3000, "loss": 0.00048806674021761864, "recon_cos": 0.9814168214797974, "recon_cos_legacy": 0.9814168214797974, "n_nonzero": 76, "recon_mse": 0.0004926777328364551, "lr": 0.00029272708640812903, "elapsed": 23.10309624671936}
|
| 8 |
+
{"epoch": 3500, "loss": 0.0004773071559611708, "recon_cos": 0.9821785688400269, "recon_cos_legacy": 0.9821785688400269, "n_nonzero": 76, "recon_mse": 0.00047728666686452925, "lr": 0.0002901311196364036, "elapsed": 26.87317991256714}
|
| 9 |
+
{"epoch": 4000, "loss": 0.00047161115799099207, "recon_cos": 0.982222318649292, "recon_cos_legacy": 0.982222318649292, "n_nonzero": 76, "recon_mse": 0.00047406842350028455, "lr": 0.0002871551746018852, "elapsed": 30.659273386001587}
|
| 10 |
+
{"epoch": 4500, "loss": 0.0004714458482339978, "recon_cos": 0.9821789264678955, "recon_cos_legacy": 0.9821789264678955, "n_nonzero": 76, "recon_mse": 0.00047725331387482584, "lr": 0.0002838074081630589, "elapsed": 34.43268895149231}
|
| 11 |
+
{"epoch": 5000, "loss": 0.00073458012775518, "recon_cos": 0.9771192669868469, "recon_cos_legacy": 0.9771192669868469, "n_nonzero": 76, "recon_mse": 0.0006545710493810475, "lr": 0.000280096996315032, "elapsed": 38.19331359863281}
|
| 12 |
+
{"epoch": 5500, "loss": 0.0004751298693008721, "recon_cos": 0.9821761250495911, "recon_cos_legacy": 0.9821761250495911, "n_nonzero": 76, "recon_mse": 0.0004677365068346262, "lr": 0.0002760341090387737, "elapsed": 41.94351577758789}
|
| 13 |
+
{"epoch": 6000, "loss": 0.00045600665907841176, "recon_cos": 0.983054518699646, "recon_cos_legacy": 0.983054518699646, "n_nonzero": 76, "recon_mse": 0.00045821050298400223, "lr": 0.00027162988242589994, "elapsed": 45.708125829696655}
|
| 14 |
+
{"epoch": 6500, "loss": 0.00046730213216505945, "recon_cos": 0.9829817414283752, "recon_cos_legacy": 0.9829817414283752, "n_nonzero": 76, "recon_mse": 0.00046253061736933887, "lr": 0.00026689638815542233, "elapsed": 49.514925718307495}
|
| 15 |
+
{"epoch": 7000, "loss": 0.0004653549112845212, "recon_cos": 0.9828541278839111, "recon_cos_legacy": 0.9828541278839111, "n_nonzero": 76, "recon_mse": 0.0004576603532768786, "lr": 0.00026184660040611565, "elapsed": 53.295801401138306}
|
| 16 |
+
{"epoch": 7500, "loss": 0.0004556034691631794, "recon_cos": 0.9831035137176514, "recon_cos_legacy": 0.9831035137176514, "n_nonzero": 76, "recon_mse": 0.0004492799926083535, "lr": 0.00025649436029519446, "elapsed": 57.10071349143982}
|
| 17 |
+
{"epoch": 8000, "loss": 0.000449474056949839, "recon_cos": 0.9833140969276428, "recon_cos_legacy": 0.9833140969276428, "n_nonzero": 76, "recon_mse": 0.0004463731311261654, "lr": 0.0002508543379407724, "elapsed": 60.985896825790405}
|
| 18 |
+
{"epoch": 8500, "loss": 0.00043936078145634383, "recon_cos": 0.9838632345199585, "recon_cos_legacy": 0.9838632345199585, "n_nonzero": 76, "recon_mse": 0.0004384275816846639, "lr": 0.0002449419922520919, "elapsed": 65.09829115867615}
|
| 19 |
+
{"epoch": 9000, "loss": 0.0004540899535641074, "recon_cos": 0.9835282564163208, "recon_cos_legacy": 0.9835282564163208, "n_nonzero": 76, "recon_mse": 0.0004431607376318425, "lr": 0.0002387735285577206, "elapsed": 68.89029049873352}
|
| 20 |
+
{"epoch": 9500, "loss": 0.00043276188080199063, "recon_cos": 0.9838138222694397, "recon_cos_legacy": 0.9838138222694397, "n_nonzero": 76, "recon_mse": 0.0004339601728133857, "lr": 0.00023236585418788042, "elapsed": 72.64824724197388}
|
| 21 |
+
{"epoch": 10000, "loss": 0.00044061684457119554, "recon_cos": 0.9842009544372559, "recon_cos_legacy": 0.9842009544372559, "n_nonzero": 76, "recon_mse": 0.0004219727125018835, "lr": 0.00022573653213262733, "elapsed": 76.42818784713745}
|
| 22 |
+
{"epoch": 10500, "loss": 0.00043928831291850656, "recon_cos": 0.9849681854248047, "recon_cos_legacy": 0.9849681854248047, "n_nonzero": 76, "recon_mse": 0.000407772371545434, "lr": 0.00021890373290291688, "elapsed": 82.63702011108398}
|
| 23 |
+
{"epoch": 11000, "loss": 0.0004411799309309572, "recon_cos": 0.9849137663841248, "recon_cos_legacy": 0.9849137663841248, "n_nonzero": 76, "recon_mse": 0.0004046318063046783, "lr": 0.0002118861847264958, "elapsed": 88.26905179023743}
|
| 24 |
+
{"epoch": 11500, "loss": 0.00041123056143987924, "recon_cos": 0.985291063785553, "recon_cos_legacy": 0.985291063785553, "n_nonzero": 76, "recon_mse": 0.0003899318107869476, "lr": 0.00020470312221513152, "elapsed": 95.5044059753418}
|
| 25 |
+
{"epoch": 12000, "loss": 0.00038696608680766076, "recon_cos": 0.9858707785606384, "recon_cos_legacy": 0.9858707785606384, "n_nonzero": 76, "recon_mse": 0.000376491661882028, "lr": 0.0001973742336438792, "elapsed": 102.30716681480408}
|
| 26 |
+
{"epoch": 12500, "loss": 0.00038988268352113664, "recon_cos": 0.9863925576210022, "recon_cos_legacy": 0.9863925576210022, "n_nonzero": 76, "recon_mse": 0.00036991891101934016, "lr": 0.00018991960698688787, "elapsed": 106.29268980026245}
|
| 27 |
+
{"epoch": 13000, "loss": 0.0003821722639258951, "recon_cos": 0.9869067668914795, "recon_cos_legacy": 0.9869067668914795, "n_nonzero": 76, "recon_mse": 0.0003513943520374596, "lr": 0.00018235967485765974, "elapsed": 110.09100842475891}
|
| 28 |
+
{"epoch": 13500, "loss": 0.00037598736525978893, "recon_cos": 0.9875754117965698, "recon_cos_legacy": 0.9875754117965698, "n_nonzero": 76, "recon_mse": 0.0003354830841999501, "lr": 0.0001747151585046765, "elapsed": 113.86853694915771}
|
| 29 |
+
{"epoch": 14000, "loss": 0.0003763978456845507, "recon_cos": 0.9880588054656982, "recon_cos_legacy": 0.9880588054656982, "n_nonzero": 76, "recon_mse": 0.0003229282156098634, "lr": 0.00016700701101589807, "elapsed": 119.47140336036682}
|
| 30 |
+
{"epoch": 14500, "loss": 0.00037418550346046686, "recon_cos": 0.9879383444786072, "recon_cos_legacy": 0.9879383444786072, "n_nonzero": 76, "recon_mse": 0.00032174575608223677, "lr": 0.00015925635988780357, "elapsed": 127.04825210571289}
|
| 31 |
+
{"epoch": 15000, "loss": 0.00035874398599844426, "recon_cos": 0.9887984395027161, "recon_cos_legacy": 0.9887984395027161, "n_nonzero": 76, "recon_mse": 0.00030277890618890524, "lr": 0.00015148444911639475, "elapsed": 131.3668336868286}
|
| 32 |
+
{"epoch": 15500, "loss": 0.00033005593286361545, "recon_cos": 0.9889656901359558, "recon_cos_legacy": 0.9889656901359558, "n_nonzero": 76, "recon_mse": 0.0002934341609943658, "lr": 0.00014371258096887744, "elapsed": 135.18024706840515}
|
| 33 |
+
{"epoch": 16000, "loss": 0.00032667952473275363, "recon_cos": 0.9893678426742554, "recon_cos_legacy": 0.9893678426742554, "n_nonzero": 76, "recon_mse": 0.00028415696579031646, "lr": 0.00013596205759562737, "elapsed": 139.87772297859192}
|
| 34 |
+
{"epoch": 16500, "loss": 0.00031568153644911945, "recon_cos": 0.9895817637443542, "recon_cos_legacy": 0.9895817637443542, "n_nonzero": 76, "recon_mse": 0.00027738450444303453, "lr": 0.0001282541226424788, "elapsed": 144.0159900188446}
|
| 35 |
+
{"epoch": 17000, "loss": 0.0003246647393098101, "recon_cos": 0.9897790551185608, "recon_cos_legacy": 0.9897790551185608, "n_nonzero": 76, "recon_mse": 0.000270850898232311, "lr": 0.00012060990302336408, "elapsed": 148.1789255142212}
|
| 36 |
+
{"epoch": 17500, "loss": 0.00032064826518762857, "recon_cos": 0.9899247884750366, "recon_cos_legacy": 0.9899247884750366, "n_nonzero": 76, "recon_mse": 0.00026615598471835256, "lr": 0.00011305035101291968, "elapsed": 152.31012845039368}
|
| 37 |
+
{"epoch": 18000, "loss": 0.0003021459997398779, "recon_cos": 0.9902880787849426, "recon_cos_legacy": 0.9902880787849426, "n_nonzero": 76, "recon_mse": 0.0002583679452072829, "lr": 0.0001055961868177466, "elapsed": 156.48342633247375}
|
| 38 |
+
{"epoch": 18500, "loss": 0.00030315924959722906, "recon_cos": 0.9905343651771545, "recon_cos_legacy": 0.9905343651771545, "n_nonzero": 76, "recon_mse": 0.0002526382450014353, "lr": 9.826784178377116e-05, "elapsed": 160.83284711837769}
|
| 39 |
+
{"epoch": 19000, "loss": 0.0002963237348012626, "recon_cos": 0.9904899597167969, "recon_cos_legacy": 0.9904899597167969, "n_nonzero": 76, "recon_mse": 0.0002515736850909889, "lr": 9.10854023953446e-05, "elapsed": 164.99674606323242}
|
| 40 |
+
{"epoch": 19500, "loss": 0.00029333292332012206, "recon_cos": 0.9908617734909058, "recon_cos_legacy": 0.9908617734909058, "n_nonzero": 76, "recon_mse": 0.0002452355111017823, "lr": 8.406855521958498e-05, "elapsed": 169.18237829208374}
|
| 41 |
+
{"epoch": 20000, "loss": 0.00027326110284775496, "recon_cos": 0.9911971092224121, "recon_cos_legacy": 0.9911971092224121, "n_nonzero": 76, "recon_mse": 0.00023866900301072747, "lr": 7.72365329468663e-05, "elapsed": 173.34366726875305}
|
| 42 |
+
{"epoch": 20500, "loss": 0.00028209228185005486, "recon_cos": 0.991115391254425, "recon_cos_legacy": 0.991115391254425, "n_nonzero": 76, "recon_mse": 0.00023468460130970925, "lr": 7.060806167535009e-05, "elapsed": 178.20305800437927}
|
| 43 |
+
{"epoch": 21000, "loss": 0.00028003421903122216, "recon_cos": 0.9914770722389221, "recon_cos_legacy": 0.9914770722389221, "n_nonzero": 76, "recon_mse": 0.0002269214892294258, "lr": 6.42013095840519e-05, "elapsed": 182.35493206977844}
|
| 44 |
+
{"epoch": 21500, "loss": 0.0002511547500034794, "recon_cos": 0.9918167591094971, "recon_cos_legacy": 0.9918167591094971, "n_nonzero": 76, "recon_mse": 0.0002218140143668279, "lr": 5.8033837135127005e-05, "elapsed": 186.48808550834656}
|
| 45 |
+
{"epoch": 22000, "loss": 0.0002880157990148291, "recon_cos": 0.9917688965797424, "recon_cos_legacy": 0.9917688965797424, "n_nonzero": 76, "recon_mse": 0.00021816478692926466, "lr": 5.212254894186065e-05, "elapsed": 190.6609182357788}
|
| 46 |
+
{"epoch": 22500, "loss": 0.00025863702467177063, "recon_cos": 0.9919121265411377, "recon_cos_legacy": 0.9919121265411377, "n_nonzero": 76, "recon_mse": 0.00021394754003267735, "lr": 4.6483647434302644e-05, "elapsed": 194.79467868804932}
|
| 47 |
+
{"epoch": 23000, "loss": 0.0002597090497147292, "recon_cos": 0.9920921325683594, "recon_cos_legacy": 0.9920921325683594, "n_nonzero": 76, "recon_mse": 0.00020899600349366665, "lr": 4.1132588449530204e-05, "elapsed": 198.9062855243683}
|
| 48 |
+
{"epoch": 23500, "loss": 0.00024484354071319103, "recon_cos": 0.9922995567321777, "recon_cos_legacy": 0.9922995567321777, "n_nonzero": 76, "recon_mse": 0.00020543293794617057, "lr": 3.608403886827286e-05, "elapsed": 202.9078938961029}
|
| 49 |
+
{"epoch": 24000, "loss": 0.0002600500447442755, "recon_cos": 0.9922654032707214, "recon_cos_legacy": 0.9922654032707214, "n_nonzero": 76, "recon_mse": 0.0002032336051343009, "lr": 3.135183641401276e-05, "elapsed": 206.8047046661377}
|
| 50 |
+
{"epoch": 24500, "loss": 0.00023608183983014897, "recon_cos": 0.9925020933151245, "recon_cos_legacy": 0.9925020933151245, "n_nonzero": 76, "recon_mse": 0.00019791300292126834, "lr": 2.6948951724745108e-05, "elapsed": 210.66893434524536}
|
| 51 |
+
{"epoch": 25000, "loss": 0.0002502558345440775, "recon_cos": 0.9926920533180237, "recon_cos_legacy": 0.9926920533180237, "n_nonzero": 76, "recon_mse": 0.00019534795137587935, "lr": 2.2887452801362638e-05, "elapsed": 214.71656441688538}
|
| 52 |
+
{"epoch": 25500, "loss": 0.00025099691265495494, "recon_cos": 0.992712140083313, "recon_cos_legacy": 0.992712140083313, "n_nonzero": 76, "recon_mse": 0.00019310212519485503, "lr": 1.917847193010304e-05, "elapsed": 218.82607245445251}
|
| 53 |
+
{"epoch": 26000, "loss": 0.00024899297568481416, "recon_cos": 0.9927709698677063, "recon_cos_legacy": 0.9927709698677063, "n_nonzero": 76, "recon_mse": 0.00019058157340623438, "lr": 1.5832175169726184e-05, "elapsed": 222.94471621513367}
|
| 54 |
+
{"epoch": 26500, "loss": 0.00022723104484612122, "recon_cos": 0.9928476214408875, "recon_cos_legacy": 0.9928476214408875, "n_nonzero": 76, "recon_mse": 0.00018883548909798265, "lr": 1.2857734487054513e-05, "elapsed": 227.0616807937622}
|
| 55 |
+
{"epoch": 27000, "loss": 0.00023528141173301265, "recon_cos": 0.9928759336471558, "recon_cos_legacy": 0.9928759336471558, "n_nonzero": 76, "recon_mse": 0.0001875625894172117, "lr": 1.0263302617248144e-05, "elapsed": 231.2100887298584}
|
| 56 |
+
{"epoch": 27500, "loss": 0.00023864015383878723, "recon_cos": 0.9929652810096741, "recon_cos_legacy": 0.9929652810096741, "n_nonzero": 76, "recon_mse": 0.00018599056056700647, "lr": 8.055990717725289e-06, "elapsed": 235.32090640068054}
|
| 57 |
+
{"epoch": 28000, "loss": 0.00022191324387677014, "recon_cos": 0.9930351972579956, "recon_cos_legacy": 0.9930351972579956, "n_nonzero": 76, "recon_mse": 0.00018481086590327322, "lr": 6.2418488769744334e-06, "elapsed": 239.28933763504028}
|
| 58 |
+
{"epoch": 28500, "loss": 0.000217468106711749, "recon_cos": 0.993017315864563, "recon_cos_legacy": 0.993017315864563, "n_nonzero": 76, "recon_mse": 0.0001836978190112859, "lr": 4.825849531681672e-06, "elapsed": 243.2304379940033}
|
| 59 |
+
{"epoch": 29000, "loss": 0.00022093609732110053, "recon_cos": 0.9930673241615295, "recon_cos_legacy": 0.9930673241615295, "n_nonzero": 76, "recon_mse": 0.000183222015039064, "lr": 3.8118738376273407e-06, "elapsed": 247.22252988815308}
|
| 60 |
+
{"epoch": 29500, "loss": 0.00021909073257120326, "recon_cos": 0.9930500388145447, "recon_cos_legacy": 0.9930500388145447, "n_nonzero": 76, "recon_mse": 0.00018282099335920066, "lr": 3.2027010317082486e-06, "elapsed": 251.35426783561707}
|
| 61 |
+
{"epoch": 29999, "loss": 0.0002226803990197368, "recon_cos": 0.9930833578109741, "recon_cos_legacy": 0.9930833578109741, "n_nonzero": 76, "recon_mse": 0.00018210829875897616, "lr": 2.9999999999999997e-06, "elapsed": 255.48506379127502}
|
flow_heads/norman/seed1/krr_prior.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed54b2612b50268760dc710e28dc0eca0f26b9162bfd5ab3c309af3e855f9c1a
|
| 3 |
+
size 613987
|
flow_heads/norman/seed1/reproduce.sh
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/bash
|
| 2 |
+
# Reproduce: Norman seed 1
|
| 3 |
+
# Run dir: runs/b200_norman_flow_e115_krrinit_s02_mask_30k
|
| 4 |
+
# Result: experiments/results/fair_comparison/norman_rotation_vs_direct__flow__b200_norman_flow_e115_krrinit_s02_mask_30k_K128.json
|
| 5 |
+
# Original launch: unknown
|
| 6 |
+
# Backbone (rotation autoencoder, must be loaded first): hf-assets/checkpoints/crispra_norman_r16/scFATE_epoch100_periodic.pt
|
| 7 |
+
|
| 8 |
+
set -euo pipefail
|
| 9 |
+
REPO=${REPO:-/workspace/research/scFATE}
|
| 10 |
+
cd "$REPO"
|
| 11 |
+
DATASET="datasets/scFATE/processed/CRISPRa-norman/norman2019_gears_split.h5ad"
|
| 12 |
+
BACKBONE="hf-assets/checkpoints/crispra_norman_r16/scFATE_epoch100_periodic.pt"
|
| 13 |
+
RUN_DIR="runs/b200_norman_flow_e115_krrinit_s02_mask_30k"
|
| 14 |
+
|
| 15 |
+
.venv/bin/python -u scripts/train_flow.py \
|
| 16 |
+
--dataset_h5ad "$DATASET" \
|
| 17 |
+
--backbone_ckpt "$BACKBONE" \
|
| 18 |
+
--output "$RUN_DIR" \
|
| 19 |
+
--seed 1 \
|
| 20 |
+
--theta_dim 192 \
|
| 21 |
+
--d_embed 1824 \
|
| 22 |
+
--d_hidden 512 \
|
| 23 |
+
--n_blocks 4 \
|
| 24 |
+
--n_steps 20 \
|
| 25 |
+
--sigma 0.02 \
|
| 26 |
+
--krr_alpha 1.0 \
|
| 27 |
+
--krr_gamma 0.01 \
|
| 28 |
+
--prior 'krr'
|
flow_heads/norman/seed2/config.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"paper_row": "Norman seed 2",
|
| 3 |
+
"dataset": "CRISPRa Norman",
|
| 4 |
+
"run_dir": "runs/b200_norman_flow_e115_krrinit_s02_mask_30k_seed2",
|
| 5 |
+
"backbone": "hf-assets/checkpoints/crispra_norman_r16/scFATE_epoch100_periodic.pt",
|
| 6 |
+
"h5ad_rel": "datasets/scFATE/processed/CRISPRa-norman/norman2019_gears_split.h5ad",
|
| 7 |
+
"training_script": "scripts/train_flow.py",
|
| 8 |
+
"seed": 2,
|
| 9 |
+
"result_json": "experiments/results/fair_comparison/norman_rotation_vs_direct__flow__b200_norman_flow_e115_krrinit_s02_mask_30k_seed2.json",
|
| 10 |
+
"teacher": null,
|
| 11 |
+
"teachers": null,
|
| 12 |
+
"launch_script": null,
|
| 13 |
+
"checkpoint": {
|
| 14 |
+
"path": "runs/b200_norman_flow_e115_krrinit_s02_mask_30k_seed2/flow_best.pt",
|
| 15 |
+
"size_mb": 46.5,
|
| 16 |
+
"files_in_dir": [
|
| 17 |
+
"config.json",
|
| 18 |
+
"flow_best.pt",
|
| 19 |
+
"flow_metrics.jsonl",
|
| 20 |
+
"krr_prior.pkl",
|
| 21 |
+
"reproduce.sh"
|
| 22 |
+
]
|
| 23 |
+
},
|
| 24 |
+
"hparams_top": {
|
| 25 |
+
"_v_net_state_dict_present": true,
|
| 26 |
+
"theta_dim": 192,
|
| 27 |
+
"d_embed": 1824,
|
| 28 |
+
"d_hidden": 512,
|
| 29 |
+
"n_blocks": 4,
|
| 30 |
+
"sigma": 0.02,
|
| 31 |
+
"n_steps": 20,
|
| 32 |
+
"epoch": 29000,
|
| 33 |
+
"loss": 0.0001306741796724964,
|
| 34 |
+
"pert_names": "<list len=108 sample=['1', '2', 'AHR', 'ARID1A', 'ARRDC3']>",
|
| 35 |
+
"mv_gene_names": "<list len=104 sample=['AHR', 'ARID1A', 'ARRDC3', 'ATL1', 'BAK1']>",
|
| 36 |
+
"prior": "krr",
|
| 37 |
+
"krr_gamma": 0.01,
|
| 38 |
+
"krr_alpha": 1.0
|
| 39 |
+
},
|
| 40 |
+
"hparams_nested": {}
|
| 41 |
+
}
|
flow_heads/norman/seed2/flow_best.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4dab56cc4286ae62302f9f63d6d5a517b946885f49805d8942b5c2d8a994c16c
|
| 3 |
+
size 48778123
|
flow_heads/norman/seed2/flow_metrics.jsonl
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"epoch": 0, "loss": 0.011453788727521896, "recon_cos": 0.5006781220436096, "recon_cos_legacy": 0.5006781220436096, "n_nonzero": 76, "recon_mse": 0.010992382653057575, "lr": 0.00029999999918575764, "elapsed": 0.3346214294433594}
|
| 2 |
+
{"epoch": 500, "loss": 0.0007259499980136752, "recon_cos": 0.9239220023155212, "recon_cos_legacy": 0.9239220023155212, "n_nonzero": 76, "recon_mse": 0.0018168685492128134, "lr": 0.0002997956712275646, "elapsed": 4.130410432815552}
|
| 3 |
+
{"epoch": 1000, "loss": 0.0005458954547066242, "recon_cos": 0.9795615673065186, "recon_cos_legacy": 0.9795615673065186, "n_nonzero": 76, "recon_mse": 0.0005540885031223297, "lr": 0.000299184875142442, "elapsed": 7.904704570770264}
|
| 4 |
+
{"epoch": 1500, "loss": 0.0005120222631376237, "recon_cos": 0.9808100461959839, "recon_cos_legacy": 0.9808100461959839, "n_nonzero": 76, "recon_mse": 0.0005251102847978473, "lr": 0.0002981692850800035, "elapsed": 11.66643476486206}
|
| 5 |
+
{"epoch": 2000, "loss": 0.0004997902433387935, "recon_cos": 0.9814464449882507, "recon_cos_legacy": 0.9814464449882507, "n_nonzero": 76, "recon_mse": 0.0005014544003643095, "lr": 0.00029675168470201714, "elapsed": 15.446571350097656}
|
| 6 |
+
{"epoch": 2500, "loss": 0.0005072964122518897, "recon_cos": 0.9767223000526428, "recon_cos_legacy": 0.9767223000526428, "n_nonzero": 76, "recon_mse": 0.0006673196330666542, "lr": 0.00029493595955258384, "elapsed": 19.228413581848145}
|
| 7 |
+
{"epoch": 3000, "loss": 0.0004885473754256964, "recon_cos": 0.9821706414222717, "recon_cos_legacy": 0.9821706414222717, "n_nonzero": 76, "recon_mse": 0.00048095989041030407, "lr": 0.00029272708640812903, "elapsed": 22.9852511882782}
|
| 8 |
+
{"epoch": 3500, "loss": 0.0004869218391831964, "recon_cos": 0.9822180867195129, "recon_cos_legacy": 0.9822180867195129, "n_nonzero": 76, "recon_mse": 0.00047920114593580365, "lr": 0.0002901311196364036, "elapsed": 26.734581470489502}
|
| 9 |
+
{"epoch": 4000, "loss": 0.0004747516359202564, "recon_cos": 0.9821998476982117, "recon_cos_legacy": 0.9821998476982117, "n_nonzero": 76, "recon_mse": 0.0004752060049213469, "lr": 0.0002871551746018852, "elapsed": 30.510963439941406}
|
| 10 |
+
{"epoch": 4500, "loss": 0.00045180496817920357, "recon_cos": 0.9824962615966797, "recon_cos_legacy": 0.9824962615966797, "n_nonzero": 76, "recon_mse": 0.00046428025234490633, "lr": 0.0002838074081630589, "elapsed": 34.28516340255737}
|
| 11 |
+
{"epoch": 5000, "loss": 0.0004683133593061939, "recon_cos": 0.9820958971977234, "recon_cos_legacy": 0.9820958971977234, "n_nonzero": 76, "recon_mse": 0.00047563735279254615, "lr": 0.000280096996315032, "elapsed": 38.089632987976074}
|
| 12 |
+
{"epoch": 5500, "loss": 0.00047000385529827327, "recon_cos": 0.9830161929130554, "recon_cos_legacy": 0.9830161929130554, "n_nonzero": 76, "recon_mse": 0.0004620318650268018, "lr": 0.0002760341090387737, "elapsed": 41.849794149398804}
|
| 13 |
+
{"epoch": 6000, "loss": 0.0004564551927614957, "recon_cos": 0.9830938577651978, "recon_cos_legacy": 0.9830938577651978, "n_nonzero": 76, "recon_mse": 0.0004535369807854295, "lr": 0.00027162988242589994, "elapsed": 45.6082022190094}
|
| 14 |
+
{"epoch": 6500, "loss": 0.0004563554684864357, "recon_cos": 0.983036458492279, "recon_cos_legacy": 0.983036458492279, "n_nonzero": 76, "recon_mse": 0.00044775279820896685, "lr": 0.00026689638815542233, "elapsed": 49.3626811504364}
|
| 15 |
+
{"epoch": 7000, "loss": 0.0004662720748456195, "recon_cos": 0.9835150837898254, "recon_cos_legacy": 0.9835150837898254, "n_nonzero": 76, "recon_mse": 0.0004466990940272808, "lr": 0.00026184660040611565, "elapsed": 53.11268734931946}
|
| 16 |
+
{"epoch": 7500, "loss": 0.00044863026414532214, "recon_cos": 0.9841543436050415, "recon_cos_legacy": 0.9841543436050415, "n_nonzero": 76, "recon_mse": 0.00043326622107997537, "lr": 0.00025649436029519446, "elapsed": 56.85864782333374}
|
| 17 |
+
{"epoch": 8000, "loss": 0.0004495479370234534, "recon_cos": 0.9838890433311462, "recon_cos_legacy": 0.9838890433311462, "n_nonzero": 76, "recon_mse": 0.00042596543789841235, "lr": 0.0002508543379407724, "elapsed": 60.623740911483765}
|
| 18 |
+
{"epoch": 8500, "loss": 0.0004327132483012974, "recon_cos": 0.984684407711029, "recon_cos_legacy": 0.984684407711029, "n_nonzero": 76, "recon_mse": 0.0004118592187296599, "lr": 0.0002449419922520919, "elapsed": 64.36761736869812}
|
| 19 |
+
{"epoch": 9000, "loss": 0.0004099213401786983, "recon_cos": 0.98509681224823, "recon_cos_legacy": 0.98509681224823, "n_nonzero": 76, "recon_mse": 0.0004102991078980267, "lr": 0.0002387735285577206, "elapsed": 68.1841413974762}
|
| 20 |
+
{"epoch": 9500, "loss": 0.00041244337626267225, "recon_cos": 0.986178457736969, "recon_cos_legacy": 0.986178457736969, "n_nonzero": 76, "recon_mse": 0.000377233256585896, "lr": 0.00023236585418788042, "elapsed": 72.01627206802368}
|
| 21 |
+
{"epoch": 10000, "loss": 0.00040165011887438595, "recon_cos": 0.986480712890625, "recon_cos_legacy": 0.986480712890625, "n_nonzero": 76, "recon_mse": 0.0003618848859332502, "lr": 0.00022573653213262733, "elapsed": 75.76214551925659}
|
| 22 |
+
{"epoch": 10500, "loss": 0.00038714424590580165, "recon_cos": 0.9871846437454224, "recon_cos_legacy": 0.9871846437454224, "n_nonzero": 76, "recon_mse": 0.0003492509131319821, "lr": 0.00021890373290291688, "elapsed": 79.53496551513672}
|
| 23 |
+
{"epoch": 11000, "loss": 0.00037996530591044575, "recon_cos": 0.9878608584403992, "recon_cos_legacy": 0.9878608584403992, "n_nonzero": 76, "recon_mse": 0.0003289481974206865, "lr": 0.0002118861847264958, "elapsed": 83.3268404006958}
|
| 24 |
+
{"epoch": 11500, "loss": 0.00034661503741517663, "recon_cos": 0.9878831505775452, "recon_cos_legacy": 0.9878831505775452, "n_nonzero": 76, "recon_mse": 0.00032313636620528996, "lr": 0.00020470312221513152, "elapsed": 87.84173655509949}
|
| 25 |
+
{"epoch": 12000, "loss": 0.0003737752849701792, "recon_cos": 0.9888225197792053, "recon_cos_legacy": 0.9888225197792053, "n_nonzero": 76, "recon_mse": 0.00030606728978455067, "lr": 0.0001973742336438792, "elapsed": 93.6941430568695}
|
| 26 |
+
{"epoch": 12500, "loss": 0.0003647599369287491, "recon_cos": 0.9889353513717651, "recon_cos_legacy": 0.9889353513717651, "n_nonzero": 76, "recon_mse": 0.00029687295318581164, "lr": 0.00018991960698688787, "elapsed": 99.339595079422}
|
| 27 |
+
{"epoch": 13000, "loss": 0.00033370878372807056, "recon_cos": 0.9894485473632812, "recon_cos_legacy": 0.9894485473632812, "n_nonzero": 76, "recon_mse": 0.0002807450946420431, "lr": 0.00018235967485765974, "elapsed": 104.2483720779419}
|
| 28 |
+
{"epoch": 13500, "loss": 0.0003272711765021086, "recon_cos": 0.9901522397994995, "recon_cos_legacy": 0.9901522397994995, "n_nonzero": 76, "recon_mse": 0.00027348881121724844, "lr": 0.0001747151585046765, "elapsed": 108.01177334785461}
|
| 29 |
+
{"epoch": 14000, "loss": 0.00032623486185912043, "recon_cos": 0.9902132749557495, "recon_cos_legacy": 0.9902132749557495, "n_nonzero": 76, "recon_mse": 0.00026052643079310656, "lr": 0.00016700701101589807, "elapsed": 111.78221225738525}
|
| 30 |
+
{"epoch": 14500, "loss": 0.0003093650739174336, "recon_cos": 0.9906842112541199, "recon_cos_legacy": 0.9906842112541199, "n_nonzero": 76, "recon_mse": 0.00025046514929272234, "lr": 0.00015925635988780357, "elapsed": 115.65193009376526}
|
| 31 |
+
{"epoch": 15000, "loss": 0.0002770265855360776, "recon_cos": 0.9911512136459351, "recon_cos_legacy": 0.9911512136459351, "n_nonzero": 76, "recon_mse": 0.00024056059191934764, "lr": 0.00015148444911639475, "elapsed": 121.71902394294739}
|
| 32 |
+
{"epoch": 15500, "loss": 0.0002860452514141798, "recon_cos": 0.9914928078651428, "recon_cos_legacy": 0.9914928078651428, "n_nonzero": 76, "recon_mse": 0.0002289891563123092, "lr": 0.00014371258096887744, "elapsed": 126.50629615783691}
|
| 33 |
+
{"epoch": 16000, "loss": 0.0002869092859327793, "recon_cos": 0.9916915893554688, "recon_cos_legacy": 0.9916915893554688, "n_nonzero": 76, "recon_mse": 0.00022039217583369464, "lr": 0.00013596205759562737, "elapsed": 130.2575101852417}
|
| 34 |
+
{"epoch": 16500, "loss": 0.00025346705660922453, "recon_cos": 0.9920843243598938, "recon_cos_legacy": 0.9920843243598938, "n_nonzero": 76, "recon_mse": 0.00021304580150172114, "lr": 0.0001282541226424788, "elapsed": 134.03822493553162}
|
| 35 |
+
{"epoch": 17000, "loss": 0.000268460251390934, "recon_cos": 0.9925121665000916, "recon_cos_legacy": 0.9925121665000916, "n_nonzero": 76, "recon_mse": 0.00019990629516541958, "lr": 0.00012060990302336408, "elapsed": 137.84091925621033}
|
| 36 |
+
{"epoch": 17500, "loss": 0.00024080913863144815, "recon_cos": 0.9929744601249695, "recon_cos_legacy": 0.9929744601249695, "n_nonzero": 76, "recon_mse": 0.0001911181170726195, "lr": 0.00011305035101291968, "elapsed": 141.59398889541626}
|
| 37 |
+
{"epoch": 18000, "loss": 0.00023042026441544294, "recon_cos": 0.9929710030555725, "recon_cos_legacy": 0.9929710030555725, "n_nonzero": 76, "recon_mse": 0.00018733038450591266, "lr": 0.0001055961868177466, "elapsed": 145.3680911064148}
|
| 38 |
+
{"epoch": 18500, "loss": 0.0002373247771174647, "recon_cos": 0.9935317039489746, "recon_cos_legacy": 0.9935317039489746, "n_nonzero": 76, "recon_mse": 0.00017560865671839565, "lr": 9.826784178377116e-05, "elapsed": 149.1308786869049}
|
| 39 |
+
{"epoch": 19000, "loss": 0.00022907366655999795, "recon_cos": 0.993722140789032, "recon_cos_legacy": 0.993722140789032, "n_nonzero": 76, "recon_mse": 0.00016766587214078754, "lr": 9.10854023953446e-05, "elapsed": 152.8769953250885}
|
| 40 |
+
{"epoch": 19500, "loss": 0.00022561171499546617, "recon_cos": 0.9939478039741516, "recon_cos_legacy": 0.9939478039741516, "n_nonzero": 76, "recon_mse": 0.00016147461428772658, "lr": 8.406855521958498e-05, "elapsed": 156.64776039123535}
|
| 41 |
+
{"epoch": 20000, "loss": 0.00021791656035929918, "recon_cos": 0.9942631125450134, "recon_cos_legacy": 0.9942631125450134, "n_nonzero": 76, "recon_mse": 0.00015801371773704886, "lr": 7.72365329468663e-05, "elapsed": 160.42139434814453}
|
| 42 |
+
{"epoch": 20500, "loss": 0.0001973320759134367, "recon_cos": 0.9944875836372375, "recon_cos_legacy": 0.9944875836372375, "n_nonzero": 76, "recon_mse": 0.0001492608862463385, "lr": 7.060806167535009e-05, "elapsed": 164.19920945167542}
|
| 43 |
+
{"epoch": 21000, "loss": 0.00018252652807859704, "recon_cos": 0.9947108030319214, "recon_cos_legacy": 0.9947108030319214, "n_nonzero": 76, "recon_mse": 0.00014353563892655075, "lr": 6.42013095840519e-05, "elapsed": 167.9798321723938}
|
| 44 |
+
{"epoch": 21500, "loss": 0.0001960150766535662, "recon_cos": 0.9948052167892456, "recon_cos_legacy": 0.9948052167892456, "n_nonzero": 76, "recon_mse": 0.0001404100621584803, "lr": 5.8033837135127005e-05, "elapsed": 171.74740362167358}
|
| 45 |
+
{"epoch": 22000, "loss": 0.000188490841537714, "recon_cos": 0.9950585961341858, "recon_cos_legacy": 0.9950585961341858, "n_nonzero": 76, "recon_mse": 0.00013241174747236073, "lr": 5.212254894186065e-05, "elapsed": 175.50536370277405}
|
| 46 |
+
{"epoch": 22500, "loss": 0.00020156462414888665, "recon_cos": 0.9951300621032715, "recon_cos_legacy": 0.9951300621032715, "n_nonzero": 76, "recon_mse": 0.0001306711055804044, "lr": 4.6483647434302644e-05, "elapsed": 179.27481055259705}
|
| 47 |
+
{"epoch": 23000, "loss": 0.00017845963884610683, "recon_cos": 0.9952394366264343, "recon_cos_legacy": 0.9952394366264343, "n_nonzero": 76, "recon_mse": 0.00012648424308281392, "lr": 4.1132588449530204e-05, "elapsed": 184.62701177597046}
|
| 48 |
+
{"epoch": 23500, "loss": 0.00015556955622741953, "recon_cos": 0.9954663515090942, "recon_cos_legacy": 0.9954663515090942, "n_nonzero": 76, "recon_mse": 0.00012053837417624891, "lr": 3.608403886827286e-05, "elapsed": 189.51287746429443}
|
| 49 |
+
{"epoch": 24000, "loss": 0.00016592477186350152, "recon_cos": 0.9955259561538696, "recon_cos_legacy": 0.9955259561538696, "n_nonzero": 76, "recon_mse": 0.00011937923409277573, "lr": 3.135183641401276e-05, "elapsed": 194.7551817893982}
|
| 50 |
+
{"epoch": 24500, "loss": 0.00017749128164723516, "recon_cos": 0.9956988096237183, "recon_cos_legacy": 0.9956988096237183, "n_nonzero": 76, "recon_mse": 0.00011773112782975659, "lr": 2.6948951724745108e-05, "elapsed": 199.60588097572327}
|
| 51 |
+
{"epoch": 25000, "loss": 0.00015117235307116061, "recon_cos": 0.995774507522583, "recon_cos_legacy": 0.995774507522583, "n_nonzero": 76, "recon_mse": 0.00011268756497884169, "lr": 2.2887452801362638e-05, "elapsed": 204.3514757156372}
|
| 52 |
+
{"epoch": 25500, "loss": 0.0001630622718948871, "recon_cos": 0.9958001971244812, "recon_cos_legacy": 0.9958001971244812, "n_nonzero": 76, "recon_mse": 0.000111498506157659, "lr": 1.917847193010304e-05, "elapsed": 209.1967794895172}
|
| 53 |
+
{"epoch": 26000, "loss": 0.0001574581183376722, "recon_cos": 0.995945394039154, "recon_cos_legacy": 0.995945394039154, "n_nonzero": 76, "recon_mse": 0.00010738310083979741, "lr": 1.5832175169726184e-05, "elapsed": 212.9862654209137}
|
| 54 |
+
{"epoch": 26500, "loss": 0.0001634986256249249, "recon_cos": 0.9960348010063171, "recon_cos_legacy": 0.9960348010063171, "n_nonzero": 76, "recon_mse": 0.00010545919940341264, "lr": 1.2857734487054513e-05, "elapsed": 216.76414132118225}
|
| 55 |
+
{"epoch": 27000, "loss": 0.0001607383310329169, "recon_cos": 0.9960643649101257, "recon_cos_legacy": 0.9960643649101257, "n_nonzero": 76, "recon_mse": 0.00010400891187600791, "lr": 1.0263302617248144e-05, "elapsed": 220.54681968688965}
|
| 56 |
+
{"epoch": 27500, "loss": 0.00014541835844283924, "recon_cos": 0.996102511882782, "recon_cos_legacy": 0.996102511882782, "n_nonzero": 76, "recon_mse": 0.00010326748451916501, "lr": 8.055990717725289e-06, "elapsed": 224.31948733329773}
|
| 57 |
+
{"epoch": 28000, "loss": 0.00013468193355947733, "recon_cos": 0.99615478515625, "recon_cos_legacy": 0.99615478515625, "n_nonzero": 76, "recon_mse": 0.00010198333620792255, "lr": 6.2418488769744334e-06, "elapsed": 228.10816717147827}
|
| 58 |
+
{"epoch": 28500, "loss": 0.0001699101776466705, "recon_cos": 0.9961728453636169, "recon_cos_legacy": 0.9961728453636169, "n_nonzero": 76, "recon_mse": 0.00010152703907806426, "lr": 4.825849531681672e-06, "elapsed": 231.90534090995789}
|
| 59 |
+
{"epoch": 29000, "loss": 0.0001306741796724964, "recon_cos": 0.9961985349655151, "recon_cos_legacy": 0.9961985349655151, "n_nonzero": 76, "recon_mse": 0.0001005200610961765, "lr": 3.8118738376273407e-06, "elapsed": 235.71628856658936}
|
| 60 |
+
{"epoch": 29500, "loss": 0.00015533550322288647, "recon_cos": 0.9962385296821594, "recon_cos_legacy": 0.9962385296821594, "n_nonzero": 76, "recon_mse": 9.970171959139407e-05, "lr": 3.2027010317082486e-06, "elapsed": 239.50883603096008}
|
| 61 |
+
{"epoch": 29999, "loss": 0.00015382417768705636, "recon_cos": 0.9962025880813599, "recon_cos_legacy": 0.9962025880813599, "n_nonzero": 76, "recon_mse": 0.00010019737965194508, "lr": 2.9999999999999997e-06, "elapsed": 243.26091957092285}
|
flow_heads/norman/seed2/krr_prior.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed54b2612b50268760dc710e28dc0eca0f26b9162bfd5ab3c309af3e855f9c1a
|
| 3 |
+
size 613987
|
flow_heads/norman/seed2/reproduce.sh
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/bash
|
| 2 |
+
# Reproduce: Norman seed 2
|
| 3 |
+
# Run dir: runs/b200_norman_flow_e115_krrinit_s02_mask_30k_seed2
|
| 4 |
+
# Result: experiments/results/fair_comparison/norman_rotation_vs_direct__flow__b200_norman_flow_e115_krrinit_s02_mask_30k_seed2.json
|
| 5 |
+
# Original launch: unknown
|
| 6 |
+
# Backbone (rotation autoencoder, must be loaded first): hf-assets/checkpoints/crispra_norman_r16/scFATE_epoch100_periodic.pt
|
| 7 |
+
|
| 8 |
+
set -euo pipefail
|
| 9 |
+
REPO=${REPO:-/workspace/research/scFATE}
|
| 10 |
+
cd "$REPO"
|
| 11 |
+
DATASET="datasets/scFATE/processed/CRISPRa-norman/norman2019_gears_split.h5ad"
|
| 12 |
+
BACKBONE="hf-assets/checkpoints/crispra_norman_r16/scFATE_epoch100_periodic.pt"
|
| 13 |
+
RUN_DIR="runs/b200_norman_flow_e115_krrinit_s02_mask_30k_seed2"
|
| 14 |
+
|
| 15 |
+
.venv/bin/python -u scripts/train_flow.py \
|
| 16 |
+
--dataset_h5ad "$DATASET" \
|
| 17 |
+
--backbone_ckpt "$BACKBONE" \
|
| 18 |
+
--output "$RUN_DIR" \
|
| 19 |
+
--seed 2 \
|
| 20 |
+
--theta_dim 192 \
|
| 21 |
+
--d_embed 1824 \
|
| 22 |
+
--d_hidden 512 \
|
| 23 |
+
--n_blocks 4 \
|
| 24 |
+
--n_steps 20 \
|
| 25 |
+
--sigma 0.02 \
|
| 26 |
+
--krr_alpha 1.0 \
|
| 27 |
+
--krr_gamma 0.01 \
|
| 28 |
+
--prior 'krr'
|
flow_heads/norman/seed3/config.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"paper_row": "Norman seed 3",
|
| 3 |
+
"dataset": "CRISPRa Norman",
|
| 4 |
+
"run_dir": "runs/b200_norman_flow_e115_krrinit_s02_mask_30k_seed3",
|
| 5 |
+
"backbone": "hf-assets/checkpoints/crispra_norman_r16/scFATE_epoch100_periodic.pt",
|
| 6 |
+
"h5ad_rel": "datasets/scFATE/processed/CRISPRa-norman/norman2019_gears_split.h5ad",
|
| 7 |
+
"training_script": "scripts/train_flow.py",
|
| 8 |
+
"seed": 3,
|
| 9 |
+
"result_json": "experiments/results/fair_comparison/norman_rotation_vs_direct__flow__b200_norman_flow_e115_krrinit_s02_mask_30k_seed3.json",
|
| 10 |
+
"teacher": null,
|
| 11 |
+
"teachers": null,
|
| 12 |
+
"launch_script": null,
|
| 13 |
+
"checkpoint": {
|
| 14 |
+
"path": "runs/b200_norman_flow_e115_krrinit_s02_mask_30k_seed3/flow_best.pt",
|
| 15 |
+
"size_mb": 46.5,
|
| 16 |
+
"files_in_dir": [
|
| 17 |
+
"config.json",
|
| 18 |
+
"flow_best.pt",
|
| 19 |
+
"flow_metrics.jsonl",
|
| 20 |
+
"krr_prior.pkl",
|
| 21 |
+
"reproduce.sh"
|
| 22 |
+
]
|
| 23 |
+
},
|
| 24 |
+
"hparams_top": {
|
| 25 |
+
"_v_net_state_dict_present": true,
|
| 26 |
+
"theta_dim": 192,
|
| 27 |
+
"d_embed": 1824,
|
| 28 |
+
"d_hidden": 512,
|
| 29 |
+
"n_blocks": 4,
|
| 30 |
+
"sigma": 0.02,
|
| 31 |
+
"n_steps": 20,
|
| 32 |
+
"epoch": 29500,
|
| 33 |
+
"loss": 0.0001756271449266933,
|
| 34 |
+
"pert_names": "<list len=108 sample=['1', '2', 'AHR', 'ARID1A', 'ARRDC3']>",
|
| 35 |
+
"mv_gene_names": "<list len=104 sample=['AHR', 'ARID1A', 'ARRDC3', 'ATL1', 'BAK1']>",
|
| 36 |
+
"prior": "krr",
|
| 37 |
+
"krr_gamma": 0.01,
|
| 38 |
+
"krr_alpha": 1.0
|
| 39 |
+
},
|
| 40 |
+
"hparams_nested": {}
|
| 41 |
+
}
|
flow_heads/norman/seed3/flow_best.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9348ed5dfcbf59ac2a99463d64f006ac9287f4845ea6a2cef6ddc7495c747192
|
| 3 |
+
size 48778123
|
flow_heads/norman/seed3/flow_metrics.jsonl
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"epoch": 0, "loss": 0.010685030836611986, "recon_cos": 0.47311341762542725, "recon_cos_legacy": 0.47311341762542725, "n_nonzero": 76, "recon_mse": 0.01180971972644329, "lr": 0.00029999999918575764, "elapsed": 0.5167660713195801}
|
| 2 |
+
{"epoch": 500, "loss": 0.0007356101705227047, "recon_cos": 0.9160396456718445, "recon_cos_legacy": 0.9160396456718445, "n_nonzero": 76, "recon_mse": 0.001977349631488323, "lr": 0.0002997956712275646, "elapsed": 4.302055597305298}
|
| 3 |
+
{"epoch": 1000, "loss": 0.0005432900215964764, "recon_cos": 0.9728785157203674, "recon_cos_legacy": 0.9728785157203674, "n_nonzero": 76, "recon_mse": 0.0006862425361759961, "lr": 0.000299184875142442, "elapsed": 8.045132875442505}
|
| 4 |
+
{"epoch": 1500, "loss": 0.0005161278240848333, "recon_cos": 0.9807891845703125, "recon_cos_legacy": 0.9807891845703125, "n_nonzero": 76, "recon_mse": 0.000516143161803484, "lr": 0.0002981692850800035, "elapsed": 11.779856443405151}
|
| 5 |
+
{"epoch": 2000, "loss": 0.0004925174725940451, "recon_cos": 0.9810563325881958, "recon_cos_legacy": 0.9810563325881958, "n_nonzero": 76, "recon_mse": 0.0005027392180636525, "lr": 0.00029675168470201714, "elapsed": 15.53119945526123}
|
| 6 |
+
{"epoch": 2500, "loss": 0.0004867894749622792, "recon_cos": 0.9815288186073303, "recon_cos_legacy": 0.9815288186073303, "n_nonzero": 76, "recon_mse": 0.0004975697374902666, "lr": 0.00029493595955258384, "elapsed": 19.27340054512024}
|
| 7 |
+
{"epoch": 3000, "loss": 0.0004927910049445927, "recon_cos": 0.9817748069763184, "recon_cos_legacy": 0.9817748069763184, "n_nonzero": 76, "recon_mse": 0.0004933999734930694, "lr": 0.00029272708640812903, "elapsed": 23.011637210845947}
|
| 8 |
+
{"epoch": 3500, "loss": 0.00048552124644629657, "recon_cos": 0.9819520711898804, "recon_cos_legacy": 0.9819520711898804, "n_nonzero": 76, "recon_mse": 0.0004791999526787549, "lr": 0.0002901311196364036, "elapsed": 26.72987651824951}
|
| 9 |
+
{"epoch": 4000, "loss": 0.0005013099580537528, "recon_cos": 0.967130184173584, "recon_cos_legacy": 0.967130184173584, "n_nonzero": 76, "recon_mse": 0.0009551874245516956, "lr": 0.0002871551746018852, "elapsed": 30.474343061447144}
|
| 10 |
+
{"epoch": 4500, "loss": 0.00047366746002808213, "recon_cos": 0.9822759032249451, "recon_cos_legacy": 0.9822759032249451, "n_nonzero": 76, "recon_mse": 0.00047365963109768927, "lr": 0.0002838074081630589, "elapsed": 34.18146872520447}
|
| 11 |
+
{"epoch": 5000, "loss": 0.000991383334621787, "recon_cos": 0.9388524293899536, "recon_cos_legacy": 0.9388524293899536, "n_nonzero": 76, "recon_mse": 0.0013880155747756362, "lr": 0.000280096996315032, "elapsed": 37.91156244277954}
|
| 12 |
+
{"epoch": 5500, "loss": 0.0004524036048678681, "recon_cos": 0.9825797080993652, "recon_cos_legacy": 0.9825797080993652, "n_nonzero": 76, "recon_mse": 0.00047468687989749014, "lr": 0.0002760341090387737, "elapsed": 41.64521288871765}
|
| 13 |
+
{"epoch": 6000, "loss": 0.00047699263086542487, "recon_cos": 0.9829216003417969, "recon_cos_legacy": 0.9829216003417969, "n_nonzero": 76, "recon_mse": 0.0004610494361259043, "lr": 0.00027162988242589994, "elapsed": 45.40473532676697}
|
| 14 |
+
{"epoch": 6500, "loss": 0.0004611452604876831, "recon_cos": 0.982863187789917, "recon_cos_legacy": 0.982863187789917, "n_nonzero": 76, "recon_mse": 0.0004623449931386858, "lr": 0.00026689638815542233, "elapsed": 49.13521718978882}
|
| 15 |
+
{"epoch": 7000, "loss": 0.00045916276576463133, "recon_cos": 0.9831017255783081, "recon_cos_legacy": 0.9831017255783081, "n_nonzero": 76, "recon_mse": 0.0004511061997618526, "lr": 0.00026184660040611565, "elapsed": 52.85133719444275}
|
| 16 |
+
{"epoch": 7500, "loss": 0.00045719243644271046, "recon_cos": 0.9829927086830139, "recon_cos_legacy": 0.9829927086830139, "n_nonzero": 76, "recon_mse": 0.0004596320795826614, "lr": 0.00025649436029519446, "elapsed": 56.564207315444946}
|
| 17 |
+
{"epoch": 8000, "loss": 0.0004427680396474898, "recon_cos": 0.9598395824432373, "recon_cos_legacy": 0.9598395824432373, "n_nonzero": 76, "recon_mse": 0.0009685573168098927, "lr": 0.0002508543379407724, "elapsed": 60.28708338737488}
|
| 18 |
+
{"epoch": 8500, "loss": 0.0004512909654295072, "recon_cos": 0.9833539724349976, "recon_cos_legacy": 0.9833539724349976, "n_nonzero": 76, "recon_mse": 0.0004421413177624345, "lr": 0.0002449419922520919, "elapsed": 64.02916479110718}
|
| 19 |
+
{"epoch": 9000, "loss": 0.00043804179586004466, "recon_cos": 0.9837239980697632, "recon_cos_legacy": 0.9837239980697632, "n_nonzero": 76, "recon_mse": 0.00043679450755007565, "lr": 0.0002387735285577206, "elapsed": 67.75900077819824}
|
| 20 |
+
{"epoch": 9500, "loss": 0.0004265731113264337, "recon_cos": 0.9840536713600159, "recon_cos_legacy": 0.9840536713600159, "n_nonzero": 76, "recon_mse": 0.0004307289782445878, "lr": 0.00023236585418788042, "elapsed": 71.52110457420349}
|
| 21 |
+
{"epoch": 10000, "loss": 0.00043563227518461645, "recon_cos": 0.9845023155212402, "recon_cos_legacy": 0.9845023155212402, "n_nonzero": 76, "recon_mse": 0.00041699959547258914, "lr": 0.00022573653213262733, "elapsed": 75.28060746192932}
|
| 22 |
+
{"epoch": 10500, "loss": 0.00041825976222753525, "recon_cos": 0.9851150512695312, "recon_cos_legacy": 0.9851150512695312, "n_nonzero": 76, "recon_mse": 0.00040258554508909583, "lr": 0.00021890373290291688, "elapsed": 79.00527548789978}
|
| 23 |
+
{"epoch": 11000, "loss": 0.0004130950692342594, "recon_cos": 0.9857372641563416, "recon_cos_legacy": 0.9857372641563416, "n_nonzero": 76, "recon_mse": 0.00038681106525473297, "lr": 0.0002118861847264958, "elapsed": 82.88263940811157}
|
| 24 |
+
{"epoch": 11500, "loss": 0.0003922619653167203, "recon_cos": 0.9863855242729187, "recon_cos_legacy": 0.9863855242729187, "n_nonzero": 76, "recon_mse": 0.00036896346136927605, "lr": 0.00020470312221513152, "elapsed": 88.47179436683655}
|
| 25 |
+
{"epoch": 12000, "loss": 0.000365763931768015, "recon_cos": 0.9869752526283264, "recon_cos_legacy": 0.9869752526283264, "n_nonzero": 76, "recon_mse": 0.00035069213481619954, "lr": 0.0001973742336438792, "elapsed": 93.91691017150879}
|
| 26 |
+
{"epoch": 12500, "loss": 0.00039542943704873323, "recon_cos": 0.9334579110145569, "recon_cos_legacy": 0.9334579110145569, "n_nonzero": 76, "recon_mse": 0.0013960649957880378, "lr": 0.00018991960698688787, "elapsed": 99.27269530296326}
|
| 27 |
+
{"epoch": 13000, "loss": 0.0003584894584491849, "recon_cos": 0.9881151914596558, "recon_cos_legacy": 0.9881151914596558, "n_nonzero": 76, "recon_mse": 0.00031908307573758066, "lr": 0.00018235967485765974, "elapsed": 103.13052940368652}
|
| 28 |
+
{"epoch": 13500, "loss": 0.00034846464404836297, "recon_cos": 0.9887121319770813, "recon_cos_legacy": 0.9887121319770813, "n_nonzero": 76, "recon_mse": 0.0003040368901565671, "lr": 0.0001747151585046765, "elapsed": 106.86274886131287}
|
| 29 |
+
{"epoch": 14000, "loss": 0.0003466620109975338, "recon_cos": 0.9891263246536255, "recon_cos_legacy": 0.9891263246536255, "n_nonzero": 76, "recon_mse": 0.000293746154056862, "lr": 0.00016700701101589807, "elapsed": 110.60699486732483}
|
| 30 |
+
{"epoch": 14500, "loss": 0.0003302393452031538, "recon_cos": 0.9895871877670288, "recon_cos_legacy": 0.9895871877670288, "n_nonzero": 76, "recon_mse": 0.00028026316431351006, "lr": 0.00015925635988780357, "elapsed": 115.5749819278717}
|
| 31 |
+
{"epoch": 15000, "loss": 0.0003230703732697293, "recon_cos": 0.9899402260780334, "recon_cos_legacy": 0.9899402260780334, "n_nonzero": 76, "recon_mse": 0.0002722321078181267, "lr": 0.00015148444911639475, "elapsed": 121.51942467689514}
|
| 32 |
+
{"epoch": 15500, "loss": 0.00029732771508861333, "recon_cos": 0.9900529980659485, "recon_cos_legacy": 0.9900529980659485, "n_nonzero": 76, "recon_mse": 0.00026558435638435185, "lr": 0.00014371258096887744, "elapsed": 125.28163576126099}
|
| 33 |
+
{"epoch": 16000, "loss": 0.00030150535167194903, "recon_cos": 0.9906389117240906, "recon_cos_legacy": 0.9906389117240906, "n_nonzero": 76, "recon_mse": 0.0002536115061957389, "lr": 0.00013596205759562737, "elapsed": 129.03033113479614}
|
| 34 |
+
{"epoch": 16500, "loss": 0.0002823133982019499, "recon_cos": 0.9907664060592651, "recon_cos_legacy": 0.9907664060592651, "n_nonzero": 76, "recon_mse": 0.0002465090074110776, "lr": 0.0001282541226424788, "elapsed": 132.76607179641724}
|
| 35 |
+
{"epoch": 17000, "loss": 0.0002732666180236265, "recon_cos": 0.9909862875938416, "recon_cos_legacy": 0.9909862875938416, "n_nonzero": 76, "recon_mse": 0.00024005667364690453, "lr": 0.00012060990302336408, "elapsed": 136.5094075202942}
|
| 36 |
+
{"epoch": 17500, "loss": 0.0002707071107579395, "recon_cos": 0.9914050698280334, "recon_cos_legacy": 0.9914050698280334, "n_nonzero": 76, "recon_mse": 0.00023458496434614062, "lr": 0.00011305035101291968, "elapsed": 140.2531304359436}
|
| 37 |
+
{"epoch": 18000, "loss": 0.00026826425892068073, "recon_cos": 0.9916444420814514, "recon_cos_legacy": 0.9916444420814514, "n_nonzero": 76, "recon_mse": 0.00022544835519511253, "lr": 0.0001055961868177466, "elapsed": 143.99532628059387}
|
| 38 |
+
{"epoch": 18500, "loss": 0.0002604668552521616, "recon_cos": 0.9918425679206848, "recon_cos_legacy": 0.9918425679206848, "n_nonzero": 76, "recon_mse": 0.0002163472818210721, "lr": 9.826784178377116e-05, "elapsed": 147.72744750976562}
|
| 39 |
+
{"epoch": 19000, "loss": 0.0002619668812258169, "recon_cos": 0.992125391960144, "recon_cos_legacy": 0.992125391960144, "n_nonzero": 76, "recon_mse": 0.00021220184862613678, "lr": 9.10854023953446e-05, "elapsed": 151.48675656318665}
|
| 40 |
+
{"epoch": 19500, "loss": 0.00023566111485706642, "recon_cos": 0.992376446723938, "recon_cos_legacy": 0.992376446723938, "n_nonzero": 76, "recon_mse": 0.00020280576427467167, "lr": 8.406855521958498e-05, "elapsed": 155.20700192451477}
|
| 41 |
+
{"epoch": 20000, "loss": 0.00024525774642825127, "recon_cos": 0.9925757050514221, "recon_cos_legacy": 0.9925757050514221, "n_nonzero": 76, "recon_mse": 0.00019768600759562105, "lr": 7.72365329468663e-05, "elapsed": 158.95143699645996}
|
| 42 |
+
{"epoch": 20500, "loss": 0.00022659500245936215, "recon_cos": 0.9928380250930786, "recon_cos_legacy": 0.9928380250930786, "n_nonzero": 76, "recon_mse": 0.0001916873297886923, "lr": 7.060806167535009e-05, "elapsed": 162.66760849952698}
|
| 43 |
+
{"epoch": 21000, "loss": 0.0002541263384046033, "recon_cos": 0.9931390881538391, "recon_cos_legacy": 0.9931390881538391, "n_nonzero": 76, "recon_mse": 0.00018533434194978327, "lr": 6.42013095840519e-05, "elapsed": 166.40481972694397}
|
| 44 |
+
{"epoch": 21500, "loss": 0.00023128486645873636, "recon_cos": 0.9932659864425659, "recon_cos_legacy": 0.9932659864425659, "n_nonzero": 76, "recon_mse": 0.00018047199409920722, "lr": 5.8033837135127005e-05, "elapsed": 170.10828590393066}
|
| 45 |
+
{"epoch": 22000, "loss": 0.00022222832922125235, "recon_cos": 0.9934134483337402, "recon_cos_legacy": 0.9934134483337402, "n_nonzero": 76, "recon_mse": 0.00017551323981024325, "lr": 5.212254894186065e-05, "elapsed": 173.81647610664368}
|
| 46 |
+
{"epoch": 22500, "loss": 0.00022720275592291728, "recon_cos": 0.9934998750686646, "recon_cos_legacy": 0.9934998750686646, "n_nonzero": 76, "recon_mse": 0.00017261531320400536, "lr": 4.6483647434302644e-05, "elapsed": 177.6268916130066}
|
| 47 |
+
{"epoch": 23000, "loss": 0.00023938678350532427, "recon_cos": 0.9937635660171509, "recon_cos_legacy": 0.9937635660171509, "n_nonzero": 76, "recon_mse": 0.0001662801660131663, "lr": 4.1132588449530204e-05, "elapsed": 182.75808262825012}
|
| 48 |
+
{"epoch": 23500, "loss": 0.00024573318660259247, "recon_cos": 0.9938966631889343, "recon_cos_legacy": 0.9938966631889343, "n_nonzero": 76, "recon_mse": 0.0001647296448936686, "lr": 3.608403886827286e-05, "elapsed": 187.61381340026855}
|
| 49 |
+
{"epoch": 24000, "loss": 0.0002120793069479987, "recon_cos": 0.9938938617706299, "recon_cos_legacy": 0.9938938617706299, "n_nonzero": 76, "recon_mse": 0.00016162850079126656, "lr": 3.135183641401276e-05, "elapsed": 192.44062185287476}
|
| 50 |
+
{"epoch": 24500, "loss": 0.00020098465029150248, "recon_cos": 0.9941207766532898, "recon_cos_legacy": 0.9941207766532898, "n_nonzero": 76, "recon_mse": 0.00015608270769007504, "lr": 2.6948951724745108e-05, "elapsed": 197.26812267303467}
|
| 51 |
+
{"epoch": 25000, "loss": 0.00021160799951758236, "recon_cos": 0.9942377805709839, "recon_cos_legacy": 0.9942377805709839, "n_nonzero": 76, "recon_mse": 0.00015399434778373688, "lr": 2.2887452801362638e-05, "elapsed": 202.31596064567566}
|
| 52 |
+
{"epoch": 25500, "loss": 0.00019376013369765133, "recon_cos": 0.9942845106124878, "recon_cos_legacy": 0.9942845106124878, "n_nonzero": 76, "recon_mse": 0.00015230450662784278, "lr": 1.917847193010304e-05, "elapsed": 206.821298122406}
|
| 53 |
+
{"epoch": 26000, "loss": 0.00019351577066117898, "recon_cos": 0.9944100975990295, "recon_cos_legacy": 0.9944100975990295, "n_nonzero": 76, "recon_mse": 0.00014890315651427954, "lr": 1.5832175169726184e-05, "elapsed": 210.57995557785034}
|
| 54 |
+
{"epoch": 26500, "loss": 0.00020976379892090335, "recon_cos": 0.9943819642066956, "recon_cos_legacy": 0.9943819642066956, "n_nonzero": 76, "recon_mse": 0.00014797902258578688, "lr": 1.2857734487054513e-05, "elapsed": 214.31829404830933}
|
| 55 |
+
{"epoch": 27000, "loss": 0.00019995702314190567, "recon_cos": 0.9945182800292969, "recon_cos_legacy": 0.9945182800292969, "n_nonzero": 76, "recon_mse": 0.00014569322229363024, "lr": 1.0263302617248144e-05, "elapsed": 218.04593348503113}
|
| 56 |
+
{"epoch": 27500, "loss": 0.00019590306328609586, "recon_cos": 0.9945393800735474, "recon_cos_legacy": 0.9945393800735474, "n_nonzero": 76, "recon_mse": 0.0001447394461138174, "lr": 8.055990717725289e-06, "elapsed": 221.75358510017395}
|
| 57 |
+
{"epoch": 28000, "loss": 0.0001930320868268609, "recon_cos": 0.9945881366729736, "recon_cos_legacy": 0.9945881366729736, "n_nonzero": 76, "recon_mse": 0.00014300803013611585, "lr": 6.2418488769744334e-06, "elapsed": 225.47013330459595}
|
| 58 |
+
{"epoch": 28500, "loss": 0.00017781124915927649, "recon_cos": 0.994616687297821, "recon_cos_legacy": 0.994616687297821, "n_nonzero": 76, "recon_mse": 0.00014218673459254205, "lr": 4.825849531681672e-06, "elapsed": 229.23547959327698}
|
| 59 |
+
{"epoch": 29000, "loss": 0.00018663491209736094, "recon_cos": 0.9946205019950867, "recon_cos_legacy": 0.9946205019950867, "n_nonzero": 76, "recon_mse": 0.0001416980812791735, "lr": 3.8118738376273407e-06, "elapsed": 233.01009368896484}
|
| 60 |
+
{"epoch": 29500, "loss": 0.0001756271449266933, "recon_cos": 0.99466472864151, "recon_cos_legacy": 0.99466472864151, "n_nonzero": 76, "recon_mse": 0.00014087279851082712, "lr": 3.2027010317082486e-06, "elapsed": 236.74606466293335}
|
| 61 |
+
{"epoch": 29999, "loss": 0.00018408914911560714, "recon_cos": 0.9946591258049011, "recon_cos_legacy": 0.9946591258049011, "n_nonzero": 76, "recon_mse": 0.0001406563096679747, "lr": 2.9999999999999997e-06, "elapsed": 240.49177026748657}
|
flow_heads/norman/seed3/krr_prior.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed54b2612b50268760dc710e28dc0eca0f26b9162bfd5ab3c309af3e855f9c1a
|
| 3 |
+
size 613987
|
flow_heads/norman/seed3/reproduce.sh
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/bash
|
| 2 |
+
# Reproduce: Norman seed 3
|
| 3 |
+
# Run dir: runs/b200_norman_flow_e115_krrinit_s02_mask_30k_seed3
|
| 4 |
+
# Result: experiments/results/fair_comparison/norman_rotation_vs_direct__flow__b200_norman_flow_e115_krrinit_s02_mask_30k_seed3.json
|
| 5 |
+
# Original launch: unknown
|
| 6 |
+
# Backbone (rotation autoencoder, must be loaded first): hf-assets/checkpoints/crispra_norman_r16/scFATE_epoch100_periodic.pt
|
| 7 |
+
|
| 8 |
+
set -euo pipefail
|
| 9 |
+
REPO=${REPO:-/workspace/research/scFATE}
|
| 10 |
+
cd "$REPO"
|
| 11 |
+
DATASET="datasets/scFATE/processed/CRISPRa-norman/norman2019_gears_split.h5ad"
|
| 12 |
+
BACKBONE="hf-assets/checkpoints/crispra_norman_r16/scFATE_epoch100_periodic.pt"
|
| 13 |
+
RUN_DIR="runs/b200_norman_flow_e115_krrinit_s02_mask_30k_seed3"
|
| 14 |
+
|
| 15 |
+
.venv/bin/python -u scripts/train_flow.py \
|
| 16 |
+
--dataset_h5ad "$DATASET" \
|
| 17 |
+
--backbone_ckpt "$BACKBONE" \
|
| 18 |
+
--output "$RUN_DIR" \
|
| 19 |
+
--seed 3 \
|
| 20 |
+
--theta_dim 192 \
|
| 21 |
+
--d_embed 1824 \
|
| 22 |
+
--d_hidden 512 \
|
| 23 |
+
--n_blocks 4 \
|
| 24 |
+
--n_steps 20 \
|
| 25 |
+
--sigma 0.02 \
|
| 26 |
+
--krr_alpha 1.0 \
|
| 27 |
+
--krr_gamma 0.01 \
|
| 28 |
+
--prior 'krr'
|
flow_heads/rpe1/seed1/config.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"paper_row": "RPE1 seed 1",
|
| 3 |
+
"dataset": "Replogle RPE1",
|
| 4 |
+
"run_dir": "runs/b200_rpe1_flow_block_krrinit_mask_30k_s1",
|
| 5 |
+
"backbone": "hf-assets/checkpoints/rpe1/scFATE_epoch350_periodic.pt",
|
| 6 |
+
"h5ad_rel": "datasets/scFATE/processed/replogle_rpe1/replogle_rpe1.h5ad",
|
| 7 |
+
"training_script": "scripts/train_flow.py",
|
| 8 |
+
"seed": 1,
|
| 9 |
+
"result_json": "experiments/results/fair_comparison/rpe1_rotation_vs_direct__flow__b200_rpe1_flow_block_krrinit_mask_30k_s1_rpe1_block_K128.json",
|
| 10 |
+
"teacher": null,
|
| 11 |
+
"teachers": null,
|
| 12 |
+
"launch_script": null,
|
| 13 |
+
"checkpoint": {
|
| 14 |
+
"path": "runs/b200_rpe1_flow_block_krrinit_mask_30k_s1/flow_best.pt",
|
| 15 |
+
"size_mb": 46.6,
|
| 16 |
+
"files_in_dir": [
|
| 17 |
+
"config.json",
|
| 18 |
+
"flow_best.pt",
|
| 19 |
+
"flow_metrics.jsonl",
|
| 20 |
+
"krr_prior.pkl",
|
| 21 |
+
"reproduce.sh"
|
| 22 |
+
]
|
| 23 |
+
},
|
| 24 |
+
"hparams_top": {
|
| 25 |
+
"_v_net_state_dict_present": true,
|
| 26 |
+
"theta_dim": 192,
|
| 27 |
+
"d_embed": 1824,
|
| 28 |
+
"d_hidden": 512,
|
| 29 |
+
"n_blocks": 4,
|
| 30 |
+
"sigma": 0.05,
|
| 31 |
+
"n_steps": 20,
|
| 32 |
+
"epoch": 28500,
|
| 33 |
+
"loss": 5.099160883522321e-05,
|
| 34 |
+
"pert_names": "<list len=1544 sample=['AARS', 'AASDHPPT', 'AATF', 'ABCB10', 'ABCB7']>",
|
| 35 |
+
"mv_gene_names": "<list len=1524 sample=['AARS', 'AASDHPPT', 'AATF', 'ABCB10', 'ABCB7']>",
|
| 36 |
+
"prior": "krr",
|
| 37 |
+
"krr_gamma": 0.01,
|
| 38 |
+
"krr_alpha": 1.0
|
| 39 |
+
},
|
| 40 |
+
"hparams_nested": {}
|
| 41 |
+
}
|
flow_heads/rpe1/seed1/flow_best.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ecb4218950a4140683747cd6b04c11fbab10ed5c33a2492772c748f63f0943a6
|
| 3 |
+
size 48821131
|
flow_heads/rpe1/seed1/flow_metrics.jsonl
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"epoch": 0, "loss": 0.0057693754141736366, "recon_cos": 0.21366101503372192, "recon_cos_legacy": 0.21366101503372192, "n_nonzero": 1142, "recon_mse": 0.005639828275889158, "lr": 0.00029999999918575764, "elapsed": 0.45188140869140625}
|
| 2 |
+
{"epoch": 500, "loss": 0.0010151837098722656, "recon_cos": 0.9112210869789124, "recon_cos_legacy": 0.9112210869789124, "n_nonzero": 1142, "recon_mse": 0.00036863709101453424, "lr": 0.0002997956712275646, "elapsed": 67.76361513137817}
|
| 3 |
+
{"epoch": 1000, "loss": 0.0006893557438161224, "recon_cos": 0.9788127541542053, "recon_cos_legacy": 0.9788127541542053, "n_nonzero": 1142, "recon_mse": 0.00011925909348065034, "lr": 0.000299184875142442, "elapsed": 134.56548595428467}
|
| 4 |
+
{"epoch": 1500, "loss": 0.0004948792589453256, "recon_cos": 0.9874263405799866, "recon_cos_legacy": 0.9874263405799866, "n_nonzero": 1142, "recon_mse": 7.6480362622533e-05, "lr": 0.0002981692850800035, "elapsed": 200.54989433288574}
|
| 5 |
+
{"epoch": 2000, "loss": 0.00042986488309300813, "recon_cos": 0.9903416633605957, "recon_cos_legacy": 0.9903416633605957, "n_nonzero": 1142, "recon_mse": 6.542495975736529e-05, "lr": 0.00029675168470201714, "elapsed": 266.417582988739}
|
| 6 |
+
{"epoch": 2500, "loss": 0.0004382755634853513, "recon_cos": 0.992595911026001, "recon_cos_legacy": 0.992595911026001, "n_nonzero": 1142, "recon_mse": 5.1321843784535304e-05, "lr": 0.00029493595955258384, "elapsed": 331.87778544425964}
|
| 7 |
+
{"epoch": 3000, "loss": 0.0003851176714104238, "recon_cos": 0.9935700297355652, "recon_cos_legacy": 0.9935700297355652, "n_nonzero": 1142, "recon_mse": 4.539365545497276e-05, "lr": 0.00029272708640812903, "elapsed": 397.48622393608093}
|
| 8 |
+
{"epoch": 3500, "loss": 0.00031753483643923473, "recon_cos": 0.995003879070282, "recon_cos_legacy": 0.995003879070282, "n_nonzero": 1142, "recon_mse": 3.6279911000747234e-05, "lr": 0.0002901311196364036, "elapsed": 462.8263363838196}
|
| 9 |
+
{"epoch": 4000, "loss": 0.0002902631850803219, "recon_cos": 0.9958458542823792, "recon_cos_legacy": 0.9958458542823792, "n_nonzero": 1142, "recon_mse": 3.1313971703639254e-05, "lr": 0.0002871551746018852, "elapsed": 533.9201357364655}
|
| 10 |
+
{"epoch": 4500, "loss": 0.000312509345450154, "recon_cos": 0.9957131743431091, "recon_cos_legacy": 0.9957131743431091, "n_nonzero": 1142, "recon_mse": 3.126802039332688e-05, "lr": 0.0002838074081630589, "elapsed": 605.4844806194305}
|
| 11 |
+
{"epoch": 5000, "loss": 0.0003073585701511345, "recon_cos": 0.9958785772323608, "recon_cos_legacy": 0.9958785772323608, "n_nonzero": 1142, "recon_mse": 2.7762993340729736e-05, "lr": 0.000280096996315032, "elapsed": 671.7702841758728}
|
| 12 |
+
{"epoch": 5500, "loss": 0.0002601656811344179, "recon_cos": 0.9967573285102844, "recon_cos_legacy": 0.9967573285102844, "n_nonzero": 1142, "recon_mse": 2.2696842279401608e-05, "lr": 0.0002760341090387737, "elapsed": 737.8649110794067}
|
| 13 |
+
{"epoch": 6000, "loss": 0.00028137547754643794, "recon_cos": 0.9970589876174927, "recon_cos_legacy": 0.9970589876174927, "n_nonzero": 1142, "recon_mse": 2.1604588255286217e-05, "lr": 0.00027162988242589994, "elapsed": 804.1735124588013}
|
| 14 |
+
{"epoch": 6500, "loss": 0.0002406197013947854, "recon_cos": 0.9974376559257507, "recon_cos_legacy": 0.9974376559257507, "n_nonzero": 1142, "recon_mse": 1.8956758140120655e-05, "lr": 0.00026689638815542233, "elapsed": 870.4660246372223}
|
| 15 |
+
{"epoch": 7000, "loss": 0.00024148554035087323, "recon_cos": 0.9971504807472229, "recon_cos_legacy": 0.9971504807472229, "n_nonzero": 1142, "recon_mse": 1.8968879885505885e-05, "lr": 0.00026184660040611565, "elapsed": 940.6325888633728}
|
| 16 |
+
{"epoch": 7500, "loss": 0.00023973659739971886, "recon_cos": 0.9976083636283875, "recon_cos_legacy": 0.9976083636283875, "n_nonzero": 1142, "recon_mse": 1.7445210687583312e-05, "lr": 0.00025649436029519446, "elapsed": 1018.2811887264252}
|
| 17 |
+
{"epoch": 8000, "loss": 0.0002314074408786837, "recon_cos": 0.9978888630867004, "recon_cos_legacy": 0.9978888630867004, "n_nonzero": 1142, "recon_mse": 1.5309664377127774e-05, "lr": 0.0002508543379407724, "elapsed": 1086.508465051651}
|
| 18 |
+
{"epoch": 8500, "loss": 0.00022595834080776613, "recon_cos": 0.9979672431945801, "recon_cos_legacy": 0.9979672431945801, "n_nonzero": 1142, "recon_mse": 1.5066164451127406e-05, "lr": 0.0002449419922520919, "elapsed": 1152.054475069046}
|
| 19 |
+
{"epoch": 9000, "loss": 0.00021479665742339825, "recon_cos": 0.9977871179580688, "recon_cos_legacy": 0.9977871179580688, "n_nonzero": 1142, "recon_mse": 1.4094374819251243e-05, "lr": 0.0002387735285577206, "elapsed": 1217.8487417697906}
|
| 20 |
+
{"epoch": 9500, "loss": 0.00022520310833189997, "recon_cos": 0.9982110261917114, "recon_cos_legacy": 0.9982110261917114, "n_nonzero": 1142, "recon_mse": 1.2264987162780017e-05, "lr": 0.00023236585418788042, "elapsed": 1283.6353151798248}
|
| 21 |
+
{"epoch": 10000, "loss": 0.00021876283406325255, "recon_cos": 0.9981827139854431, "recon_cos_legacy": 0.9981827139854431, "n_nonzero": 1142, "recon_mse": 1.2933182006236166e-05, "lr": 0.00022573653213262733, "elapsed": 1349.3059487342834}
|
| 22 |
+
{"epoch": 10500, "loss": 0.00020657913127150905, "recon_cos": 0.9984799027442932, "recon_cos_legacy": 0.9984799027442932, "n_nonzero": 1142, "recon_mse": 1.0491537068446632e-05, "lr": 0.00021890373290291688, "elapsed": 1415.195420742035}
|
| 23 |
+
{"epoch": 11000, "loss": 0.00016558497089944367, "recon_cos": 0.9986504912376404, "recon_cos_legacy": 0.9986504912376404, "n_nonzero": 1142, "recon_mse": 9.694514119473752e-06, "lr": 0.0002118861847264958, "elapsed": 1496.382472038269}
|
| 24 |
+
{"epoch": 11500, "loss": 0.0002133210930171319, "recon_cos": 0.9986140131950378, "recon_cos_legacy": 0.9986140131950378, "n_nonzero": 1142, "recon_mse": 9.868084816844203e-06, "lr": 0.00020470312221513152, "elapsed": 1562.2681250572205}
|
| 25 |
+
{"epoch": 12000, "loss": 0.00017509040743688174, "recon_cos": 0.998828113079071, "recon_cos_legacy": 0.998828113079071, "n_nonzero": 1142, "recon_mse": 8.701355909579434e-06, "lr": 0.0001973742336438792, "elapsed": 1629.8316156864166}
|
| 26 |
+
{"epoch": 12500, "loss": 0.00015832038520279134, "recon_cos": 0.9988389015197754, "recon_cos_legacy": 0.9988389015197754, "n_nonzero": 1142, "recon_mse": 8.249557140516117e-06, "lr": 0.00018991960698688787, "elapsed": 1697.2931520938873}
|
| 27 |
+
{"epoch": 13000, "loss": 0.00016641184952782674, "recon_cos": 0.9989399313926697, "recon_cos_legacy": 0.9989399313926697, "n_nonzero": 1142, "recon_mse": 7.6293085840006825e-06, "lr": 0.00018235967485765974, "elapsed": 1763.112960577011}
|
| 28 |
+
{"epoch": 13500, "loss": 0.00017681332832984885, "recon_cos": 0.99856036901474, "recon_cos_legacy": 0.99856036901474, "n_nonzero": 1142, "recon_mse": 8.509030521963723e-06, "lr": 0.0001747151585046765, "elapsed": 1828.934333562851}
|
| 29 |
+
{"epoch": 14000, "loss": 0.00013578595139228532, "recon_cos": 0.9990487694740295, "recon_cos_legacy": 0.9990487694740295, "n_nonzero": 1142, "recon_mse": 6.433790531445993e-06, "lr": 0.00016700701101589807, "elapsed": 1897.9133579730988}
|
| 30 |
+
{"epoch": 14500, "loss": 0.00012761024946586177, "recon_cos": 0.9991260170936584, "recon_cos_legacy": 0.9991260170936584, "n_nonzero": 1142, "recon_mse": 6.7709606810240075e-06, "lr": 0.00015925635988780357, "elapsed": 1964.0432364940643}
|
| 31 |
+
{"epoch": 15000, "loss": 0.00014634183500877244, "recon_cos": 0.9991476535797119, "recon_cos_legacy": 0.9991476535797119, "n_nonzero": 1142, "recon_mse": 5.915389010624494e-06, "lr": 0.00015148444911639475, "elapsed": 2029.8806614875793}
|
| 32 |
+
{"epoch": 15500, "loss": 0.00016364260176891953, "recon_cos": 0.9991653561592102, "recon_cos_legacy": 0.9991653561592102, "n_nonzero": 1142, "recon_mse": 5.666505785484333e-06, "lr": 0.00014371258096887744, "elapsed": 2101.4805731773376}
|
| 33 |
+
{"epoch": 16000, "loss": 0.00013981005415391538, "recon_cos": 0.9992173314094543, "recon_cos_legacy": 0.9992173314094543, "n_nonzero": 1142, "recon_mse": 5.27539032191271e-06, "lr": 0.00013596205759562737, "elapsed": 2167.8634099960327}
|
| 34 |
+
{"epoch": 16500, "loss": 0.00013819640571455238, "recon_cos": 0.9993028044700623, "recon_cos_legacy": 0.9993028044700623, "n_nonzero": 1142, "recon_mse": 4.784432803717209e-06, "lr": 0.0001282541226424788, "elapsed": 2233.80086350441}
|
| 35 |
+
{"epoch": 17000, "loss": 0.00013277498712543293, "recon_cos": 0.9993447065353394, "recon_cos_legacy": 0.9993447065353394, "n_nonzero": 1142, "recon_mse": 4.429897671798244e-06, "lr": 0.00012060990302336408, "elapsed": 2307.4812705516815}
|
| 36 |
+
{"epoch": 17500, "loss": 0.00014842514368259194, "recon_cos": 0.9993755221366882, "recon_cos_legacy": 0.9993755221366882, "n_nonzero": 1142, "recon_mse": 4.275304945622338e-06, "lr": 0.00011305035101291968, "elapsed": 2376.048611164093}
|
| 37 |
+
{"epoch": 18000, "loss": 0.0001257634093134483, "recon_cos": 0.9994270205497742, "recon_cos_legacy": 0.9994270205497742, "n_nonzero": 1142, "recon_mse": 3.856758667097893e-06, "lr": 0.0001055961868177466, "elapsed": 2441.861617088318}
|
| 38 |
+
{"epoch": 18500, "loss": 0.00012791151261303134, "recon_cos": 0.9994614720344543, "recon_cos_legacy": 0.9994614720344543, "n_nonzero": 1142, "recon_mse": 3.6921176160831237e-06, "lr": 9.826784178377116e-05, "elapsed": 2507.749461889267}
|
| 39 |
+
{"epoch": 19000, "loss": 0.00011137279721474947, "recon_cos": 0.9995161890983582, "recon_cos_legacy": 0.9995161890983582, "n_nonzero": 1142, "recon_mse": 3.403078153496608e-06, "lr": 9.10854023953446e-05, "elapsed": 2573.726398706436}
|
| 40 |
+
{"epoch": 19500, "loss": 0.00010826148769006573, "recon_cos": 0.9995478391647339, "recon_cos_legacy": 0.9995478391647339, "n_nonzero": 1142, "recon_mse": 3.0796313694736455e-06, "lr": 8.406855521958498e-05, "elapsed": 2639.3800082206726}
|
| 41 |
+
{"epoch": 20000, "loss": 9.396596690041608e-05, "recon_cos": 0.9995723962783813, "recon_cos_legacy": 0.9995723962783813, "n_nonzero": 1142, "recon_mse": 2.869428726626211e-06, "lr": 7.72365329468663e-05, "elapsed": 2705.2315170764923}
|
| 42 |
+
{"epoch": 20500, "loss": 0.00010049508596744595, "recon_cos": 0.9996017217636108, "recon_cos_legacy": 0.9996017217636108, "n_nonzero": 1142, "recon_mse": 2.611648596939631e-06, "lr": 7.060806167535009e-05, "elapsed": 2770.8471143245697}
|
| 43 |
+
{"epoch": 21000, "loss": 9.371172705464737e-05, "recon_cos": 0.9996305704116821, "recon_cos_legacy": 0.9996305704116821, "n_nonzero": 1142, "recon_mse": 2.5681213173811557e-06, "lr": 6.42013095840519e-05, "elapsed": 2836.425721168518}
|
| 44 |
+
{"epoch": 21500, "loss": 9.942112996618057e-05, "recon_cos": 0.9996436238288879, "recon_cos_legacy": 0.9996436238288879, "n_nonzero": 1142, "recon_mse": 2.302605935255997e-06, "lr": 5.8033837135127005e-05, "elapsed": 2902.5464975833893}
|
| 45 |
+
{"epoch": 22000, "loss": 9.679320646682754e-05, "recon_cos": 0.9996726512908936, "recon_cos_legacy": 0.9996726512908936, "n_nonzero": 1142, "recon_mse": 2.1484956960193813e-06, "lr": 5.212254894186065e-05, "elapsed": 2968.818298101425}
|
| 46 |
+
{"epoch": 22500, "loss": 9.307317850471009e-05, "recon_cos": 0.9996883869171143, "recon_cos_legacy": 0.9996883869171143, "n_nonzero": 1142, "recon_mse": 2.0441418655536836e-06, "lr": 4.6483647434302644e-05, "elapsed": 3035.03906416893}
|
| 47 |
+
{"epoch": 23000, "loss": 9.777563082025154e-05, "recon_cos": 0.9997056126594543, "recon_cos_legacy": 0.9997056126594543, "n_nonzero": 1142, "recon_mse": 1.98461270883854e-06, "lr": 4.1132588449530204e-05, "elapsed": 3100.984943151474}
|
| 48 |
+
{"epoch": 23500, "loss": 8.076522731749315e-05, "recon_cos": 0.9997317790985107, "recon_cos_legacy": 0.9997317790985107, "n_nonzero": 1142, "recon_mse": 1.731089582790446e-06, "lr": 3.608403886827286e-05, "elapsed": 3166.755910396576}
|
| 49 |
+
{"epoch": 24000, "loss": 8.859556429443829e-05, "recon_cos": 0.9997408986091614, "recon_cos_legacy": 0.9997408986091614, "n_nonzero": 1142, "recon_mse": 1.6455784361824044e-06, "lr": 3.135183641401276e-05, "elapsed": 3232.4758224487305}
|
| 50 |
+
{"epoch": 24500, "loss": 7.359751215416408e-05, "recon_cos": 0.9997515678405762, "recon_cos_legacy": 0.9997515678405762, "n_nonzero": 1142, "recon_mse": 1.6777363498476916e-06, "lr": 2.6948951724745108e-05, "elapsed": 3298.2170510292053}
|
| 51 |
+
{"epoch": 25000, "loss": 7.852493632122382e-05, "recon_cos": 0.9997692108154297, "recon_cos_legacy": 0.9997692108154297, "n_nonzero": 1142, "recon_mse": 1.4370195913215866e-06, "lr": 2.2887452801362638e-05, "elapsed": 3364.1949048042297}
|
| 52 |
+
{"epoch": 25500, "loss": 7.655768614414329e-05, "recon_cos": 0.9997767806053162, "recon_cos_legacy": 0.9997767806053162, "n_nonzero": 1142, "recon_mse": 1.3801223985865363e-06, "lr": 1.917847193010304e-05, "elapsed": 3436.6845269203186}
|
| 53 |
+
{"epoch": 26000, "loss": 7.357266101987787e-05, "recon_cos": 0.9997852444648743, "recon_cos_legacy": 0.9997852444648743, "n_nonzero": 1142, "recon_mse": 1.284258246414538e-06, "lr": 1.5832175169726184e-05, "elapsed": 3508.9787888526917}
|
| 54 |
+
{"epoch": 26500, "loss": 7.409665658997255e-05, "recon_cos": 0.9997947216033936, "recon_cos_legacy": 0.9997947216033936, "n_nonzero": 1142, "recon_mse": 1.2434014706741436e-06, "lr": 1.2857734487054513e-05, "elapsed": 3585.227355480194}
|
| 55 |
+
{"epoch": 27000, "loss": 6.629174029310686e-05, "recon_cos": 0.9998007416725159, "recon_cos_legacy": 0.9998007416725159, "n_nonzero": 1142, "recon_mse": 1.2186135336378356e-06, "lr": 1.0263302617248144e-05, "elapsed": 3656.6918172836304}
|
| 56 |
+
{"epoch": 27500, "loss": 5.860612635741644e-05, "recon_cos": 0.999808132648468, "recon_cos_legacy": 0.999808132648468, "n_nonzero": 1142, "recon_mse": 1.1329543667670805e-06, "lr": 8.055990717725289e-06, "elapsed": 3725.1819689273834}
|
| 57 |
+
{"epoch": 28000, "loss": 6.975726278647521e-05, "recon_cos": 0.9998106956481934, "recon_cos_legacy": 0.9998106956481934, "n_nonzero": 1142, "recon_mse": 1.1620043096627342e-06, "lr": 6.2418488769744334e-06, "elapsed": 3793.6623134613037}
|
| 58 |
+
{"epoch": 28500, "loss": 5.099160883522321e-05, "recon_cos": 0.99981689453125, "recon_cos_legacy": 0.99981689453125, "n_nonzero": 1142, "recon_mse": 1.0858479981834535e-06, "lr": 4.825849531681672e-06, "elapsed": 3861.7199201583862}
|
| 59 |
+
{"epoch": 29000, "loss": 5.9114262512593996e-05, "recon_cos": 0.9998169541358948, "recon_cos_legacy": 0.9998169541358948, "n_nonzero": 1142, "recon_mse": 1.1110449804618838e-06, "lr": 3.8118738376273407e-06, "elapsed": 3930.117453098297}
|
| 60 |
+
{"epoch": 29500, "loss": 6.31317092888316e-05, "recon_cos": 0.9998182654380798, "recon_cos_legacy": 0.9998182654380798, "n_nonzero": 1142, "recon_mse": 1.0731897646110156e-06, "lr": 3.2027010317082486e-06, "elapsed": 3998.900376558304}
|
| 61 |
+
{"epoch": 29999, "loss": 6.073340091461432e-05, "recon_cos": 0.9998190999031067, "recon_cos_legacy": 0.9998190999031067, "n_nonzero": 1142, "recon_mse": 1.0746614407253219e-06, "lr": 2.9999999999999997e-06, "elapsed": 4067.0392241477966}
|
flow_heads/rpe1/seed1/krr_prior.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:824e857197f1c89ed19cfb5df49444539e5667f327bd3c8e97468b4245d478f6
|
| 3 |
+
size 9221660
|
flow_heads/rpe1/seed1/reproduce.sh
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/bash
|
| 2 |
+
# Reproduce: RPE1 seed 1
|
| 3 |
+
# Run dir: runs/b200_rpe1_flow_block_krrinit_mask_30k_s1
|
| 4 |
+
# Result: experiments/results/fair_comparison/rpe1_rotation_vs_direct__flow__b200_rpe1_flow_block_krrinit_mask_30k_s1_rpe1_block_K128.json
|
| 5 |
+
# Original launch: unknown
|
| 6 |
+
# Backbone (rotation autoencoder, must be loaded first): hf-assets/checkpoints/rpe1/scFATE_epoch350_periodic.pt
|
| 7 |
+
|
| 8 |
+
set -euo pipefail
|
| 9 |
+
REPO=${REPO:-/workspace/research/scFATE}
|
| 10 |
+
cd "$REPO"
|
| 11 |
+
DATASET="datasets/scFATE/processed/replogle_rpe1/replogle_rpe1.h5ad"
|
| 12 |
+
BACKBONE="hf-assets/checkpoints/rpe1/scFATE_epoch350_periodic.pt"
|
| 13 |
+
RUN_DIR="runs/b200_rpe1_flow_block_krrinit_mask_30k_s1"
|
| 14 |
+
|
| 15 |
+
.venv/bin/python -u scripts/train_flow.py \
|
| 16 |
+
--dataset_h5ad "$DATASET" \
|
| 17 |
+
--backbone_ckpt "$BACKBONE" \
|
| 18 |
+
--output "$RUN_DIR" \
|
| 19 |
+
--seed 1 \
|
| 20 |
+
--theta_dim 192 \
|
| 21 |
+
--d_embed 1824 \
|
| 22 |
+
--d_hidden 512 \
|
| 23 |
+
--n_blocks 4 \
|
| 24 |
+
--n_steps 20 \
|
| 25 |
+
--sigma 0.05 \
|
| 26 |
+
--krr_alpha 1.0 \
|
| 27 |
+
--krr_gamma 0.01 \
|
| 28 |
+
--prior 'krr'
|
results/table1_inputs/norman_rotation_vs_direct__flow__b200_norman_flow_e115_krrinit_s02_mask_30k_K128.json
ADDED
|
@@ -0,0 +1,891 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset": "crispra_norman_gears",
|
| 3 |
+
"checkpoint": "runs/cam_norman_e115/scFATE_epoch115_best.pt",
|
| 4 |
+
"embedding": "data/gene_embeddings/genept_bge_large.pt",
|
| 5 |
+
"n_eval": 105,
|
| 6 |
+
"bracket_scale": 2.4151077270507812,
|
| 7 |
+
"rotation_krr": {
|
| 8 |
+
"da": 0.9131428562459492,
|
| 9 |
+
"da_singles": 0.8607692271471024,
|
| 10 |
+
"da_combos": 0.930379746835443,
|
| 11 |
+
"cos": 0.7646284436540944,
|
| 12 |
+
"pde": 0.7609592987300788,
|
| 13 |
+
"mse20": 0.8473851984100682,
|
| 14 |
+
"n_singles": 26,
|
| 15 |
+
"n_combos": 79,
|
| 16 |
+
"krr_params": {
|
| 17 |
+
"alpha": 1.0,
|
| 18 |
+
"gamma": null
|
| 19 |
+
},
|
| 20 |
+
"per_pert_da": [
|
| 21 |
+
0.9599999785423279,
|
| 22 |
+
0.8799999952316284,
|
| 23 |
+
0.5199999809265137,
|
| 24 |
+
0.9399999976158142,
|
| 25 |
+
0.699999988079071,
|
| 26 |
+
0.8600000143051147,
|
| 27 |
+
0.8199999928474426,
|
| 28 |
+
0.6200000047683716,
|
| 29 |
+
0.8999999761581421,
|
| 30 |
+
0.8999999761581421,
|
| 31 |
+
0.9800000190734863,
|
| 32 |
+
0.9399999976158142,
|
| 33 |
+
0.7599999904632568,
|
| 34 |
+
0.9599999785423279,
|
| 35 |
+
0.9599999785423279,
|
| 36 |
+
1.0,
|
| 37 |
+
0.9599999785423279,
|
| 38 |
+
1.0,
|
| 39 |
+
0.9399999976158142,
|
| 40 |
+
0.9599999785423279,
|
| 41 |
+
0.9800000190734863,
|
| 42 |
+
0.9200000166893005,
|
| 43 |
+
0.9399999976158142,
|
| 44 |
+
1.0,
|
| 45 |
+
0.8999999761581421,
|
| 46 |
+
0.9399999976158142,
|
| 47 |
+
0.9200000166893005,
|
| 48 |
+
0.9800000190734863,
|
| 49 |
+
0.9800000190734863,
|
| 50 |
+
1.0,
|
| 51 |
+
1.0,
|
| 52 |
+
0.9800000190734863,
|
| 53 |
+
1.0,
|
| 54 |
+
1.0,
|
| 55 |
+
0.9599999785423279,
|
| 56 |
+
0.8999999761581421,
|
| 57 |
+
0.9800000190734863,
|
| 58 |
+
0.9800000190734863,
|
| 59 |
+
0.8600000143051147,
|
| 60 |
+
1.0,
|
| 61 |
+
0.9399999976158142,
|
| 62 |
+
0.9599999785423279,
|
| 63 |
+
0.9200000166893005,
|
| 64 |
+
0.9800000190734863,
|
| 65 |
+
1.0,
|
| 66 |
+
0.6600000262260437,
|
| 67 |
+
0.8999999761581421,
|
| 68 |
+
1.0,
|
| 69 |
+
0.7599999904632568,
|
| 70 |
+
0.9200000166893005,
|
| 71 |
+
0.9200000166893005,
|
| 72 |
+
0.9599999785423279,
|
| 73 |
+
0.8600000143051147,
|
| 74 |
+
1.0,
|
| 75 |
+
0.8999999761581421,
|
| 76 |
+
0.800000011920929,
|
| 77 |
+
1.0,
|
| 78 |
+
1.0,
|
| 79 |
+
0.8999999761581421,
|
| 80 |
+
0.9200000166893005,
|
| 81 |
+
0.9200000166893005,
|
| 82 |
+
0.7200000286102295,
|
| 83 |
+
0.8399999737739563,
|
| 84 |
+
0.8399999737739563,
|
| 85 |
+
0.7799999713897705,
|
| 86 |
+
0.9399999976158142,
|
| 87 |
+
0.9399999976158142,
|
| 88 |
+
0.9399999976158142,
|
| 89 |
+
0.9800000190734863,
|
| 90 |
+
0.9800000190734863,
|
| 91 |
+
1.0,
|
| 92 |
+
0.8999999761581421,
|
| 93 |
+
0.9800000190734863,
|
| 94 |
+
0.9599999785423279,
|
| 95 |
+
0.9800000190734863,
|
| 96 |
+
0.9399999976158142,
|
| 97 |
+
0.9599999785423279,
|
| 98 |
+
0.9599999785423279,
|
| 99 |
+
0.7799999713897705,
|
| 100 |
+
0.8600000143051147,
|
| 101 |
+
0.5400000214576721,
|
| 102 |
+
0.41999998688697815,
|
| 103 |
+
0.8399999737739563,
|
| 104 |
+
0.8199999928474426,
|
| 105 |
+
0.9800000190734863,
|
| 106 |
+
1.0,
|
| 107 |
+
0.9800000190734863,
|
| 108 |
+
1.0,
|
| 109 |
+
0.9599999785423279,
|
| 110 |
+
0.9599999785423279,
|
| 111 |
+
1.0,
|
| 112 |
+
0.9599999785423279,
|
| 113 |
+
0.9800000190734863,
|
| 114 |
+
0.9599999785423279,
|
| 115 |
+
0.8799999952316284,
|
| 116 |
+
0.8600000143051147,
|
| 117 |
+
1.0,
|
| 118 |
+
0.9800000190734863,
|
| 119 |
+
0.8600000143051147,
|
| 120 |
+
0.9800000190734863,
|
| 121 |
+
1.0,
|
| 122 |
+
0.699999988079071,
|
| 123 |
+
0.9800000190734863,
|
| 124 |
+
0.9800000190734863,
|
| 125 |
+
0.9800000190734863
|
| 126 |
+
],
|
| 127 |
+
"per_pert_cos": [
|
| 128 |
+
0.8713738918304443,
|
| 129 |
+
0.7599982619285583,
|
| 130 |
+
-0.054903868585824966,
|
| 131 |
+
0.897316575050354,
|
| 132 |
+
0.58328777551651,
|
| 133 |
+
0.6883479952812195,
|
| 134 |
+
0.316240131855011,
|
| 135 |
+
-0.13570332527160645,
|
| 136 |
+
0.8721818923950195,
|
| 137 |
+
0.7305852770805359,
|
| 138 |
+
0.8507805466651917,
|
| 139 |
+
0.806625485420227,
|
| 140 |
+
0.5985399484634399,
|
| 141 |
+
0.8830991387367249,
|
| 142 |
+
0.7581387162208557,
|
| 143 |
+
0.9070088863372803,
|
| 144 |
+
0.7392048239707947,
|
| 145 |
+
0.8037669062614441,
|
| 146 |
+
0.7469009757041931,
|
| 147 |
+
0.9165160059928894,
|
| 148 |
+
0.9000537991523743,
|
| 149 |
+
0.8379181623458862,
|
| 150 |
+
0.8167551755905151,
|
| 151 |
+
0.8915245532989502,
|
| 152 |
+
0.6875595450401306,
|
| 153 |
+
0.8536529541015625,
|
| 154 |
+
0.8483697772026062,
|
| 155 |
+
0.9370250105857849,
|
| 156 |
+
0.8932086229324341,
|
| 157 |
+
0.9502254724502563,
|
| 158 |
+
0.93124920129776,
|
| 159 |
+
0.9288934469223022,
|
| 160 |
+
0.9352203607559204,
|
| 161 |
+
0.9488019943237305,
|
| 162 |
+
0.9255139231681824,
|
| 163 |
+
0.7453335523605347,
|
| 164 |
+
0.9373952150344849,
|
| 165 |
+
0.8823482394218445,
|
| 166 |
+
0.6597249507904053,
|
| 167 |
+
0.9652848243713379,
|
| 168 |
+
0.8502589464187622,
|
| 169 |
+
0.7886414527893066,
|
| 170 |
+
0.7507891654968262,
|
| 171 |
+
0.9347844123840332,
|
| 172 |
+
0.9057893753051758,
|
| 173 |
+
0.12168930470943451,
|
| 174 |
+
0.7062854766845703,
|
| 175 |
+
0.9255008101463318,
|
| 176 |
+
0.5332880020141602,
|
| 177 |
+
0.7978790402412415,
|
| 178 |
+
0.7935731410980225,
|
| 179 |
+
0.8447783589363098,
|
| 180 |
+
0.6153360605239868,
|
| 181 |
+
0.9319658279418945,
|
| 182 |
+
0.8896793127059937,
|
| 183 |
+
0.34400510787963867,
|
| 184 |
+
0.9462065696716309,
|
| 185 |
+
0.9131683111190796,
|
| 186 |
+
0.8065871596336365,
|
| 187 |
+
0.8097819685935974,
|
| 188 |
+
0.8433788418769836,
|
| 189 |
+
0.3012188971042633,
|
| 190 |
+
0.4000171720981598,
|
| 191 |
+
0.7075888514518738,
|
| 192 |
+
0.6418053507804871,
|
| 193 |
+
0.7053334712982178,
|
| 194 |
+
0.7951829433441162,
|
| 195 |
+
0.9190677404403687,
|
| 196 |
+
0.9284587502479553,
|
| 197 |
+
0.9223368763923645,
|
| 198 |
+
0.9403612017631531,
|
| 199 |
+
0.7552910447120667,
|
| 200 |
+
0.925316333770752,
|
| 201 |
+
0.8672217130661011,
|
| 202 |
+
0.9525271654129028,
|
| 203 |
+
0.780241847038269,
|
| 204 |
+
0.9500156044960022,
|
| 205 |
+
0.8012514114379883,
|
| 206 |
+
0.419020414352417,
|
| 207 |
+
0.8880738019943237,
|
| 208 |
+
0.17479240894317627,
|
| 209 |
+
0.005365312099456787,
|
| 210 |
+
0.3904261291027069,
|
| 211 |
+
0.7196290493011475,
|
| 212 |
+
0.8320612907409668,
|
| 213 |
+
0.9127867221832275,
|
| 214 |
+
0.8762397766113281,
|
| 215 |
+
0.8186202645301819,
|
| 216 |
+
0.7392882704734802,
|
| 217 |
+
0.7151403427124023,
|
| 218 |
+
0.9560938477516174,
|
| 219 |
+
0.868578314781189,
|
| 220 |
+
0.8926432132720947,
|
| 221 |
+
0.8691636323928833,
|
| 222 |
+
0.8497255444526672,
|
| 223 |
+
0.6134243011474609,
|
| 224 |
+
0.9056676030158997,
|
| 225 |
+
0.9260871410369873,
|
| 226 |
+
0.7394647598266602,
|
| 227 |
+
0.7574737668037415,
|
| 228 |
+
0.9547235369682312,
|
| 229 |
+
0.4939769208431244,
|
| 230 |
+
0.9124178886413574,
|
| 231 |
+
0.9150823354721069,
|
| 232 |
+
0.7780521512031555
|
| 233 |
+
],
|
| 234 |
+
"per_pert_pde": [
|
| 235 |
+
0.8210452626704106,
|
| 236 |
+
0.7300465588273181,
|
| 237 |
+
-0.06708270228383323,
|
| 238 |
+
0.8591209330551348,
|
| 239 |
+
0.5833008707573136,
|
| 240 |
+
0.6938605628714509,
|
| 241 |
+
0.32947896379585045,
|
| 242 |
+
-0.022362666096705217,
|
| 243 |
+
0.8693788219655623,
|
| 244 |
+
0.683118360733111,
|
| 245 |
+
0.8575072219046295,
|
| 246 |
+
0.7701172125834085,
|
| 247 |
+
0.6063306212506754,
|
| 248 |
+
0.8263054170379552,
|
| 249 |
+
0.7683672980807084,
|
| 250 |
+
0.9027472996162186,
|
| 251 |
+
0.7604278216015081,
|
| 252 |
+
0.8064896835277686,
|
| 253 |
+
0.7672832218484444,
|
| 254 |
+
0.9228500695319388,
|
| 255 |
+
0.9026151681897272,
|
| 256 |
+
0.8203877568843384,
|
| 257 |
+
0.7871378601879389,
|
| 258 |
+
0.8981388044448763,
|
| 259 |
+
0.6694182753090465,
|
| 260 |
+
0.8679619978346604,
|
| 261 |
+
0.8606190629090047,
|
| 262 |
+
0.9404739152663183,
|
| 263 |
+
0.897389624461106,
|
| 264 |
+
0.9614832013242409,
|
| 265 |
+
0.9183568129777745,
|
| 266 |
+
0.9256618437155971,
|
| 267 |
+
0.9341752565196765,
|
| 268 |
+
0.9506188611586492,
|
| 269 |
+
0.9279091134203884,
|
| 270 |
+
0.7739044474826507,
|
| 271 |
+
0.9380855306114851,
|
| 272 |
+
0.8746859665139266,
|
| 273 |
+
0.7016284604839368,
|
| 274 |
+
0.9608041230085619,
|
| 275 |
+
0.8027906911243488,
|
| 276 |
+
0.7989713578412471,
|
| 277 |
+
0.7706326595559586,
|
| 278 |
+
0.9377682119465067,
|
| 279 |
+
0.9137823730489086,
|
| 280 |
+
0.11846590241785325,
|
| 281 |
+
0.7742918618504538,
|
| 282 |
+
0.9263904349571248,
|
| 283 |
+
0.62298081518394,
|
| 284 |
+
0.7421481711281515,
|
| 285 |
+
0.7825604627312289,
|
| 286 |
+
0.8360829006047437,
|
| 287 |
+
0.6153810873647141,
|
| 288 |
+
0.9325703433895826,
|
| 289 |
+
0.8403200517420758,
|
| 290 |
+
0.3701199606453609,
|
| 291 |
+
0.9429591072368653,
|
| 292 |
+
0.9055503347295808,
|
| 293 |
+
0.803690251848544,
|
| 294 |
+
0.7808271741380611,
|
| 295 |
+
0.8153313656662217,
|
| 296 |
+
0.3097430945130445,
|
| 297 |
+
0.257055324494468,
|
| 298 |
+
0.7487632282797492,
|
| 299 |
+
0.6068424173525914,
|
| 300 |
+
0.7218939827553033,
|
| 301 |
+
0.7992680215817642,
|
| 302 |
+
0.9142510825798222,
|
| 303 |
+
0.9196474758759895,
|
| 304 |
+
0.9197001510865643,
|
| 305 |
+
0.9339379387731573,
|
| 306 |
+
0.7257419725330735,
|
| 307 |
+
0.9261446184411446,
|
| 308 |
+
0.8665013651613339,
|
| 309 |
+
0.951994208867696,
|
| 310 |
+
0.7898694014048777,
|
| 311 |
+
0.940588012769529,
|
| 312 |
+
0.7523013430486022,
|
| 313 |
+
0.40601001178215373,
|
| 314 |
+
0.8708013003975704,
|
| 315 |
+
0.09649954149489975,
|
| 316 |
+
0.0383360144687878,
|
| 317 |
+
0.3073857018070479,
|
| 318 |
+
0.7190452713460944,
|
| 319 |
+
0.781975722775488,
|
| 320 |
+
0.8772968235738623,
|
| 321 |
+
0.8666952266528367,
|
| 322 |
+
0.8187059256931861,
|
| 323 |
+
0.7409603964208131,
|
| 324 |
+
0.735949369409454,
|
| 325 |
+
0.9560395684755867,
|
| 326 |
+
0.849666694494085,
|
| 327 |
+
0.8930034459489719,
|
| 328 |
+
0.8769567775086903,
|
| 329 |
+
0.8304326232850938,
|
| 330 |
+
0.6417491479296537,
|
| 331 |
+
0.9057329176265445,
|
| 332 |
+
0.9279616712874664,
|
| 333 |
+
0.7371619471312489,
|
| 334 |
+
0.8005141496957314,
|
| 335 |
+
0.9589712664361962,
|
| 336 |
+
0.5109544614802728,
|
| 337 |
+
0.9214386682133436,
|
| 338 |
+
0.9219902799427733,
|
| 339 |
+
0.810845366727467
|
| 340 |
+
],
|
| 341 |
+
"per_pert_mse20": [
|
| 342 |
+
2.2303335666656494,
|
| 343 |
+
0.1872146874666214,
|
| 344 |
+
0.244318887591362,
|
| 345 |
+
1.1125432252883911,
|
| 346 |
+
0.07561527192592621,
|
| 347 |
+
0.11764266341924667,
|
| 348 |
+
0.20443277060985565,
|
| 349 |
+
0.6541205048561096,
|
| 350 |
+
1.1325267553329468,
|
| 351 |
+
0.6339247226715088,
|
| 352 |
+
0.04101306200027466,
|
| 353 |
+
0.2681167721748352,
|
| 354 |
+
0.8252637982368469,
|
| 355 |
+
0.09666046500205994,
|
| 356 |
+
0.13021360337734222,
|
| 357 |
+
1.283080816268921,
|
| 358 |
+
0.4094337522983551,
|
| 359 |
+
0.5858775973320007,
|
| 360 |
+
0.14578300714492798,
|
| 361 |
+
0.33448952436447144,
|
| 362 |
+
0.1812107414007187,
|
| 363 |
+
0.09808419644832611,
|
| 364 |
+
0.1814502775669098,
|
| 365 |
+
1.034517765045166,
|
| 366 |
+
0.0734185129404068,
|
| 367 |
+
1.1787627935409546,
|
| 368 |
+
0.7738891839981079,
|
| 369 |
+
4.789052963256836,
|
| 370 |
+
8.479109764099121,
|
| 371 |
+
3.4018375873565674,
|
| 372 |
+
2.3310720920562744,
|
| 373 |
+
0.07174976170063019,
|
| 374 |
+
2.4572665691375732,
|
| 375 |
+
1.6551904678344727,
|
| 376 |
+
0.45171135663986206,
|
| 377 |
+
0.24781560897827148,
|
| 378 |
+
1.670619249343872,
|
| 379 |
+
0.7545798420906067,
|
| 380 |
+
0.298665851354599,
|
| 381 |
+
2.884714126586914,
|
| 382 |
+
1.0520567893981934,
|
| 383 |
+
1.5806647539138794,
|
| 384 |
+
0.9213310480117798,
|
| 385 |
+
0.8230369687080383,
|
| 386 |
+
2.4534730911254883,
|
| 387 |
+
0.22859053313732147,
|
| 388 |
+
0.1725369095802307,
|
| 389 |
+
1.8827755451202393,
|
| 390 |
+
0.7562946081161499,
|
| 391 |
+
0.7482982873916626,
|
| 392 |
+
2.5730762481689453,
|
| 393 |
+
0.31635358929634094,
|
| 394 |
+
0.39016637206077576,
|
| 395 |
+
1.071723461151123,
|
| 396 |
+
0.652654230594635,
|
| 397 |
+
0.9675675630569458,
|
| 398 |
+
0.9501948356628418,
|
| 399 |
+
0.161375492811203,
|
| 400 |
+
0.06353554129600525,
|
| 401 |
+
0.8332287669181824,
|
| 402 |
+
0.5885862112045288,
|
| 403 |
+
0.4899374842643738,
|
| 404 |
+
1.5403707027435303,
|
| 405 |
+
0.47642654180526733,
|
| 406 |
+
1.3243310451507568,
|
| 407 |
+
0.5859160423278809,
|
| 408 |
+
1.0934327840805054,
|
| 409 |
+
0.985816478729248,
|
| 410 |
+
1.319013237953186,
|
| 411 |
+
0.7373620271682739,
|
| 412 |
+
0.29843229055404663,
|
| 413 |
+
0.12070586532354355,
|
| 414 |
+
0.26331740617752075,
|
| 415 |
+
0.2926499545574188,
|
| 416 |
+
0.0859416276216507,
|
| 417 |
+
0.43846502900123596,
|
| 418 |
+
2.6987481117248535,
|
| 419 |
+
1.0627243518829346,
|
| 420 |
+
0.17301912605762482,
|
| 421 |
+
2.447195053100586,
|
| 422 |
+
0.17703527212142944,
|
| 423 |
+
0.2284800261259079,
|
| 424 |
+
0.21030206978321075,
|
| 425 |
+
0.1908440887928009,
|
| 426 |
+
0.030615713447332382,
|
| 427 |
+
0.22760286927223206,
|
| 428 |
+
0.04478973150253296,
|
| 429 |
+
0.17957814037799835,
|
| 430 |
+
0.11435216665267944,
|
| 431 |
+
0.45011264085769653,
|
| 432 |
+
2.0755858421325684,
|
| 433 |
+
0.13534727692604065,
|
| 434 |
+
0.2712191641330719,
|
| 435 |
+
0.2601618766784668,
|
| 436 |
+
0.3063589930534363,
|
| 437 |
+
0.7359613180160522,
|
| 438 |
+
0.4651574492454529,
|
| 439 |
+
0.08862628042697906,
|
| 440 |
+
0.4487241804599762,
|
| 441 |
+
0.3768755793571472,
|
| 442 |
+
1.5527894496917725,
|
| 443 |
+
0.26305916905403137,
|
| 444 |
+
0.29298585653305054,
|
| 445 |
+
0.13350261747837067,
|
| 446 |
+
0.36672788858413696
|
| 447 |
+
]
|
| 448 |
+
},
|
| 449 |
+
"direct_delta_krr": {
|
| 450 |
+
"da": 0.928761902593431,
|
| 451 |
+
"da_singles": 0.8899999960110738,
|
| 452 |
+
"da_combos": 0.9415189857724346,
|
| 453 |
+
"cos": 0.8272112464975743,
|
| 454 |
+
"pde": 0.8367404167587588,
|
| 455 |
+
"mse20": 0.20003506590922673,
|
| 456 |
+
"n_singles": 26,
|
| 457 |
+
"n_combos": 79,
|
| 458 |
+
"krr_params": {
|
| 459 |
+
"alpha": 1.0,
|
| 460 |
+
"gamma": null
|
| 461 |
+
},
|
| 462 |
+
"per_pert_da": [
|
| 463 |
+
0.9200000166893005,
|
| 464 |
+
0.9399999976158142,
|
| 465 |
+
0.5199999809265137,
|
| 466 |
+
0.9599999785423279,
|
| 467 |
+
0.8600000143051147,
|
| 468 |
+
0.9200000166893005,
|
| 469 |
+
0.8600000143051147,
|
| 470 |
+
0.8799999952316284,
|
| 471 |
+
0.9399999976158142,
|
| 472 |
+
0.9599999785423279,
|
| 473 |
+
0.9599999785423279,
|
| 474 |
+
0.9599999785423279,
|
| 475 |
+
0.8799999952316284,
|
| 476 |
+
0.9399999976158142,
|
| 477 |
+
0.9800000190734863,
|
| 478 |
+
1.0,
|
| 479 |
+
0.9399999976158142,
|
| 480 |
+
1.0,
|
| 481 |
+
1.0,
|
| 482 |
+
0.9800000190734863,
|
| 483 |
+
0.9599999785423279,
|
| 484 |
+
0.9599999785423279,
|
| 485 |
+
0.9599999785423279,
|
| 486 |
+
0.9800000190734863,
|
| 487 |
+
0.9599999785423279,
|
| 488 |
+
0.9599999785423279,
|
| 489 |
+
0.9399999976158142,
|
| 490 |
+
1.0,
|
| 491 |
+
1.0,
|
| 492 |
+
1.0,
|
| 493 |
+
1.0,
|
| 494 |
+
0.9800000190734863,
|
| 495 |
+
1.0,
|
| 496 |
+
1.0,
|
| 497 |
+
1.0,
|
| 498 |
+
0.9399999976158142,
|
| 499 |
+
1.0,
|
| 500 |
+
0.9200000166893005,
|
| 501 |
+
0.8799999952316284,
|
| 502 |
+
1.0,
|
| 503 |
+
0.8799999952316284,
|
| 504 |
+
0.9200000166893005,
|
| 505 |
+
0.8600000143051147,
|
| 506 |
+
0.9800000190734863,
|
| 507 |
+
0.9599999785423279,
|
| 508 |
+
0.800000011920929,
|
| 509 |
+
0.8799999952316284,
|
| 510 |
+
1.0,
|
| 511 |
+
0.7400000095367432,
|
| 512 |
+
0.8799999952316284,
|
| 513 |
+
0.9200000166893005,
|
| 514 |
+
0.8600000143051147,
|
| 515 |
+
0.8600000143051147,
|
| 516 |
+
0.9599999785423279,
|
| 517 |
+
0.9399999976158142,
|
| 518 |
+
0.8999999761581421,
|
| 519 |
+
0.9599999785423279,
|
| 520 |
+
0.9800000190734863,
|
| 521 |
+
0.9399999976158142,
|
| 522 |
+
0.9599999785423279,
|
| 523 |
+
0.8799999952316284,
|
| 524 |
+
0.8399999737739563,
|
| 525 |
+
0.8999999761581421,
|
| 526 |
+
0.8600000143051147,
|
| 527 |
+
0.800000011920929,
|
| 528 |
+
0.8999999761581421,
|
| 529 |
+
0.9800000190734863,
|
| 530 |
+
0.9800000190734863,
|
| 531 |
+
0.9800000190734863,
|
| 532 |
+
1.0,
|
| 533 |
+
0.9800000190734863,
|
| 534 |
+
0.9200000166893005,
|
| 535 |
+
0.9599999785423279,
|
| 536 |
+
0.9599999785423279,
|
| 537 |
+
0.9800000190734863,
|
| 538 |
+
0.9800000190734863,
|
| 539 |
+
1.0,
|
| 540 |
+
0.9399999976158142,
|
| 541 |
+
0.8399999737739563,
|
| 542 |
+
0.8199999928474426,
|
| 543 |
+
0.9200000166893005,
|
| 544 |
+
0.47999998927116394,
|
| 545 |
+
0.8999999761581421,
|
| 546 |
+
0.7400000095367432,
|
| 547 |
+
1.0,
|
| 548 |
+
1.0,
|
| 549 |
+
0.8999999761581421,
|
| 550 |
+
1.0,
|
| 551 |
+
0.8999999761581421,
|
| 552 |
+
0.9599999785423279,
|
| 553 |
+
0.9800000190734863,
|
| 554 |
+
0.9800000190734863,
|
| 555 |
+
0.9800000190734863,
|
| 556 |
+
0.9599999785423279,
|
| 557 |
+
0.9399999976158142,
|
| 558 |
+
0.8999999761581421,
|
| 559 |
+
1.0,
|
| 560 |
+
0.9599999785423279,
|
| 561 |
+
0.9200000166893005,
|
| 562 |
+
0.9599999785423279,
|
| 563 |
+
1.0,
|
| 564 |
+
0.699999988079071,
|
| 565 |
+
0.9599999785423279,
|
| 566 |
+
1.0,
|
| 567 |
+
0.9599999785423279
|
| 568 |
+
],
|
| 569 |
+
"per_pert_cos": [
|
| 570 |
+
0.9198319911956787,
|
| 571 |
+
0.8169126510620117,
|
| 572 |
+
0.30660387873649597,
|
| 573 |
+
0.9344282746315002,
|
| 574 |
+
0.675620436668396,
|
| 575 |
+
0.8456178307533264,
|
| 576 |
+
0.4525030553340912,
|
| 577 |
+
0.8153745532035828,
|
| 578 |
+
0.9086342453956604,
|
| 579 |
+
0.9178977012634277,
|
| 580 |
+
0.9049203991889954,
|
| 581 |
+
0.8477919697761536,
|
| 582 |
+
0.7351681590080261,
|
| 583 |
+
0.9259845614433289,
|
| 584 |
+
0.8391954302787781,
|
| 585 |
+
0.9471209049224854,
|
| 586 |
+
0.8502119779586792,
|
| 587 |
+
0.954450786113739,
|
| 588 |
+
0.8952744007110596,
|
| 589 |
+
0.9131075143814087,
|
| 590 |
+
0.911210298538208,
|
| 591 |
+
0.8651299476623535,
|
| 592 |
+
0.8890289068222046,
|
| 593 |
+
0.8907116055488586,
|
| 594 |
+
0.8816181421279907,
|
| 595 |
+
0.8915683031082153,
|
| 596 |
+
0.8914820551872253,
|
| 597 |
+
0.9883044362068176,
|
| 598 |
+
0.9860783815383911,
|
| 599 |
+
0.9600322246551514,
|
| 600 |
+
0.9814211130142212,
|
| 601 |
+
0.9102668166160583,
|
| 602 |
+
0.987610936164856,
|
| 603 |
+
0.9778299331665039,
|
| 604 |
+
0.9583526849746704,
|
| 605 |
+
0.8029287457466125,
|
| 606 |
+
0.9484180212020874,
|
| 607 |
+
0.8372520804405212,
|
| 608 |
+
0.769288957118988,
|
| 609 |
+
0.9617117643356323,
|
| 610 |
+
0.8315324187278748,
|
| 611 |
+
0.8735468983650208,
|
| 612 |
+
0.711402177810669,
|
| 613 |
+
0.9634302258491516,
|
| 614 |
+
0.870730996131897,
|
| 615 |
+
0.425292432308197,
|
| 616 |
+
0.6656668186187744,
|
| 617 |
+
0.9590628743171692,
|
| 618 |
+
0.41960015892982483,
|
| 619 |
+
0.7256848216056824,
|
| 620 |
+
0.8646560907363892,
|
| 621 |
+
0.7439498901367188,
|
| 622 |
+
0.48475900292396545,
|
| 623 |
+
0.9073829054832458,
|
| 624 |
+
0.9146746397018433,
|
| 625 |
+
0.6502150297164917,
|
| 626 |
+
0.9200474619865417,
|
| 627 |
+
0.919394314289093,
|
| 628 |
+
0.8833227157592773,
|
| 629 |
+
0.8530325889587402,
|
| 630 |
+
0.8182500600814819,
|
| 631 |
+
0.6542900800704956,
|
| 632 |
+
0.8186964988708496,
|
| 633 |
+
0.7394715547561646,
|
| 634 |
+
0.6632481217384338,
|
| 635 |
+
0.7484459280967712,
|
| 636 |
+
0.8688541650772095,
|
| 637 |
+
0.9364880323410034,
|
| 638 |
+
0.9559893608093262,
|
| 639 |
+
0.9430384039878845,
|
| 640 |
+
0.8864829540252686,
|
| 641 |
+
0.7713789343833923,
|
| 642 |
+
0.9237179160118103,
|
| 643 |
+
0.900964617729187,
|
| 644 |
+
0.9264748692512512,
|
| 645 |
+
0.9414490461349487,
|
| 646 |
+
0.963772177696228,
|
| 647 |
+
0.8411312103271484,
|
| 648 |
+
0.49725544452667236,
|
| 649 |
+
0.8088048696517944,
|
| 650 |
+
0.7806776762008667,
|
| 651 |
+
-0.04993719980120659,
|
| 652 |
+
0.5990831851959229,
|
| 653 |
+
0.42724329233169556,
|
| 654 |
+
0.9336791038513184,
|
| 655 |
+
0.9584441781044006,
|
| 656 |
+
0.7913222908973694,
|
| 657 |
+
0.9114663600921631,
|
| 658 |
+
0.7988337874412537,
|
| 659 |
+
0.8924341797828674,
|
| 660 |
+
0.9279894828796387,
|
| 661 |
+
0.8887060880661011,
|
| 662 |
+
0.8643428683280945,
|
| 663 |
+
0.8892378211021423,
|
| 664 |
+
0.8984053730964661,
|
| 665 |
+
0.8047326803207397,
|
| 666 |
+
0.9646894931793213,
|
| 667 |
+
0.9006942510604858,
|
| 668 |
+
0.7758319973945618,
|
| 669 |
+
0.8998902440071106,
|
| 670 |
+
0.9779813885688782,
|
| 671 |
+
0.4908730983734131,
|
| 672 |
+
0.8364803194999695,
|
| 673 |
+
0.9086169004440308,
|
| 674 |
+
0.892977237701416
|
| 675 |
+
],
|
| 676 |
+
"per_pert_pde": [
|
| 677 |
+
0.8857515104046025,
|
| 678 |
+
0.7998589584558461,
|
| 679 |
+
0.33764676272945654,
|
| 680 |
+
0.9184660930579639,
|
| 681 |
+
0.6786575627216941,
|
| 682 |
+
0.8483402387927524,
|
| 683 |
+
0.40511198935103854,
|
| 684 |
+
0.8341576453094961,
|
| 685 |
+
0.9201290399379993,
|
| 686 |
+
0.9174512679134834,
|
| 687 |
+
0.8926676815015931,
|
| 688 |
+
0.782764272726567,
|
| 689 |
+
0.8310408894795404,
|
| 690 |
+
0.9037052662879356,
|
| 691 |
+
0.855620041069341,
|
| 692 |
+
0.9507015393603123,
|
| 693 |
+
0.8634844084945467,
|
| 694 |
+
0.969732631857913,
|
| 695 |
+
0.8998706570598726,
|
| 696 |
+
0.9214439867424488,
|
| 697 |
+
0.9360736009056696,
|
| 698 |
+
0.8736393087306258,
|
| 699 |
+
0.8941955005806982,
|
| 700 |
+
0.8968728938772113,
|
| 701 |
+
0.888454337227459,
|
| 702 |
+
0.8892558127394936,
|
| 703 |
+
0.8849325588939773,
|
| 704 |
+
0.9866744995838643,
|
| 705 |
+
0.9860433861291679,
|
| 706 |
+
0.9664120906480387,
|
| 707 |
+
0.9797970117288441,
|
| 708 |
+
0.9168053852797974,
|
| 709 |
+
0.9883712987120309,
|
| 710 |
+
0.977313442606503,
|
| 711 |
+
0.9667086257830025,
|
| 712 |
+
0.8217791701223267,
|
| 713 |
+
0.9476560461159584,
|
| 714 |
+
0.8470331043549878,
|
| 715 |
+
0.8419786927733252,
|
| 716 |
+
0.9572078394061413,
|
| 717 |
+
0.8090820558585671,
|
| 718 |
+
0.8940716306232555,
|
| 719 |
+
0.7259329654678077,
|
| 720 |
+
0.9653600071570082,
|
| 721 |
+
0.8698635450964621,
|
| 722 |
+
0.44852952036280014,
|
| 723 |
+
0.800421684501561,
|
| 724 |
+
0.9633835653299184,
|
| 725 |
+
0.48250452306979036,
|
| 726 |
+
0.7140234466715363,
|
| 727 |
+
0.8628580083174394,
|
| 728 |
+
0.7393117613586606,
|
| 729 |
+
0.5580567125597726,
|
| 730 |
+
0.9162790448461262,
|
| 731 |
+
0.8784654649326985,
|
| 732 |
+
0.6998698888005517,
|
| 733 |
+
0.925313036486559,
|
| 734 |
+
0.9191961140985853,
|
| 735 |
+
0.8921640010360845,
|
| 736 |
+
0.8509891391569109,
|
| 737 |
+
0.8533477476704137,
|
| 738 |
+
0.659262235055581,
|
| 739 |
+
0.7899904903394026,
|
| 740 |
+
0.7644726473085403,
|
| 741 |
+
0.6943356842639871,
|
| 742 |
+
0.8093993447755536,
|
| 743 |
+
0.8741073816040584,
|
| 744 |
+
0.9444596625317108,
|
| 745 |
+
0.9509845749623929,
|
| 746 |
+
0.9561740278960801,
|
| 747 |
+
0.8755579805275417,
|
| 748 |
+
0.7398372381454431,
|
| 749 |
+
0.9284802482664394,
|
| 750 |
+
0.8997315296610946,
|
| 751 |
+
0.949951314034478,
|
| 752 |
+
0.9446337932689257,
|
| 753 |
+
0.9627104387531666,
|
| 754 |
+
0.8492451651685043,
|
| 755 |
+
0.4785489168968706,
|
| 756 |
+
0.7950806709093524,
|
| 757 |
+
0.8191933207983516,
|
| 758 |
+
0.14247035920177714,
|
| 759 |
+
0.47241824895509893,
|
| 760 |
+
0.4857792072739322,
|
| 761 |
+
0.8836588117124594,
|
| 762 |
+
0.9415378184385949,
|
| 763 |
+
0.7849195110663083,
|
| 764 |
+
0.9262672799285878,
|
| 765 |
+
0.8058391896501857,
|
| 766 |
+
0.9065899366990768,
|
| 767 |
+
0.9558369754311756,
|
| 768 |
+
0.8802642429693979,
|
| 769 |
+
0.8893245053758081,
|
| 770 |
+
0.9188351499600586,
|
| 771 |
+
0.8925016864588796,
|
| 772 |
+
0.8242453201421914,
|
| 773 |
+
0.9788857295657595,
|
| 774 |
+
0.9326150853692261,
|
| 775 |
+
0.7812431517957321,
|
| 776 |
+
0.940720917788977,
|
| 777 |
+
0.9796796222960386,
|
| 778 |
+
0.5356914020115067,
|
| 779 |
+
0.8393497718410623,
|
| 780 |
+
0.9271897176464404,
|
| 781 |
+
0.9128925400678891
|
| 782 |
+
],
|
| 783 |
+
"per_pert_mse20": [
|
| 784 |
+
0.10326908528804779,
|
| 785 |
+
0.22043569386005402,
|
| 786 |
+
0.032167691737413406,
|
| 787 |
+
0.08451284468173981,
|
| 788 |
+
0.011677868664264679,
|
| 789 |
+
0.021338723599910736,
|
| 790 |
+
0.07361399382352829,
|
| 791 |
+
0.2144353836774826,
|
| 792 |
+
0.17049995064735413,
|
| 793 |
+
0.14863036572933197,
|
| 794 |
+
0.10259903967380524,
|
| 795 |
+
0.058850497007369995,
|
| 796 |
+
0.8246502876281738,
|
| 797 |
+
0.0625791922211647,
|
| 798 |
+
0.08921463042497635,
|
| 799 |
+
0.5208114385604858,
|
| 800 |
+
0.38242822885513306,
|
| 801 |
+
0.10651441663503647,
|
| 802 |
+
0.17251619696617126,
|
| 803 |
+
0.1456272453069687,
|
| 804 |
+
0.34670716524124146,
|
| 805 |
+
0.15896175801753998,
|
| 806 |
+
0.15330304205417633,
|
| 807 |
+
0.16815577447414398,
|
| 808 |
+
0.09377343952655792,
|
| 809 |
+
0.15406565368175507,
|
| 810 |
+
0.14253728091716766,
|
| 811 |
+
0.03883639723062515,
|
| 812 |
+
0.0463566929101944,
|
| 813 |
+
0.4714873433113098,
|
| 814 |
+
0.25657278299331665,
|
| 815 |
+
0.1464216262102127,
|
| 816 |
+
0.026835158467292786,
|
| 817 |
+
0.20620568096637726,
|
| 818 |
+
0.18721336126327515,
|
| 819 |
+
0.14391180872917175,
|
| 820 |
+
0.0923803448677063,
|
| 821 |
+
0.34671491384506226,
|
| 822 |
+
0.131061851978302,
|
| 823 |
+
0.08861436694860458,
|
| 824 |
+
0.07033555209636688,
|
| 825 |
+
0.0665457472205162,
|
| 826 |
+
0.1828836351633072,
|
| 827 |
+
0.4927311837673187,
|
| 828 |
+
0.033773310482501984,
|
| 829 |
+
0.09859731048345566,
|
| 830 |
+
0.2524957060813904,
|
| 831 |
+
0.4532836377620697,
|
| 832 |
+
0.4295997619628906,
|
| 833 |
+
0.3409765660762787,
|
| 834 |
+
0.595974326133728,
|
| 835 |
+
0.5256525278091431,
|
| 836 |
+
0.37878212332725525,
|
| 837 |
+
0.34389010071754456,
|
| 838 |
+
0.6220677495002747,
|
| 839 |
+
0.12621265649795532,
|
| 840 |
+
0.3288424015045166,
|
| 841 |
+
0.3356229364871979,
|
| 842 |
+
0.04053471237421036,
|
| 843 |
+
0.06819096952676773,
|
| 844 |
+
0.03626273572444916,
|
| 845 |
+
0.3107908368110657,
|
| 846 |
+
0.14738237857818604,
|
| 847 |
+
0.6351396441459656,
|
| 848 |
+
0.5108450055122375,
|
| 849 |
+
0.08410312235355377,
|
| 850 |
+
0.027559325098991394,
|
| 851 |
+
0.0467815063893795,
|
| 852 |
+
0.012524200603365898,
|
| 853 |
+
0.10216578096151352,
|
| 854 |
+
0.1383734941482544,
|
| 855 |
+
0.0934557393193245,
|
| 856 |
+
0.13126632571220398,
|
| 857 |
+
0.08735044300556183,
|
| 858 |
+
0.14202366769313812,
|
| 859 |
+
0.02716686949133873,
|
| 860 |
+
0.3007933497428894,
|
| 861 |
+
0.3239811360836029,
|
| 862 |
+
0.040886107832193375,
|
| 863 |
+
0.2307453155517578,
|
| 864 |
+
0.08433987945318222,
|
| 865 |
+
0.07022865116596222,
|
| 866 |
+
0.03866230323910713,
|
| 867 |
+
0.11410582065582275,
|
| 868 |
+
0.019764365628361702,
|
| 869 |
+
0.015631962567567825,
|
| 870 |
+
0.07873766124248505,
|
| 871 |
+
0.2587306797504425,
|
| 872 |
+
0.117240309715271,
|
| 873 |
+
0.20003966987133026,
|
| 874 |
+
0.22008030116558075,
|
| 875 |
+
0.031789712607860565,
|
| 876 |
+
0.41570305824279785,
|
| 877 |
+
0.30614885687828064,
|
| 878 |
+
0.12775953114032745,
|
| 879 |
+
0.3936934471130371,
|
| 880 |
+
0.11605276167392731,
|
| 881 |
+
0.24218802154064178,
|
| 882 |
+
0.30406367778778076,
|
| 883 |
+
0.29983192682266235,
|
| 884 |
+
0.047369517385959625,
|
| 885 |
+
0.3169536590576172,
|
| 886 |
+
0.45043882727622986,
|
| 887 |
+
0.3235008418560028,
|
| 888 |
+
0.24754735827445984
|
| 889 |
+
]
|
| 890 |
+
}
|
| 891 |
+
}
|
results/table1_inputs/norman_rotation_vs_direct__flow__b200_norman_flow_e115_krrinit_s02_mask_30k_seed2.json
ADDED
|
@@ -0,0 +1,891 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset": "crispra_norman_gears",
|
| 3 |
+
"checkpoint": "runs/cam_norman_e115/scFATE_epoch115_best.pt",
|
| 4 |
+
"embedding": "data/gene_embeddings/genept_bge_large.pt",
|
| 5 |
+
"n_eval": 105,
|
| 6 |
+
"bracket_scale": 2.4151077270507812,
|
| 7 |
+
"rotation_krr": {
|
| 8 |
+
"da": 0.911047618445896,
|
| 9 |
+
"da_singles": 0.8669230766021289,
|
| 10 |
+
"da_combos": 0.9255696195590345,
|
| 11 |
+
"cos": 0.7642865295566263,
|
| 12 |
+
"pde": 0.7567802515838986,
|
| 13 |
+
"mse20": 0.7815326908869403,
|
| 14 |
+
"n_singles": 26,
|
| 15 |
+
"n_combos": 79,
|
| 16 |
+
"krr_params": {
|
| 17 |
+
"alpha": 1.0,
|
| 18 |
+
"gamma": null
|
| 19 |
+
},
|
| 20 |
+
"per_pert_da": [
|
| 21 |
+
0.9599999785423279,
|
| 22 |
+
0.9599999785423279,
|
| 23 |
+
0.5,
|
| 24 |
+
0.9399999976158142,
|
| 25 |
+
0.7400000095367432,
|
| 26 |
+
0.8600000143051147,
|
| 27 |
+
0.8199999928474426,
|
| 28 |
+
0.9200000166893005,
|
| 29 |
+
0.9399999976158142,
|
| 30 |
+
0.9599999785423279,
|
| 31 |
+
0.9599999785423279,
|
| 32 |
+
0.9200000166893005,
|
| 33 |
+
0.7599999904632568,
|
| 34 |
+
0.9599999785423279,
|
| 35 |
+
0.9800000190734863,
|
| 36 |
+
1.0,
|
| 37 |
+
0.9599999785423279,
|
| 38 |
+
1.0,
|
| 39 |
+
0.9399999976158142,
|
| 40 |
+
0.9800000190734863,
|
| 41 |
+
0.9800000190734863,
|
| 42 |
+
0.9200000166893005,
|
| 43 |
+
0.9399999976158142,
|
| 44 |
+
0.9599999785423279,
|
| 45 |
+
0.9200000166893005,
|
| 46 |
+
0.9200000166893005,
|
| 47 |
+
0.9399999976158142,
|
| 48 |
+
0.9800000190734863,
|
| 49 |
+
0.9800000190734863,
|
| 50 |
+
1.0,
|
| 51 |
+
1.0,
|
| 52 |
+
0.8199999928474426,
|
| 53 |
+
1.0,
|
| 54 |
+
0.9800000190734863,
|
| 55 |
+
0.9200000166893005,
|
| 56 |
+
0.6600000262260437,
|
| 57 |
+
0.9800000190734863,
|
| 58 |
+
0.8999999761581421,
|
| 59 |
+
0.8399999737739563,
|
| 60 |
+
1.0,
|
| 61 |
+
0.9399999976158142,
|
| 62 |
+
0.9599999785423279,
|
| 63 |
+
0.8999999761581421,
|
| 64 |
+
0.9800000190734863,
|
| 65 |
+
1.0,
|
| 66 |
+
0.6200000047683716,
|
| 67 |
+
0.8999999761581421,
|
| 68 |
+
1.0,
|
| 69 |
+
0.5799999833106995,
|
| 70 |
+
0.8799999952316284,
|
| 71 |
+
0.9399999976158142,
|
| 72 |
+
0.9599999785423279,
|
| 73 |
+
0.8799999952316284,
|
| 74 |
+
1.0,
|
| 75 |
+
0.9399999976158142,
|
| 76 |
+
0.8199999928474426,
|
| 77 |
+
1.0,
|
| 78 |
+
1.0,
|
| 79 |
+
0.9399999976158142,
|
| 80 |
+
0.9200000166893005,
|
| 81 |
+
0.9200000166893005,
|
| 82 |
+
0.6800000071525574,
|
| 83 |
+
0.8799999952316284,
|
| 84 |
+
0.8399999737739563,
|
| 85 |
+
0.800000011920929,
|
| 86 |
+
0.9399999976158142,
|
| 87 |
+
0.9399999976158142,
|
| 88 |
+
0.9399999976158142,
|
| 89 |
+
0.9800000190734863,
|
| 90 |
+
0.9800000190734863,
|
| 91 |
+
1.0,
|
| 92 |
+
0.8999999761581421,
|
| 93 |
+
0.9399999976158142,
|
| 94 |
+
0.9599999785423279,
|
| 95 |
+
0.9800000190734863,
|
| 96 |
+
0.9399999976158142,
|
| 97 |
+
0.9599999785423279,
|
| 98 |
+
0.9599999785423279,
|
| 99 |
+
0.8199999928474426,
|
| 100 |
+
0.8399999737739563,
|
| 101 |
+
0.5199999809265137,
|
| 102 |
+
0.47999998927116394,
|
| 103 |
+
0.8399999737739563,
|
| 104 |
+
0.8199999928474426,
|
| 105 |
+
0.9800000190734863,
|
| 106 |
+
1.0,
|
| 107 |
+
0.9800000190734863,
|
| 108 |
+
1.0,
|
| 109 |
+
0.9800000190734863,
|
| 110 |
+
0.9599999785423279,
|
| 111 |
+
1.0,
|
| 112 |
+
0.9599999785423279,
|
| 113 |
+
0.9800000190734863,
|
| 114 |
+
0.9599999785423279,
|
| 115 |
+
0.8799999952316284,
|
| 116 |
+
0.8600000143051147,
|
| 117 |
+
1.0,
|
| 118 |
+
0.9800000190734863,
|
| 119 |
+
0.8600000143051147,
|
| 120 |
+
0.9800000190734863,
|
| 121 |
+
1.0,
|
| 122 |
+
0.6800000071525574,
|
| 123 |
+
1.0,
|
| 124 |
+
0.9200000166893005,
|
| 125 |
+
0.9800000190734863
|
| 126 |
+
],
|
| 127 |
+
"per_pert_cos": [
|
| 128 |
+
0.8695864677429199,
|
| 129 |
+
0.8320274353027344,
|
| 130 |
+
0.015120260417461395,
|
| 131 |
+
0.8962416648864746,
|
| 132 |
+
0.5967147350311279,
|
| 133 |
+
0.7400597929954529,
|
| 134 |
+
0.41963258385658264,
|
| 135 |
+
0.8418173789978027,
|
| 136 |
+
0.9217110276222229,
|
| 137 |
+
0.9004912376403809,
|
| 138 |
+
0.8566247224807739,
|
| 139 |
+
0.7190538644790649,
|
| 140 |
+
0.6026207208633423,
|
| 141 |
+
0.8920438289642334,
|
| 142 |
+
0.8239859342575073,
|
| 143 |
+
0.9296417832374573,
|
| 144 |
+
0.8131124973297119,
|
| 145 |
+
0.8753355741500854,
|
| 146 |
+
0.801502525806427,
|
| 147 |
+
0.9340248703956604,
|
| 148 |
+
0.934725284576416,
|
| 149 |
+
0.7898024916648865,
|
| 150 |
+
0.7837136387825012,
|
| 151 |
+
0.8921984434127808,
|
| 152 |
+
0.6917405724525452,
|
| 153 |
+
0.8423150181770325,
|
| 154 |
+
0.8721935749053955,
|
| 155 |
+
0.9519484043121338,
|
| 156 |
+
0.8932675719261169,
|
| 157 |
+
0.9499105215072632,
|
| 158 |
+
0.9312963485717773,
|
| 159 |
+
0.3814307451248169,
|
| 160 |
+
0.9522504806518555,
|
| 161 |
+
0.9192378520965576,
|
| 162 |
+
0.8161745071411133,
|
| 163 |
+
0.5231367945671082,
|
| 164 |
+
0.9058164954185486,
|
| 165 |
+
0.7349861264228821,
|
| 166 |
+
0.6998418569564819,
|
| 167 |
+
0.9651533365249634,
|
| 168 |
+
0.8452714085578918,
|
| 169 |
+
0.7887876033782959,
|
| 170 |
+
0.7522050738334656,
|
| 171 |
+
0.9449254274368286,
|
| 172 |
+
0.9061585068702698,
|
| 173 |
+
-0.012239931151270866,
|
| 174 |
+
0.7010672092437744,
|
| 175 |
+
0.9252887964248657,
|
| 176 |
+
0.10811956226825714,
|
| 177 |
+
0.5527063608169556,
|
| 178 |
+
0.7612504959106445,
|
| 179 |
+
0.8504828810691833,
|
| 180 |
+
0.6484805941581726,
|
| 181 |
+
0.9348089098930359,
|
| 182 |
+
0.9056694507598877,
|
| 183 |
+
0.3792186379432678,
|
| 184 |
+
0.9501942992210388,
|
| 185 |
+
0.92759108543396,
|
| 186 |
+
0.8681827783584595,
|
| 187 |
+
0.8060958385467529,
|
| 188 |
+
0.8419980406761169,
|
| 189 |
+
0.1959296315908432,
|
| 190 |
+
0.6671722531318665,
|
| 191 |
+
0.7372514605522156,
|
| 192 |
+
0.7240390181541443,
|
| 193 |
+
0.7034480571746826,
|
| 194 |
+
0.7952600717544556,
|
| 195 |
+
0.9176271557807922,
|
| 196 |
+
0.9282441139221191,
|
| 197 |
+
0.9185234308242798,
|
| 198 |
+
0.9358559250831604,
|
| 199 |
+
0.6847422122955322,
|
| 200 |
+
0.9128519892692566,
|
| 201 |
+
0.8387278318405151,
|
| 202 |
+
0.9391807317733765,
|
| 203 |
+
0.8040453195571899,
|
| 204 |
+
0.9502101540565491,
|
| 205 |
+
0.8031042218208313,
|
| 206 |
+
0.3126075863838196,
|
| 207 |
+
0.8890488743782043,
|
| 208 |
+
0.0409630611538887,
|
| 209 |
+
-0.024470588192343712,
|
| 210 |
+
0.48277270793914795,
|
| 211 |
+
0.7162293195724487,
|
| 212 |
+
0.8002661466598511,
|
| 213 |
+
0.9132785797119141,
|
| 214 |
+
0.8869292736053467,
|
| 215 |
+
0.825208842754364,
|
| 216 |
+
0.7434685826301575,
|
| 217 |
+
0.7190983295440674,
|
| 218 |
+
0.9574311971664429,
|
| 219 |
+
0.8683925867080688,
|
| 220 |
+
0.894528865814209,
|
| 221 |
+
0.8717723488807678,
|
| 222 |
+
0.8509165644645691,
|
| 223 |
+
0.6191112399101257,
|
| 224 |
+
0.9046723246574402,
|
| 225 |
+
0.9331953525543213,
|
| 226 |
+
0.7448806762695312,
|
| 227 |
+
0.831590473651886,
|
| 228 |
+
0.955157995223999,
|
| 229 |
+
0.5037075281143188,
|
| 230 |
+
0.8944735527038574,
|
| 231 |
+
0.7820932865142822,
|
| 232 |
+
0.7777953147888184
|
| 233 |
+
],
|
| 234 |
+
"per_pert_pde": [
|
| 235 |
+
0.8185984346998082,
|
| 236 |
+
0.8068441099806672,
|
| 237 |
+
-0.012339729680761531,
|
| 238 |
+
0.8576483642514966,
|
| 239 |
+
0.5992157580585935,
|
| 240 |
+
0.7407946795978371,
|
| 241 |
+
0.4206040094555059,
|
| 242 |
+
0.8442420286974993,
|
| 243 |
+
0.9184056046211372,
|
| 244 |
+
0.8755887397288894,
|
| 245 |
+
0.8397962937466286,
|
| 246 |
+
0.6507386458008627,
|
| 247 |
+
0.6111553103826725,
|
| 248 |
+
0.8397462205220891,
|
| 249 |
+
0.825032950860978,
|
| 250 |
+
0.9267112596245493,
|
| 251 |
+
0.8228221651792433,
|
| 252 |
+
0.8766720745518078,
|
| 253 |
+
0.8088100655806574,
|
| 254 |
+
0.9396196266662172,
|
| 255 |
+
0.935161084124583,
|
| 256 |
+
0.7623795024913501,
|
| 257 |
+
0.7444640976345898,
|
| 258 |
+
0.8842990949616397,
|
| 259 |
+
0.6660479047004751,
|
| 260 |
+
0.8353499736331051,
|
| 261 |
+
0.8709846185069688,
|
| 262 |
+
0.9536010992506286,
|
| 263 |
+
0.8974719237613012,
|
| 264 |
+
0.9612457737676214,
|
| 265 |
+
0.9183504134160958,
|
| 266 |
+
0.40487493799061414,
|
| 267 |
+
0.9533330641157782,
|
| 268 |
+
0.9238538054257841,
|
| 269 |
+
0.8275952693725278,
|
| 270 |
+
0.5410871522004383,
|
| 271 |
+
0.9027745115195697,
|
| 272 |
+
0.7191822476805497,
|
| 273 |
+
0.7269248736778887,
|
| 274 |
+
0.9606506394190955,
|
| 275 |
+
0.7967755619426637,
|
| 276 |
+
0.7990989937488439,
|
| 277 |
+
0.7735054323724287,
|
| 278 |
+
0.9491703253974854,
|
| 279 |
+
0.9138882994229217,
|
| 280 |
+
-0.01770523972942074,
|
| 281 |
+
0.7418485865081588,
|
| 282 |
+
0.9262696707802792,
|
| 283 |
+
0.11712438908386448,
|
| 284 |
+
0.4027201559322197,
|
| 285 |
+
0.7433927554815167,
|
| 286 |
+
0.8448212472355988,
|
| 287 |
+
0.6527378985470688,
|
| 288 |
+
0.9363656098259016,
|
| 289 |
+
0.8629254129063986,
|
| 290 |
+
0.4143854093799181,
|
| 291 |
+
0.9476068764930616,
|
| 292 |
+
0.9240403310815639,
|
| 293 |
+
0.8656492819886961,
|
| 294 |
+
0.7768273832574955,
|
| 295 |
+
0.8137449026585827,
|
| 296 |
+
0.18948479211967523,
|
| 297 |
+
0.587163193326784,
|
| 298 |
+
0.7657592502097413,
|
| 299 |
+
0.7111089003505034,
|
| 300 |
+
0.7203722419170145,
|
| 301 |
+
0.7993670603150357,
|
| 302 |
+
0.9126051837142202,
|
| 303 |
+
0.9194149998318483,
|
| 304 |
+
0.9164982343714964,
|
| 305 |
+
0.9290418553592987,
|
| 306 |
+
0.6492129985098615,
|
| 307 |
+
0.9122135953701193,
|
| 308 |
+
0.8379080218071808,
|
| 309 |
+
0.9369004297523356,
|
| 310 |
+
0.8135672395655146,
|
| 311 |
+
0.9408405713766884,
|
| 312 |
+
0.7557112528051416,
|
| 313 |
+
0.30332411507737894,
|
| 314 |
+
0.8719992833255266,
|
| 315 |
+
-0.04997398881517765,
|
| 316 |
+
-0.000941716917140534,
|
| 317 |
+
0.3898127696530736,
|
| 318 |
+
0.7159817185650331,
|
| 319 |
+
0.800939243275328,
|
| 320 |
+
0.8844693071587943,
|
| 321 |
+
0.8782270857394707,
|
| 322 |
+
0.8263807596829686,
|
| 323 |
+
0.7449196358158634,
|
| 324 |
+
0.739390842564541,
|
| 325 |
+
0.9574065084077732,
|
| 326 |
+
0.8494082532922836,
|
| 327 |
+
0.8948060139712046,
|
| 328 |
+
0.8793359045309201,
|
| 329 |
+
0.8323998714341606,
|
| 330 |
+
0.64730488870135,
|
| 331 |
+
0.9047451180898403,
|
| 332 |
+
0.9337529690234797,
|
| 333 |
+
0.742651142986766,
|
| 334 |
+
0.862967799206239,
|
| 335 |
+
0.9596353731338876,
|
| 336 |
+
0.5247380031051586,
|
| 337 |
+
0.9029218942211619,
|
| 338 |
+
0.7715609337971416,
|
| 339 |
+
0.811060982287638
|
| 340 |
+
],
|
| 341 |
+
"per_pert_mse20": [
|
| 342 |
+
2.199847459793091,
|
| 343 |
+
0.13277658820152283,
|
| 344 |
+
0.18639765679836273,
|
| 345 |
+
1.0879572629928589,
|
| 346 |
+
0.10946580022573471,
|
| 347 |
+
0.1420295536518097,
|
| 348 |
+
0.20613732933998108,
|
| 349 |
+
0.07741332054138184,
|
| 350 |
+
2.427823543548584,
|
| 351 |
+
1.3074227571487427,
|
| 352 |
+
0.060578107833862305,
|
| 353 |
+
0.2947162091732025,
|
| 354 |
+
0.8174961805343628,
|
| 355 |
+
0.10326129198074341,
|
| 356 |
+
0.0897858589887619,
|
| 357 |
+
1.086695909500122,
|
| 358 |
+
0.23335056006908417,
|
| 359 |
+
0.3365519046783447,
|
| 360 |
+
0.11117933690547943,
|
| 361 |
+
0.39864498376846313,
|
| 362 |
+
0.1519254595041275,
|
| 363 |
+
0.11028142273426056,
|
| 364 |
+
0.25911828875541687,
|
| 365 |
+
0.28154894709587097,
|
| 366 |
+
0.07550065964460373,
|
| 367 |
+
0.33607158064842224,
|
| 368 |
+
0.12044501304626465,
|
| 369 |
+
3.1776275634765625,
|
| 370 |
+
8.478671073913574,
|
| 371 |
+
3.4264607429504395,
|
| 372 |
+
2.361321210861206,
|
| 373 |
+
0.4201386570930481,
|
| 374 |
+
0.8333636522293091,
|
| 375 |
+
0.46751323342323303,
|
| 376 |
+
0.42707759141921997,
|
| 377 |
+
0.5349127650260925,
|
| 378 |
+
0.6166456937789917,
|
| 379 |
+
0.4977940618991852,
|
| 380 |
+
0.1762111783027649,
|
| 381 |
+
2.8900179862976074,
|
| 382 |
+
1.03547203540802,
|
| 383 |
+
1.5640252828598022,
|
| 384 |
+
0.8738005757331848,
|
| 385 |
+
0.506680965423584,
|
| 386 |
+
2.4607067108154297,
|
| 387 |
+
0.3851827383041382,
|
| 388 |
+
0.18313263356685638,
|
| 389 |
+
1.8609497547149658,
|
| 390 |
+
0.6374581456184387,
|
| 391 |
+
0.7152608036994934,
|
| 392 |
+
2.8646249771118164,
|
| 393 |
+
0.2553190588951111,
|
| 394 |
+
0.37858861684799194,
|
| 395 |
+
1.2629672288894653,
|
| 396 |
+
0.6604664921760559,
|
| 397 |
+
0.9220935106277466,
|
| 398 |
+
1.1293747425079346,
|
| 399 |
+
0.13521479070186615,
|
| 400 |
+
0.0658145397901535,
|
| 401 |
+
0.8357817530632019,
|
| 402 |
+
0.5837133526802063,
|
| 403 |
+
0.5868433713912964,
|
| 404 |
+
1.173728585243225,
|
| 405 |
+
0.4358695447444916,
|
| 406 |
+
0.5026822090148926,
|
| 407 |
+
0.5902963876724243,
|
| 408 |
+
1.1014325618743896,
|
| 409 |
+
1.0432910919189453,
|
| 410 |
+
1.329336404800415,
|
| 411 |
+
0.8067510724067688,
|
| 412 |
+
0.289773166179657,
|
| 413 |
+
0.18221253156661987,
|
| 414 |
+
0.3191574215888977,
|
| 415 |
+
0.4117252826690674,
|
| 416 |
+
0.1850697547197342,
|
| 417 |
+
0.4646229147911072,
|
| 418 |
+
2.637049674987793,
|
| 419 |
+
1.0884979963302612,
|
| 420 |
+
0.3258230686187744,
|
| 421 |
+
2.4649293422698975,
|
| 422 |
+
0.25025197863578796,
|
| 423 |
+
0.17958243191242218,
|
| 424 |
+
0.12586015462875366,
|
| 425 |
+
0.2036217451095581,
|
| 426 |
+
0.0640123039484024,
|
| 427 |
+
0.34653905034065247,
|
| 428 |
+
0.06531643867492676,
|
| 429 |
+
0.17087160050868988,
|
| 430 |
+
0.10717087984085083,
|
| 431 |
+
0.4306904673576355,
|
| 432 |
+
2.0679240226745605,
|
| 433 |
+
0.1327371895313263,
|
| 434 |
+
0.26124879717826843,
|
| 435 |
+
0.2491433322429657,
|
| 436 |
+
0.16977405548095703,
|
| 437 |
+
0.7046118974685669,
|
| 438 |
+
0.46405845880508423,
|
| 439 |
+
0.03721138462424278,
|
| 440 |
+
0.6256263852119446,
|
| 441 |
+
0.25117939710617065,
|
| 442 |
+
1.547060251235962,
|
| 443 |
+
0.25408390164375305,
|
| 444 |
+
0.38469552993774414,
|
| 445 |
+
0.29655152559280396,
|
| 446 |
+
0.36320987343788147
|
| 447 |
+
]
|
| 448 |
+
},
|
| 449 |
+
"direct_delta_krr": {
|
| 450 |
+
"da": 0.928761902593431,
|
| 451 |
+
"da_singles": 0.8899999960110738,
|
| 452 |
+
"da_combos": 0.9415189857724346,
|
| 453 |
+
"cos": 0.8272112464975743,
|
| 454 |
+
"pde": 0.8367404167587588,
|
| 455 |
+
"mse20": 0.20003506590922673,
|
| 456 |
+
"n_singles": 26,
|
| 457 |
+
"n_combos": 79,
|
| 458 |
+
"krr_params": {
|
| 459 |
+
"alpha": 1.0,
|
| 460 |
+
"gamma": null
|
| 461 |
+
},
|
| 462 |
+
"per_pert_da": [
|
| 463 |
+
0.9200000166893005,
|
| 464 |
+
0.9399999976158142,
|
| 465 |
+
0.5199999809265137,
|
| 466 |
+
0.9599999785423279,
|
| 467 |
+
0.8600000143051147,
|
| 468 |
+
0.9200000166893005,
|
| 469 |
+
0.8600000143051147,
|
| 470 |
+
0.8799999952316284,
|
| 471 |
+
0.9399999976158142,
|
| 472 |
+
0.9599999785423279,
|
| 473 |
+
0.9599999785423279,
|
| 474 |
+
0.9599999785423279,
|
| 475 |
+
0.8799999952316284,
|
| 476 |
+
0.9399999976158142,
|
| 477 |
+
0.9800000190734863,
|
| 478 |
+
1.0,
|
| 479 |
+
0.9399999976158142,
|
| 480 |
+
1.0,
|
| 481 |
+
1.0,
|
| 482 |
+
0.9800000190734863,
|
| 483 |
+
0.9599999785423279,
|
| 484 |
+
0.9599999785423279,
|
| 485 |
+
0.9599999785423279,
|
| 486 |
+
0.9800000190734863,
|
| 487 |
+
0.9599999785423279,
|
| 488 |
+
0.9599999785423279,
|
| 489 |
+
0.9399999976158142,
|
| 490 |
+
1.0,
|
| 491 |
+
1.0,
|
| 492 |
+
1.0,
|
| 493 |
+
1.0,
|
| 494 |
+
0.9800000190734863,
|
| 495 |
+
1.0,
|
| 496 |
+
1.0,
|
| 497 |
+
1.0,
|
| 498 |
+
0.9399999976158142,
|
| 499 |
+
1.0,
|
| 500 |
+
0.9200000166893005,
|
| 501 |
+
0.8799999952316284,
|
| 502 |
+
1.0,
|
| 503 |
+
0.8799999952316284,
|
| 504 |
+
0.9200000166893005,
|
| 505 |
+
0.8600000143051147,
|
| 506 |
+
0.9800000190734863,
|
| 507 |
+
0.9599999785423279,
|
| 508 |
+
0.800000011920929,
|
| 509 |
+
0.8799999952316284,
|
| 510 |
+
1.0,
|
| 511 |
+
0.7400000095367432,
|
| 512 |
+
0.8799999952316284,
|
| 513 |
+
0.9200000166893005,
|
| 514 |
+
0.8600000143051147,
|
| 515 |
+
0.8600000143051147,
|
| 516 |
+
0.9599999785423279,
|
| 517 |
+
0.9399999976158142,
|
| 518 |
+
0.8999999761581421,
|
| 519 |
+
0.9599999785423279,
|
| 520 |
+
0.9800000190734863,
|
| 521 |
+
0.9399999976158142,
|
| 522 |
+
0.9599999785423279,
|
| 523 |
+
0.8799999952316284,
|
| 524 |
+
0.8399999737739563,
|
| 525 |
+
0.8999999761581421,
|
| 526 |
+
0.8600000143051147,
|
| 527 |
+
0.800000011920929,
|
| 528 |
+
0.8999999761581421,
|
| 529 |
+
0.9800000190734863,
|
| 530 |
+
0.9800000190734863,
|
| 531 |
+
0.9800000190734863,
|
| 532 |
+
1.0,
|
| 533 |
+
0.9800000190734863,
|
| 534 |
+
0.9200000166893005,
|
| 535 |
+
0.9599999785423279,
|
| 536 |
+
0.9599999785423279,
|
| 537 |
+
0.9800000190734863,
|
| 538 |
+
0.9800000190734863,
|
| 539 |
+
1.0,
|
| 540 |
+
0.9399999976158142,
|
| 541 |
+
0.8399999737739563,
|
| 542 |
+
0.8199999928474426,
|
| 543 |
+
0.9200000166893005,
|
| 544 |
+
0.47999998927116394,
|
| 545 |
+
0.8999999761581421,
|
| 546 |
+
0.7400000095367432,
|
| 547 |
+
1.0,
|
| 548 |
+
1.0,
|
| 549 |
+
0.8999999761581421,
|
| 550 |
+
1.0,
|
| 551 |
+
0.8999999761581421,
|
| 552 |
+
0.9599999785423279,
|
| 553 |
+
0.9800000190734863,
|
| 554 |
+
0.9800000190734863,
|
| 555 |
+
0.9800000190734863,
|
| 556 |
+
0.9599999785423279,
|
| 557 |
+
0.9399999976158142,
|
| 558 |
+
0.8999999761581421,
|
| 559 |
+
1.0,
|
| 560 |
+
0.9599999785423279,
|
| 561 |
+
0.9200000166893005,
|
| 562 |
+
0.9599999785423279,
|
| 563 |
+
1.0,
|
| 564 |
+
0.699999988079071,
|
| 565 |
+
0.9599999785423279,
|
| 566 |
+
1.0,
|
| 567 |
+
0.9599999785423279
|
| 568 |
+
],
|
| 569 |
+
"per_pert_cos": [
|
| 570 |
+
0.9198319911956787,
|
| 571 |
+
0.8169126510620117,
|
| 572 |
+
0.30660387873649597,
|
| 573 |
+
0.9344282746315002,
|
| 574 |
+
0.675620436668396,
|
| 575 |
+
0.8456178307533264,
|
| 576 |
+
0.4525030553340912,
|
| 577 |
+
0.8153745532035828,
|
| 578 |
+
0.9086342453956604,
|
| 579 |
+
0.9178977012634277,
|
| 580 |
+
0.9049203991889954,
|
| 581 |
+
0.8477919697761536,
|
| 582 |
+
0.7351681590080261,
|
| 583 |
+
0.9259845614433289,
|
| 584 |
+
0.8391954302787781,
|
| 585 |
+
0.9471209049224854,
|
| 586 |
+
0.8502119779586792,
|
| 587 |
+
0.954450786113739,
|
| 588 |
+
0.8952744007110596,
|
| 589 |
+
0.9131075143814087,
|
| 590 |
+
0.911210298538208,
|
| 591 |
+
0.8651299476623535,
|
| 592 |
+
0.8890289068222046,
|
| 593 |
+
0.8907116055488586,
|
| 594 |
+
0.8816181421279907,
|
| 595 |
+
0.8915683031082153,
|
| 596 |
+
0.8914820551872253,
|
| 597 |
+
0.9883044362068176,
|
| 598 |
+
0.9860783815383911,
|
| 599 |
+
0.9600322246551514,
|
| 600 |
+
0.9814211130142212,
|
| 601 |
+
0.9102668166160583,
|
| 602 |
+
0.987610936164856,
|
| 603 |
+
0.9778299331665039,
|
| 604 |
+
0.9583526849746704,
|
| 605 |
+
0.8029287457466125,
|
| 606 |
+
0.9484180212020874,
|
| 607 |
+
0.8372520804405212,
|
| 608 |
+
0.769288957118988,
|
| 609 |
+
0.9617117643356323,
|
| 610 |
+
0.8315324187278748,
|
| 611 |
+
0.8735468983650208,
|
| 612 |
+
0.711402177810669,
|
| 613 |
+
0.9634302258491516,
|
| 614 |
+
0.870730996131897,
|
| 615 |
+
0.425292432308197,
|
| 616 |
+
0.6656668186187744,
|
| 617 |
+
0.9590628743171692,
|
| 618 |
+
0.41960015892982483,
|
| 619 |
+
0.7256848216056824,
|
| 620 |
+
0.8646560907363892,
|
| 621 |
+
0.7439498901367188,
|
| 622 |
+
0.48475900292396545,
|
| 623 |
+
0.9073829054832458,
|
| 624 |
+
0.9146746397018433,
|
| 625 |
+
0.6502150297164917,
|
| 626 |
+
0.9200474619865417,
|
| 627 |
+
0.919394314289093,
|
| 628 |
+
0.8833227157592773,
|
| 629 |
+
0.8530325889587402,
|
| 630 |
+
0.8182500600814819,
|
| 631 |
+
0.6542900800704956,
|
| 632 |
+
0.8186964988708496,
|
| 633 |
+
0.7394715547561646,
|
| 634 |
+
0.6632481217384338,
|
| 635 |
+
0.7484459280967712,
|
| 636 |
+
0.8688541650772095,
|
| 637 |
+
0.9364880323410034,
|
| 638 |
+
0.9559893608093262,
|
| 639 |
+
0.9430384039878845,
|
| 640 |
+
0.8864829540252686,
|
| 641 |
+
0.7713789343833923,
|
| 642 |
+
0.9237179160118103,
|
| 643 |
+
0.900964617729187,
|
| 644 |
+
0.9264748692512512,
|
| 645 |
+
0.9414490461349487,
|
| 646 |
+
0.963772177696228,
|
| 647 |
+
0.8411312103271484,
|
| 648 |
+
0.49725544452667236,
|
| 649 |
+
0.8088048696517944,
|
| 650 |
+
0.7806776762008667,
|
| 651 |
+
-0.04993719980120659,
|
| 652 |
+
0.5990831851959229,
|
| 653 |
+
0.42724329233169556,
|
| 654 |
+
0.9336791038513184,
|
| 655 |
+
0.9584441781044006,
|
| 656 |
+
0.7913222908973694,
|
| 657 |
+
0.9114663600921631,
|
| 658 |
+
0.7988337874412537,
|
| 659 |
+
0.8924341797828674,
|
| 660 |
+
0.9279894828796387,
|
| 661 |
+
0.8887060880661011,
|
| 662 |
+
0.8643428683280945,
|
| 663 |
+
0.8892378211021423,
|
| 664 |
+
0.8984053730964661,
|
| 665 |
+
0.8047326803207397,
|
| 666 |
+
0.9646894931793213,
|
| 667 |
+
0.9006942510604858,
|
| 668 |
+
0.7758319973945618,
|
| 669 |
+
0.8998902440071106,
|
| 670 |
+
0.9779813885688782,
|
| 671 |
+
0.4908730983734131,
|
| 672 |
+
0.8364803194999695,
|
| 673 |
+
0.9086169004440308,
|
| 674 |
+
0.892977237701416
|
| 675 |
+
],
|
| 676 |
+
"per_pert_pde": [
|
| 677 |
+
0.8857515104046025,
|
| 678 |
+
0.7998589584558461,
|
| 679 |
+
0.33764676272945654,
|
| 680 |
+
0.9184660930579639,
|
| 681 |
+
0.6786575627216941,
|
| 682 |
+
0.8483402387927524,
|
| 683 |
+
0.40511198935103854,
|
| 684 |
+
0.8341576453094961,
|
| 685 |
+
0.9201290399379993,
|
| 686 |
+
0.9174512679134834,
|
| 687 |
+
0.8926676815015931,
|
| 688 |
+
0.782764272726567,
|
| 689 |
+
0.8310408894795404,
|
| 690 |
+
0.9037052662879356,
|
| 691 |
+
0.855620041069341,
|
| 692 |
+
0.9507015393603123,
|
| 693 |
+
0.8634844084945467,
|
| 694 |
+
0.969732631857913,
|
| 695 |
+
0.8998706570598726,
|
| 696 |
+
0.9214439867424488,
|
| 697 |
+
0.9360736009056696,
|
| 698 |
+
0.8736393087306258,
|
| 699 |
+
0.8941955005806982,
|
| 700 |
+
0.8968728938772113,
|
| 701 |
+
0.888454337227459,
|
| 702 |
+
0.8892558127394936,
|
| 703 |
+
0.8849325588939773,
|
| 704 |
+
0.9866744995838643,
|
| 705 |
+
0.9860433861291679,
|
| 706 |
+
0.9664120906480387,
|
| 707 |
+
0.9797970117288441,
|
| 708 |
+
0.9168053852797974,
|
| 709 |
+
0.9883712987120309,
|
| 710 |
+
0.977313442606503,
|
| 711 |
+
0.9667086257830025,
|
| 712 |
+
0.8217791701223267,
|
| 713 |
+
0.9476560461159584,
|
| 714 |
+
0.8470331043549878,
|
| 715 |
+
0.8419786927733252,
|
| 716 |
+
0.9572078394061413,
|
| 717 |
+
0.8090820558585671,
|
| 718 |
+
0.8940716306232555,
|
| 719 |
+
0.7259329654678077,
|
| 720 |
+
0.9653600071570082,
|
| 721 |
+
0.8698635450964621,
|
| 722 |
+
0.44852952036280014,
|
| 723 |
+
0.800421684501561,
|
| 724 |
+
0.9633835653299184,
|
| 725 |
+
0.48250452306979036,
|
| 726 |
+
0.7140234466715363,
|
| 727 |
+
0.8628580083174394,
|
| 728 |
+
0.7393117613586606,
|
| 729 |
+
0.5580567125597726,
|
| 730 |
+
0.9162790448461262,
|
| 731 |
+
0.8784654649326985,
|
| 732 |
+
0.6998698888005517,
|
| 733 |
+
0.925313036486559,
|
| 734 |
+
0.9191961140985853,
|
| 735 |
+
0.8921640010360845,
|
| 736 |
+
0.8509891391569109,
|
| 737 |
+
0.8533477476704137,
|
| 738 |
+
0.659262235055581,
|
| 739 |
+
0.7899904903394026,
|
| 740 |
+
0.7644726473085403,
|
| 741 |
+
0.6943356842639871,
|
| 742 |
+
0.8093993447755536,
|
| 743 |
+
0.8741073816040584,
|
| 744 |
+
0.9444596625317108,
|
| 745 |
+
0.9509845749623929,
|
| 746 |
+
0.9561740278960801,
|
| 747 |
+
0.8755579805275417,
|
| 748 |
+
0.7398372381454431,
|
| 749 |
+
0.9284802482664394,
|
| 750 |
+
0.8997315296610946,
|
| 751 |
+
0.949951314034478,
|
| 752 |
+
0.9446337932689257,
|
| 753 |
+
0.9627104387531666,
|
| 754 |
+
0.8492451651685043,
|
| 755 |
+
0.4785489168968706,
|
| 756 |
+
0.7950806709093524,
|
| 757 |
+
0.8191933207983516,
|
| 758 |
+
0.14247035920177714,
|
| 759 |
+
0.47241824895509893,
|
| 760 |
+
0.4857792072739322,
|
| 761 |
+
0.8836588117124594,
|
| 762 |
+
0.9415378184385949,
|
| 763 |
+
0.7849195110663083,
|
| 764 |
+
0.9262672799285878,
|
| 765 |
+
0.8058391896501857,
|
| 766 |
+
0.9065899366990768,
|
| 767 |
+
0.9558369754311756,
|
| 768 |
+
0.8802642429693979,
|
| 769 |
+
0.8893245053758081,
|
| 770 |
+
0.9188351499600586,
|
| 771 |
+
0.8925016864588796,
|
| 772 |
+
0.8242453201421914,
|
| 773 |
+
0.9788857295657595,
|
| 774 |
+
0.9326150853692261,
|
| 775 |
+
0.7812431517957321,
|
| 776 |
+
0.940720917788977,
|
| 777 |
+
0.9796796222960386,
|
| 778 |
+
0.5356914020115067,
|
| 779 |
+
0.8393497718410623,
|
| 780 |
+
0.9271897176464404,
|
| 781 |
+
0.9128925400678891
|
| 782 |
+
],
|
| 783 |
+
"per_pert_mse20": [
|
| 784 |
+
0.10326908528804779,
|
| 785 |
+
0.22043569386005402,
|
| 786 |
+
0.032167691737413406,
|
| 787 |
+
0.08451284468173981,
|
| 788 |
+
0.011677868664264679,
|
| 789 |
+
0.021338723599910736,
|
| 790 |
+
0.07361399382352829,
|
| 791 |
+
0.2144353836774826,
|
| 792 |
+
0.17049995064735413,
|
| 793 |
+
0.14863036572933197,
|
| 794 |
+
0.10259903967380524,
|
| 795 |
+
0.058850497007369995,
|
| 796 |
+
0.8246502876281738,
|
| 797 |
+
0.0625791922211647,
|
| 798 |
+
0.08921463042497635,
|
| 799 |
+
0.5208114385604858,
|
| 800 |
+
0.38242822885513306,
|
| 801 |
+
0.10651441663503647,
|
| 802 |
+
0.17251619696617126,
|
| 803 |
+
0.1456272453069687,
|
| 804 |
+
0.34670716524124146,
|
| 805 |
+
0.15896175801753998,
|
| 806 |
+
0.15330304205417633,
|
| 807 |
+
0.16815577447414398,
|
| 808 |
+
0.09377343952655792,
|
| 809 |
+
0.15406565368175507,
|
| 810 |
+
0.14253728091716766,
|
| 811 |
+
0.03883639723062515,
|
| 812 |
+
0.0463566929101944,
|
| 813 |
+
0.4714873433113098,
|
| 814 |
+
0.25657278299331665,
|
| 815 |
+
0.1464216262102127,
|
| 816 |
+
0.026835158467292786,
|
| 817 |
+
0.20620568096637726,
|
| 818 |
+
0.18721336126327515,
|
| 819 |
+
0.14391180872917175,
|
| 820 |
+
0.0923803448677063,
|
| 821 |
+
0.34671491384506226,
|
| 822 |
+
0.131061851978302,
|
| 823 |
+
0.08861436694860458,
|
| 824 |
+
0.07033555209636688,
|
| 825 |
+
0.0665457472205162,
|
| 826 |
+
0.1828836351633072,
|
| 827 |
+
0.4927311837673187,
|
| 828 |
+
0.033773310482501984,
|
| 829 |
+
0.09859731048345566,
|
| 830 |
+
0.2524957060813904,
|
| 831 |
+
0.4532836377620697,
|
| 832 |
+
0.4295997619628906,
|
| 833 |
+
0.3409765660762787,
|
| 834 |
+
0.595974326133728,
|
| 835 |
+
0.5256525278091431,
|
| 836 |
+
0.37878212332725525,
|
| 837 |
+
0.34389010071754456,
|
| 838 |
+
0.6220677495002747,
|
| 839 |
+
0.12621265649795532,
|
| 840 |
+
0.3288424015045166,
|
| 841 |
+
0.3356229364871979,
|
| 842 |
+
0.04053471237421036,
|
| 843 |
+
0.06819096952676773,
|
| 844 |
+
0.03626273572444916,
|
| 845 |
+
0.3107908368110657,
|
| 846 |
+
0.14738237857818604,
|
| 847 |
+
0.6351396441459656,
|
| 848 |
+
0.5108450055122375,
|
| 849 |
+
0.08410312235355377,
|
| 850 |
+
0.027559325098991394,
|
| 851 |
+
0.0467815063893795,
|
| 852 |
+
0.012524200603365898,
|
| 853 |
+
0.10216578096151352,
|
| 854 |
+
0.1383734941482544,
|
| 855 |
+
0.0934557393193245,
|
| 856 |
+
0.13126632571220398,
|
| 857 |
+
0.08735044300556183,
|
| 858 |
+
0.14202366769313812,
|
| 859 |
+
0.02716686949133873,
|
| 860 |
+
0.3007933497428894,
|
| 861 |
+
0.3239811360836029,
|
| 862 |
+
0.040886107832193375,
|
| 863 |
+
0.2307453155517578,
|
| 864 |
+
0.08433987945318222,
|
| 865 |
+
0.07022865116596222,
|
| 866 |
+
0.03866230323910713,
|
| 867 |
+
0.11410582065582275,
|
| 868 |
+
0.019764365628361702,
|
| 869 |
+
0.015631962567567825,
|
| 870 |
+
0.07873766124248505,
|
| 871 |
+
0.2587306797504425,
|
| 872 |
+
0.117240309715271,
|
| 873 |
+
0.20003966987133026,
|
| 874 |
+
0.22008030116558075,
|
| 875 |
+
0.031789712607860565,
|
| 876 |
+
0.41570305824279785,
|
| 877 |
+
0.30614885687828064,
|
| 878 |
+
0.12775953114032745,
|
| 879 |
+
0.3936934471130371,
|
| 880 |
+
0.11605276167392731,
|
| 881 |
+
0.24218802154064178,
|
| 882 |
+
0.30406367778778076,
|
| 883 |
+
0.29983192682266235,
|
| 884 |
+
0.047369517385959625,
|
| 885 |
+
0.3169536590576172,
|
| 886 |
+
0.45043882727622986,
|
| 887 |
+
0.3235008418560028,
|
| 888 |
+
0.24754735827445984
|
| 889 |
+
]
|
| 890 |
+
}
|
| 891 |
+
}
|
results/table1_inputs/norman_rotation_vs_direct__flow__b200_norman_flow_e115_krrinit_s02_mask_30k_seed3.json
ADDED
|
@@ -0,0 +1,891 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset": "crispra_norman_gears",
|
| 3 |
+
"checkpoint": "runs/cam_norman_e115/scFATE_epoch115_best.pt",
|
| 4 |
+
"embedding": "data/gene_embeddings/genept_bge_large.pt",
|
| 5 |
+
"n_eval": 105,
|
| 6 |
+
"bracket_scale": 2.4151077270507812,
|
| 7 |
+
"rotation_krr": {
|
| 8 |
+
"da": 0.9017142877692268,
|
| 9 |
+
"da_singles": 0.8469230784819677,
|
| 10 |
+
"da_combos": 0.9197468376612361,
|
| 11 |
+
"cos": 0.7494328133052304,
|
| 12 |
+
"pde": 0.7468972164631515,
|
| 13 |
+
"mse20": 0.7666032609485445,
|
| 14 |
+
"n_singles": 26,
|
| 15 |
+
"n_combos": 79,
|
| 16 |
+
"krr_params": {
|
| 17 |
+
"alpha": 1.0,
|
| 18 |
+
"gamma": null
|
| 19 |
+
},
|
| 20 |
+
"per_pert_da": [
|
| 21 |
+
0.9599999785423279,
|
| 22 |
+
0.9599999785423279,
|
| 23 |
+
0.5199999809265137,
|
| 24 |
+
0.9399999976158142,
|
| 25 |
+
0.7200000286102295,
|
| 26 |
+
0.8600000143051147,
|
| 27 |
+
0.8199999928474426,
|
| 28 |
+
0.7200000286102295,
|
| 29 |
+
0.9200000166893005,
|
| 30 |
+
0.9200000166893005,
|
| 31 |
+
0.9800000190734863,
|
| 32 |
+
0.9399999976158142,
|
| 33 |
+
0.7599999904632568,
|
| 34 |
+
0.9599999785423279,
|
| 35 |
+
0.9399999976158142,
|
| 36 |
+
1.0,
|
| 37 |
+
0.9599999785423279,
|
| 38 |
+
1.0,
|
| 39 |
+
0.9200000166893005,
|
| 40 |
+
0.9800000190734863,
|
| 41 |
+
0.9800000190734863,
|
| 42 |
+
0.9599999785423279,
|
| 43 |
+
0.9599999785423279,
|
| 44 |
+
0.9800000190734863,
|
| 45 |
+
0.9200000166893005,
|
| 46 |
+
0.9200000166893005,
|
| 47 |
+
0.9399999976158142,
|
| 48 |
+
1.0,
|
| 49 |
+
0.9800000190734863,
|
| 50 |
+
1.0,
|
| 51 |
+
1.0,
|
| 52 |
+
0.7599999904632568,
|
| 53 |
+
0.9800000190734863,
|
| 54 |
+
0.9800000190734863,
|
| 55 |
+
0.9200000166893005,
|
| 56 |
+
0.6600000262260437,
|
| 57 |
+
0.9599999785423279,
|
| 58 |
+
0.9200000166893005,
|
| 59 |
+
0.8600000143051147,
|
| 60 |
+
1.0,
|
| 61 |
+
0.9399999976158142,
|
| 62 |
+
0.9399999976158142,
|
| 63 |
+
0.9200000166893005,
|
| 64 |
+
0.9599999785423279,
|
| 65 |
+
1.0,
|
| 66 |
+
0.5799999833106995,
|
| 67 |
+
0.8600000143051147,
|
| 68 |
+
1.0,
|
| 69 |
+
0.6800000071525574,
|
| 70 |
+
0.8999999761581421,
|
| 71 |
+
0.9200000166893005,
|
| 72 |
+
0.8399999737739563,
|
| 73 |
+
0.7400000095367432,
|
| 74 |
+
0.9599999785423279,
|
| 75 |
+
0.8999999761581421,
|
| 76 |
+
0.7200000286102295,
|
| 77 |
+
1.0,
|
| 78 |
+
0.9800000190734863,
|
| 79 |
+
0.8600000143051147,
|
| 80 |
+
0.9200000166893005,
|
| 81 |
+
0.9200000166893005,
|
| 82 |
+
0.6800000071525574,
|
| 83 |
+
0.8799999952316284,
|
| 84 |
+
0.8799999952316284,
|
| 85 |
+
0.800000011920929,
|
| 86 |
+
0.9200000166893005,
|
| 87 |
+
0.9399999976158142,
|
| 88 |
+
0.9399999976158142,
|
| 89 |
+
0.9800000190734863,
|
| 90 |
+
0.9599999785423279,
|
| 91 |
+
1.0,
|
| 92 |
+
0.8999999761581421,
|
| 93 |
+
0.9599999785423279,
|
| 94 |
+
0.9599999785423279,
|
| 95 |
+
0.9800000190734863,
|
| 96 |
+
0.9200000166893005,
|
| 97 |
+
0.9599999785423279,
|
| 98 |
+
0.9599999785423279,
|
| 99 |
+
0.8600000143051147,
|
| 100 |
+
0.8600000143051147,
|
| 101 |
+
0.46000000834465027,
|
| 102 |
+
0.4399999976158142,
|
| 103 |
+
0.8399999737739563,
|
| 104 |
+
0.800000011920929,
|
| 105 |
+
1.0,
|
| 106 |
+
1.0,
|
| 107 |
+
0.9399999976158142,
|
| 108 |
+
0.9800000190734863,
|
| 109 |
+
0.9800000190734863,
|
| 110 |
+
0.9599999785423279,
|
| 111 |
+
1.0,
|
| 112 |
+
0.9599999785423279,
|
| 113 |
+
0.9800000190734863,
|
| 114 |
+
0.9599999785423279,
|
| 115 |
+
0.8600000143051147,
|
| 116 |
+
0.8600000143051147,
|
| 117 |
+
1.0,
|
| 118 |
+
0.9200000166893005,
|
| 119 |
+
0.8799999952316284,
|
| 120 |
+
0.9200000166893005,
|
| 121 |
+
1.0,
|
| 122 |
+
0.6800000071525574,
|
| 123 |
+
1.0,
|
| 124 |
+
0.9399999976158142,
|
| 125 |
+
0.9800000190734863
|
| 126 |
+
],
|
| 127 |
+
"per_pert_cos": [
|
| 128 |
+
0.8701339364051819,
|
| 129 |
+
0.8323708772659302,
|
| 130 |
+
-0.04911027103662491,
|
| 131 |
+
0.896586000919342,
|
| 132 |
+
0.6151806116104126,
|
| 133 |
+
0.6997568011283875,
|
| 134 |
+
0.4429973065853119,
|
| 135 |
+
0.18104201555252075,
|
| 136 |
+
0.8980556130409241,
|
| 137 |
+
0.800807774066925,
|
| 138 |
+
0.8276810050010681,
|
| 139 |
+
0.7777551412582397,
|
| 140 |
+
0.601463258266449,
|
| 141 |
+
0.8790876269340515,
|
| 142 |
+
0.7489144802093506,
|
| 143 |
+
0.9046863317489624,
|
| 144 |
+
0.7488415241241455,
|
| 145 |
+
0.8033724427223206,
|
| 146 |
+
0.7425864934921265,
|
| 147 |
+
0.918956458568573,
|
| 148 |
+
0.900813102722168,
|
| 149 |
+
0.874427080154419,
|
| 150 |
+
0.8747199177742004,
|
| 151 |
+
0.9062719941139221,
|
| 152 |
+
0.8106322288513184,
|
| 153 |
+
0.881926953792572,
|
| 154 |
+
0.8737213611602783,
|
| 155 |
+
0.9531394243240356,
|
| 156 |
+
0.892960786819458,
|
| 157 |
+
0.9500504732131958,
|
| 158 |
+
0.9313034415245056,
|
| 159 |
+
0.4344066381454468,
|
| 160 |
+
0.9506176710128784,
|
| 161 |
+
0.9216874241828918,
|
| 162 |
+
0.8185566663742065,
|
| 163 |
+
0.5338743329048157,
|
| 164 |
+
0.8909965753555298,
|
| 165 |
+
0.7351468205451965,
|
| 166 |
+
0.6476864814758301,
|
| 167 |
+
0.9649522304534912,
|
| 168 |
+
0.8515498042106628,
|
| 169 |
+
0.7883283495903015,
|
| 170 |
+
0.7537344098091125,
|
| 171 |
+
0.943252682685852,
|
| 172 |
+
0.9057918787002563,
|
| 173 |
+
-0.03427218645811081,
|
| 174 |
+
0.6836883425712585,
|
| 175 |
+
0.9244746565818787,
|
| 176 |
+
0.2816844582557678,
|
| 177 |
+
0.6414816975593567,
|
| 178 |
+
0.7176459431648254,
|
| 179 |
+
0.5417788028717041,
|
| 180 |
+
0.5379049181938171,
|
| 181 |
+
0.893020510673523,
|
| 182 |
+
0.8597163558006287,
|
| 183 |
+
0.21876610815525055,
|
| 184 |
+
0.921977162361145,
|
| 185 |
+
0.8372504711151123,
|
| 186 |
+
0.7833285927772522,
|
| 187 |
+
0.8043029308319092,
|
| 188 |
+
0.8407866954803467,
|
| 189 |
+
0.101473867893219,
|
| 190 |
+
0.6960644125938416,
|
| 191 |
+
0.7685528993606567,
|
| 192 |
+
0.7097946405410767,
|
| 193 |
+
0.7042275667190552,
|
| 194 |
+
0.7942196130752563,
|
| 195 |
+
0.9159238934516907,
|
| 196 |
+
0.9280788898468018,
|
| 197 |
+
0.9185096025466919,
|
| 198 |
+
0.9367702603340149,
|
| 199 |
+
0.6898639798164368,
|
| 200 |
+
0.9150282740592957,
|
| 201 |
+
0.8410346508026123,
|
| 202 |
+
0.9331223964691162,
|
| 203 |
+
0.7677523493766785,
|
| 204 |
+
0.9498388171195984,
|
| 205 |
+
0.799974799156189,
|
| 206 |
+
0.5319784879684448,
|
| 207 |
+
0.8886141180992126,
|
| 208 |
+
0.02516530454158783,
|
| 209 |
+
-0.027605678886175156,
|
| 210 |
+
0.4916571080684662,
|
| 211 |
+
0.7161623239517212,
|
| 212 |
+
0.782905101776123,
|
| 213 |
+
0.9088101983070374,
|
| 214 |
+
0.8811074495315552,
|
| 215 |
+
0.8725079894065857,
|
| 216 |
+
0.7519309520721436,
|
| 217 |
+
0.7266223430633545,
|
| 218 |
+
0.9591506123542786,
|
| 219 |
+
0.8689833879470825,
|
| 220 |
+
0.9001964926719666,
|
| 221 |
+
0.8776684999465942,
|
| 222 |
+
0.8201152086257935,
|
| 223 |
+
0.6208760738372803,
|
| 224 |
+
0.9048269391059875,
|
| 225 |
+
0.8519605398178101,
|
| 226 |
+
0.7353630661964417,
|
| 227 |
+
0.7687727212905884,
|
| 228 |
+
0.9547404646873474,
|
| 229 |
+
0.4943901598453522,
|
| 230 |
+
0.8491159081459045,
|
| 231 |
+
0.801794707775116,
|
| 232 |
+
0.7771543860435486
|
| 233 |
+
],
|
| 234 |
+
"per_pert_pde": [
|
| 235 |
+
0.8196816967957927,
|
| 236 |
+
0.8085450098294614,
|
| 237 |
+
-0.06990705490538071,
|
| 238 |
+
0.8581009741666982,
|
| 239 |
+
0.6172001735131657,
|
| 240 |
+
0.701864877557312,
|
| 241 |
+
0.43685128889617275,
|
| 242 |
+
0.304130733318323,
|
| 243 |
+
0.8943503403441488,
|
| 244 |
+
0.7588289424521961,
|
| 245 |
+
0.8425360394895938,
|
| 246 |
+
0.748566088788374,
|
| 247 |
+
0.6089708029514428,
|
| 248 |
+
0.8224216364354455,
|
| 249 |
+
0.75823327726762,
|
| 250 |
+
0.9003258960810596,
|
| 251 |
+
0.7680178997247885,
|
| 252 |
+
0.8059532353835638,
|
| 253 |
+
0.7626637262946092,
|
| 254 |
+
0.9247678577962574,
|
| 255 |
+
0.9033499450804313,
|
| 256 |
+
0.8699098210581006,
|
| 257 |
+
0.8628122010972007,
|
| 258 |
+
0.9032473082516543,
|
| 259 |
+
0.8021363723280245,
|
| 260 |
+
0.8775513129127135,
|
| 261 |
+
0.8688070437659283,
|
| 262 |
+
0.9559950421487204,
|
| 263 |
+
0.8972940722114822,
|
| 264 |
+
0.9614267015223172,
|
| 265 |
+
0.9184312874568765,
|
| 266 |
+
0.46195844681869447,
|
| 267 |
+
0.9542019935616788,
|
| 268 |
+
0.9232419377876595,
|
| 269 |
+
0.8296269019684183,
|
| 270 |
+
0.5496689368793504,
|
| 271 |
+
0.8912950277660077,
|
| 272 |
+
0.7226490892056172,
|
| 273 |
+
0.6707451995084587,
|
| 274 |
+
0.9604011022346799,
|
| 275 |
+
0.8044475165680895,
|
| 276 |
+
0.7984061186481592,
|
| 277 |
+
0.7748844693257384,
|
| 278 |
+
0.947296020905238,
|
| 279 |
+
0.9139435579101719,
|
| 280 |
+
-0.03791195591628346,
|
| 281 |
+
0.7279606650642111,
|
| 282 |
+
0.9254214940871658,
|
| 283 |
+
0.30126304128137593,
|
| 284 |
+
0.5216933073219717,
|
| 285 |
+
0.6921261319478254,
|
| 286 |
+
0.6771261377751413,
|
| 287 |
+
0.5825923093771754,
|
| 288 |
+
0.8970477414525515,
|
| 289 |
+
0.8202622791471931,
|
| 290 |
+
0.26647782076738197,
|
| 291 |
+
0.9202199543954828,
|
| 292 |
+
0.8281176432438484,
|
| 293 |
+
0.7788035401920621,
|
| 294 |
+
0.7749555978475376,
|
| 295 |
+
0.8123730554296202,
|
| 296 |
+
0.07788309894549632,
|
| 297 |
+
0.6236188185224457,
|
| 298 |
+
0.8008085247415426,
|
| 299 |
+
0.695749779639709,
|
| 300 |
+
0.7205749398643356,
|
| 301 |
+
0.7984007801220618,
|
| 302 |
+
0.910931253089001,
|
| 303 |
+
0.919201424457404,
|
| 304 |
+
0.9160705296329716,
|
| 305 |
+
0.9301007951150628,
|
| 306 |
+
0.6530359619073635,
|
| 307 |
+
0.9145251992325248,
|
| 308 |
+
0.8405918653994079,
|
| 309 |
+
0.9305719732765432,
|
| 310 |
+
0.7778199074860843,
|
| 311 |
+
0.9403659762897901,
|
| 312 |
+
0.7474942277840665,
|
| 313 |
+
0.524918984112728,
|
| 314 |
+
0.8713823188346926,
|
| 315 |
+
-0.0710355481695387,
|
| 316 |
+
0.0031231900109316493,
|
| 317 |
+
0.40110641179226975,
|
| 318 |
+
0.7170585201825312,
|
| 319 |
+
0.7959340939224703,
|
| 320 |
+
0.8804594810675095,
|
| 321 |
+
0.8727604102682982,
|
| 322 |
+
0.8707001902775502,
|
| 323 |
+
0.7527051603355168,
|
| 324 |
+
0.7459790281560185,
|
| 325 |
+
0.9591253071628622,
|
| 326 |
+
0.8506065964714967,
|
| 327 |
+
0.900335142646186,
|
| 328 |
+
0.8846360421696663,
|
| 329 |
+
0.7973358445874285,
|
| 330 |
+
0.6499801859124997,
|
| 331 |
+
0.9049206356476672,
|
| 332 |
+
0.8578115257404593,
|
| 333 |
+
0.7348174627558747,
|
| 334 |
+
0.8025009521338372,
|
| 335 |
+
0.9589165561780699,
|
| 336 |
+
0.5180925555673503,
|
| 337 |
+
0.8573474512766014,
|
| 338 |
+
0.7902492516067412,
|
| 339 |
+
0.8103352899610551
|
| 340 |
+
],
|
| 341 |
+
"per_pert_mse20": [
|
| 342 |
+
2.2142293453216553,
|
| 343 |
+
0.13574786484241486,
|
| 344 |
+
0.20987574756145477,
|
| 345 |
+
1.0992542505264282,
|
| 346 |
+
0.04967955872416496,
|
| 347 |
+
0.08756349235773087,
|
| 348 |
+
0.12597288191318512,
|
| 349 |
+
0.3903473913669586,
|
| 350 |
+
1.402692437171936,
|
| 351 |
+
0.6816493272781372,
|
| 352 |
+
0.04704509302973747,
|
| 353 |
+
0.2650166153907776,
|
| 354 |
+
0.8195984959602356,
|
| 355 |
+
0.10948385298252106,
|
| 356 |
+
0.1212468296289444,
|
| 357 |
+
1.2124874591827393,
|
| 358 |
+
0.35784024000167847,
|
| 359 |
+
0.5473731756210327,
|
| 360 |
+
0.15292932093143463,
|
| 361 |
+
0.30914434790611267,
|
| 362 |
+
0.16314710676670074,
|
| 363 |
+
0.07803283631801605,
|
| 364 |
+
0.11028909683227539,
|
| 365 |
+
0.17594891786575317,
|
| 366 |
+
0.04410248249769211,
|
| 367 |
+
0.2012217938899994,
|
| 368 |
+
0.06871047616004944,
|
| 369 |
+
3.173945903778076,
|
| 370 |
+
8.441975593566895,
|
| 371 |
+
3.3925743103027344,
|
| 372 |
+
2.3275868892669678,
|
| 373 |
+
0.3933088481426239,
|
| 374 |
+
0.8519152402877808,
|
| 375 |
+
0.48116034269332886,
|
| 376 |
+
0.5448423624038696,
|
| 377 |
+
0.6239032745361328,
|
| 378 |
+
0.6048310995101929,
|
| 379 |
+
0.49272221326828003,
|
| 380 |
+
0.2176179438829422,
|
| 381 |
+
2.8566157817840576,
|
| 382 |
+
1.0497691631317139,
|
| 383 |
+
1.5567615032196045,
|
| 384 |
+
0.8407114744186401,
|
| 385 |
+
0.5158255696296692,
|
| 386 |
+
2.452998638153076,
|
| 387 |
+
0.32297223806381226,
|
| 388 |
+
0.1813029944896698,
|
| 389 |
+
1.8621876239776611,
|
| 390 |
+
0.6067982912063599,
|
| 391 |
+
0.6823893785476685,
|
| 392 |
+
3.7288174629211426,
|
| 393 |
+
0.5456787943840027,
|
| 394 |
+
0.41278061270713806,
|
| 395 |
+
0.9094252586364746,
|
| 396 |
+
0.523450493812561,
|
| 397 |
+
0.9920169711112976,
|
| 398 |
+
0.7421051263809204,
|
| 399 |
+
0.2805536389350891,
|
| 400 |
+
0.06565497070550919,
|
| 401 |
+
0.8508034944534302,
|
| 402 |
+
0.5965447425842285,
|
| 403 |
+
0.6895979642868042,
|
| 404 |
+
1.0225995779037476,
|
| 405 |
+
0.3954544961452484,
|
| 406 |
+
0.46392250061035156,
|
| 407 |
+
0.585681676864624,
|
| 408 |
+
1.0886033773422241,
|
| 409 |
+
0.9115906953811646,
|
| 410 |
+
1.331190824508667,
|
| 411 |
+
0.6842341423034668,
|
| 412 |
+
0.25482743978500366,
|
| 413 |
+
0.1394481360912323,
|
| 414 |
+
0.24179407954216003,
|
| 415 |
+
0.29848605394363403,
|
| 416 |
+
0.10619523376226425,
|
| 417 |
+
0.44416889548301697,
|
| 418 |
+
2.6187379360198975,
|
| 419 |
+
1.1000723838806152,
|
| 420 |
+
0.42909327149391174,
|
| 421 |
+
2.193894863128662,
|
| 422 |
+
0.23768894374370575,
|
| 423 |
+
0.15516427159309387,
|
| 424 |
+
0.09486530721187592,
|
| 425 |
+
0.22940602898597717,
|
| 426 |
+
0.0562635138630867,
|
| 427 |
+
0.33886581659317017,
|
| 428 |
+
0.06205018609762192,
|
| 429 |
+
0.12616762518882751,
|
| 430 |
+
0.0962088480591774,
|
| 431 |
+
0.4060192108154297,
|
| 432 |
+
2.0304458141326904,
|
| 433 |
+
0.13318145275115967,
|
| 434 |
+
0.24974341690540314,
|
| 435 |
+
0.22991125285625458,
|
| 436 |
+
0.1896524876356125,
|
| 437 |
+
0.6751142740249634,
|
| 438 |
+
0.45458221435546875,
|
| 439 |
+
0.15056639909744263,
|
| 440 |
+
0.6988487243652344,
|
| 441 |
+
0.5299458503723145,
|
| 442 |
+
1.5326306819915771,
|
| 443 |
+
0.2652585506439209,
|
| 444 |
+
0.6085211038589478,
|
| 445 |
+
0.2793884873390198,
|
| 446 |
+
0.36007970571517944
|
| 447 |
+
]
|
| 448 |
+
},
|
| 449 |
+
"direct_delta_krr": {
|
| 450 |
+
"da": 0.928761902593431,
|
| 451 |
+
"da_singles": 0.8899999960110738,
|
| 452 |
+
"da_combos": 0.9415189857724346,
|
| 453 |
+
"cos": 0.8272112464975743,
|
| 454 |
+
"pde": 0.8367404167587588,
|
| 455 |
+
"mse20": 0.20003506590922673,
|
| 456 |
+
"n_singles": 26,
|
| 457 |
+
"n_combos": 79,
|
| 458 |
+
"krr_params": {
|
| 459 |
+
"alpha": 1.0,
|
| 460 |
+
"gamma": null
|
| 461 |
+
},
|
| 462 |
+
"per_pert_da": [
|
| 463 |
+
0.9200000166893005,
|
| 464 |
+
0.9399999976158142,
|
| 465 |
+
0.5199999809265137,
|
| 466 |
+
0.9599999785423279,
|
| 467 |
+
0.8600000143051147,
|
| 468 |
+
0.9200000166893005,
|
| 469 |
+
0.8600000143051147,
|
| 470 |
+
0.8799999952316284,
|
| 471 |
+
0.9399999976158142,
|
| 472 |
+
0.9599999785423279,
|
| 473 |
+
0.9599999785423279,
|
| 474 |
+
0.9599999785423279,
|
| 475 |
+
0.8799999952316284,
|
| 476 |
+
0.9399999976158142,
|
| 477 |
+
0.9800000190734863,
|
| 478 |
+
1.0,
|
| 479 |
+
0.9399999976158142,
|
| 480 |
+
1.0,
|
| 481 |
+
1.0,
|
| 482 |
+
0.9800000190734863,
|
| 483 |
+
0.9599999785423279,
|
| 484 |
+
0.9599999785423279,
|
| 485 |
+
0.9599999785423279,
|
| 486 |
+
0.9800000190734863,
|
| 487 |
+
0.9599999785423279,
|
| 488 |
+
0.9599999785423279,
|
| 489 |
+
0.9399999976158142,
|
| 490 |
+
1.0,
|
| 491 |
+
1.0,
|
| 492 |
+
1.0,
|
| 493 |
+
1.0,
|
| 494 |
+
0.9800000190734863,
|
| 495 |
+
1.0,
|
| 496 |
+
1.0,
|
| 497 |
+
1.0,
|
| 498 |
+
0.9399999976158142,
|
| 499 |
+
1.0,
|
| 500 |
+
0.9200000166893005,
|
| 501 |
+
0.8799999952316284,
|
| 502 |
+
1.0,
|
| 503 |
+
0.8799999952316284,
|
| 504 |
+
0.9200000166893005,
|
| 505 |
+
0.8600000143051147,
|
| 506 |
+
0.9800000190734863,
|
| 507 |
+
0.9599999785423279,
|
| 508 |
+
0.800000011920929,
|
| 509 |
+
0.8799999952316284,
|
| 510 |
+
1.0,
|
| 511 |
+
0.7400000095367432,
|
| 512 |
+
0.8799999952316284,
|
| 513 |
+
0.9200000166893005,
|
| 514 |
+
0.8600000143051147,
|
| 515 |
+
0.8600000143051147,
|
| 516 |
+
0.9599999785423279,
|
| 517 |
+
0.9399999976158142,
|
| 518 |
+
0.8999999761581421,
|
| 519 |
+
0.9599999785423279,
|
| 520 |
+
0.9800000190734863,
|
| 521 |
+
0.9399999976158142,
|
| 522 |
+
0.9599999785423279,
|
| 523 |
+
0.8799999952316284,
|
| 524 |
+
0.8399999737739563,
|
| 525 |
+
0.8999999761581421,
|
| 526 |
+
0.8600000143051147,
|
| 527 |
+
0.800000011920929,
|
| 528 |
+
0.8999999761581421,
|
| 529 |
+
0.9800000190734863,
|
| 530 |
+
0.9800000190734863,
|
| 531 |
+
0.9800000190734863,
|
| 532 |
+
1.0,
|
| 533 |
+
0.9800000190734863,
|
| 534 |
+
0.9200000166893005,
|
| 535 |
+
0.9599999785423279,
|
| 536 |
+
0.9599999785423279,
|
| 537 |
+
0.9800000190734863,
|
| 538 |
+
0.9800000190734863,
|
| 539 |
+
1.0,
|
| 540 |
+
0.9399999976158142,
|
| 541 |
+
0.8399999737739563,
|
| 542 |
+
0.8199999928474426,
|
| 543 |
+
0.9200000166893005,
|
| 544 |
+
0.47999998927116394,
|
| 545 |
+
0.8999999761581421,
|
| 546 |
+
0.7400000095367432,
|
| 547 |
+
1.0,
|
| 548 |
+
1.0,
|
| 549 |
+
0.8999999761581421,
|
| 550 |
+
1.0,
|
| 551 |
+
0.8999999761581421,
|
| 552 |
+
0.9599999785423279,
|
| 553 |
+
0.9800000190734863,
|
| 554 |
+
0.9800000190734863,
|
| 555 |
+
0.9800000190734863,
|
| 556 |
+
0.9599999785423279,
|
| 557 |
+
0.9399999976158142,
|
| 558 |
+
0.8999999761581421,
|
| 559 |
+
1.0,
|
| 560 |
+
0.9599999785423279,
|
| 561 |
+
0.9200000166893005,
|
| 562 |
+
0.9599999785423279,
|
| 563 |
+
1.0,
|
| 564 |
+
0.699999988079071,
|
| 565 |
+
0.9599999785423279,
|
| 566 |
+
1.0,
|
| 567 |
+
0.9599999785423279
|
| 568 |
+
],
|
| 569 |
+
"per_pert_cos": [
|
| 570 |
+
0.9198319911956787,
|
| 571 |
+
0.8169126510620117,
|
| 572 |
+
0.30660387873649597,
|
| 573 |
+
0.9344282746315002,
|
| 574 |
+
0.675620436668396,
|
| 575 |
+
0.8456178307533264,
|
| 576 |
+
0.4525030553340912,
|
| 577 |
+
0.8153745532035828,
|
| 578 |
+
0.9086342453956604,
|
| 579 |
+
0.9178977012634277,
|
| 580 |
+
0.9049203991889954,
|
| 581 |
+
0.8477919697761536,
|
| 582 |
+
0.7351681590080261,
|
| 583 |
+
0.9259845614433289,
|
| 584 |
+
0.8391954302787781,
|
| 585 |
+
0.9471209049224854,
|
| 586 |
+
0.8502119779586792,
|
| 587 |
+
0.954450786113739,
|
| 588 |
+
0.8952744007110596,
|
| 589 |
+
0.9131075143814087,
|
| 590 |
+
0.911210298538208,
|
| 591 |
+
0.8651299476623535,
|
| 592 |
+
0.8890289068222046,
|
| 593 |
+
0.8907116055488586,
|
| 594 |
+
0.8816181421279907,
|
| 595 |
+
0.8915683031082153,
|
| 596 |
+
0.8914820551872253,
|
| 597 |
+
0.9883044362068176,
|
| 598 |
+
0.9860783815383911,
|
| 599 |
+
0.9600322246551514,
|
| 600 |
+
0.9814211130142212,
|
| 601 |
+
0.9102668166160583,
|
| 602 |
+
0.987610936164856,
|
| 603 |
+
0.9778299331665039,
|
| 604 |
+
0.9583526849746704,
|
| 605 |
+
0.8029287457466125,
|
| 606 |
+
0.9484180212020874,
|
| 607 |
+
0.8372520804405212,
|
| 608 |
+
0.769288957118988,
|
| 609 |
+
0.9617117643356323,
|
| 610 |
+
0.8315324187278748,
|
| 611 |
+
0.8735468983650208,
|
| 612 |
+
0.711402177810669,
|
| 613 |
+
0.9634302258491516,
|
| 614 |
+
0.870730996131897,
|
| 615 |
+
0.425292432308197,
|
| 616 |
+
0.6656668186187744,
|
| 617 |
+
0.9590628743171692,
|
| 618 |
+
0.41960015892982483,
|
| 619 |
+
0.7256848216056824,
|
| 620 |
+
0.8646560907363892,
|
| 621 |
+
0.7439498901367188,
|
| 622 |
+
0.48475900292396545,
|
| 623 |
+
0.9073829054832458,
|
| 624 |
+
0.9146746397018433,
|
| 625 |
+
0.6502150297164917,
|
| 626 |
+
0.9200474619865417,
|
| 627 |
+
0.919394314289093,
|
| 628 |
+
0.8833227157592773,
|
| 629 |
+
0.8530325889587402,
|
| 630 |
+
0.8182500600814819,
|
| 631 |
+
0.6542900800704956,
|
| 632 |
+
0.8186964988708496,
|
| 633 |
+
0.7394715547561646,
|
| 634 |
+
0.6632481217384338,
|
| 635 |
+
0.7484459280967712,
|
| 636 |
+
0.8688541650772095,
|
| 637 |
+
0.9364880323410034,
|
| 638 |
+
0.9559893608093262,
|
| 639 |
+
0.9430384039878845,
|
| 640 |
+
0.8864829540252686,
|
| 641 |
+
0.7713789343833923,
|
| 642 |
+
0.9237179160118103,
|
| 643 |
+
0.900964617729187,
|
| 644 |
+
0.9264748692512512,
|
| 645 |
+
0.9414490461349487,
|
| 646 |
+
0.963772177696228,
|
| 647 |
+
0.8411312103271484,
|
| 648 |
+
0.49725544452667236,
|
| 649 |
+
0.8088048696517944,
|
| 650 |
+
0.7806776762008667,
|
| 651 |
+
-0.04993719980120659,
|
| 652 |
+
0.5990831851959229,
|
| 653 |
+
0.42724329233169556,
|
| 654 |
+
0.9336791038513184,
|
| 655 |
+
0.9584441781044006,
|
| 656 |
+
0.7913222908973694,
|
| 657 |
+
0.9114663600921631,
|
| 658 |
+
0.7988337874412537,
|
| 659 |
+
0.8924341797828674,
|
| 660 |
+
0.9279894828796387,
|
| 661 |
+
0.8887060880661011,
|
| 662 |
+
0.8643428683280945,
|
| 663 |
+
0.8892378211021423,
|
| 664 |
+
0.8984053730964661,
|
| 665 |
+
0.8047326803207397,
|
| 666 |
+
0.9646894931793213,
|
| 667 |
+
0.9006942510604858,
|
| 668 |
+
0.7758319973945618,
|
| 669 |
+
0.8998902440071106,
|
| 670 |
+
0.9779813885688782,
|
| 671 |
+
0.4908730983734131,
|
| 672 |
+
0.8364803194999695,
|
| 673 |
+
0.9086169004440308,
|
| 674 |
+
0.892977237701416
|
| 675 |
+
],
|
| 676 |
+
"per_pert_pde": [
|
| 677 |
+
0.8857515104046025,
|
| 678 |
+
0.7998589584558461,
|
| 679 |
+
0.33764676272945654,
|
| 680 |
+
0.9184660930579639,
|
| 681 |
+
0.6786575627216941,
|
| 682 |
+
0.8483402387927524,
|
| 683 |
+
0.40511198935103854,
|
| 684 |
+
0.8341576453094961,
|
| 685 |
+
0.9201290399379993,
|
| 686 |
+
0.9174512679134834,
|
| 687 |
+
0.8926676815015931,
|
| 688 |
+
0.782764272726567,
|
| 689 |
+
0.8310408894795404,
|
| 690 |
+
0.9037052662879356,
|
| 691 |
+
0.855620041069341,
|
| 692 |
+
0.9507015393603123,
|
| 693 |
+
0.8634844084945467,
|
| 694 |
+
0.969732631857913,
|
| 695 |
+
0.8998706570598726,
|
| 696 |
+
0.9214439867424488,
|
| 697 |
+
0.9360736009056696,
|
| 698 |
+
0.8736393087306258,
|
| 699 |
+
0.8941955005806982,
|
| 700 |
+
0.8968728938772113,
|
| 701 |
+
0.888454337227459,
|
| 702 |
+
0.8892558127394936,
|
| 703 |
+
0.8849325588939773,
|
| 704 |
+
0.9866744995838643,
|
| 705 |
+
0.9860433861291679,
|
| 706 |
+
0.9664120906480387,
|
| 707 |
+
0.9797970117288441,
|
| 708 |
+
0.9168053852797974,
|
| 709 |
+
0.9883712987120309,
|
| 710 |
+
0.977313442606503,
|
| 711 |
+
0.9667086257830025,
|
| 712 |
+
0.8217791701223267,
|
| 713 |
+
0.9476560461159584,
|
| 714 |
+
0.8470331043549878,
|
| 715 |
+
0.8419786927733252,
|
| 716 |
+
0.9572078394061413,
|
| 717 |
+
0.8090820558585671,
|
| 718 |
+
0.8940716306232555,
|
| 719 |
+
0.7259329654678077,
|
| 720 |
+
0.9653600071570082,
|
| 721 |
+
0.8698635450964621,
|
| 722 |
+
0.44852952036280014,
|
| 723 |
+
0.800421684501561,
|
| 724 |
+
0.9633835653299184,
|
| 725 |
+
0.48250452306979036,
|
| 726 |
+
0.7140234466715363,
|
| 727 |
+
0.8628580083174394,
|
| 728 |
+
0.7393117613586606,
|
| 729 |
+
0.5580567125597726,
|
| 730 |
+
0.9162790448461262,
|
| 731 |
+
0.8784654649326985,
|
| 732 |
+
0.6998698888005517,
|
| 733 |
+
0.925313036486559,
|
| 734 |
+
0.9191961140985853,
|
| 735 |
+
0.8921640010360845,
|
| 736 |
+
0.8509891391569109,
|
| 737 |
+
0.8533477476704137,
|
| 738 |
+
0.659262235055581,
|
| 739 |
+
0.7899904903394026,
|
| 740 |
+
0.7644726473085403,
|
| 741 |
+
0.6943356842639871,
|
| 742 |
+
0.8093993447755536,
|
| 743 |
+
0.8741073816040584,
|
| 744 |
+
0.9444596625317108,
|
| 745 |
+
0.9509845749623929,
|
| 746 |
+
0.9561740278960801,
|
| 747 |
+
0.8755579805275417,
|
| 748 |
+
0.7398372381454431,
|
| 749 |
+
0.9284802482664394,
|
| 750 |
+
0.8997315296610946,
|
| 751 |
+
0.949951314034478,
|
| 752 |
+
0.9446337932689257,
|
| 753 |
+
0.9627104387531666,
|
| 754 |
+
0.8492451651685043,
|
| 755 |
+
0.4785489168968706,
|
| 756 |
+
0.7950806709093524,
|
| 757 |
+
0.8191933207983516,
|
| 758 |
+
0.14247035920177714,
|
| 759 |
+
0.47241824895509893,
|
| 760 |
+
0.4857792072739322,
|
| 761 |
+
0.8836588117124594,
|
| 762 |
+
0.9415378184385949,
|
| 763 |
+
0.7849195110663083,
|
| 764 |
+
0.9262672799285878,
|
| 765 |
+
0.8058391896501857,
|
| 766 |
+
0.9065899366990768,
|
| 767 |
+
0.9558369754311756,
|
| 768 |
+
0.8802642429693979,
|
| 769 |
+
0.8893245053758081,
|
| 770 |
+
0.9188351499600586,
|
| 771 |
+
0.8925016864588796,
|
| 772 |
+
0.8242453201421914,
|
| 773 |
+
0.9788857295657595,
|
| 774 |
+
0.9326150853692261,
|
| 775 |
+
0.7812431517957321,
|
| 776 |
+
0.940720917788977,
|
| 777 |
+
0.9796796222960386,
|
| 778 |
+
0.5356914020115067,
|
| 779 |
+
0.8393497718410623,
|
| 780 |
+
0.9271897176464404,
|
| 781 |
+
0.9128925400678891
|
| 782 |
+
],
|
| 783 |
+
"per_pert_mse20": [
|
| 784 |
+
0.10326908528804779,
|
| 785 |
+
0.22043569386005402,
|
| 786 |
+
0.032167691737413406,
|
| 787 |
+
0.08451284468173981,
|
| 788 |
+
0.011677868664264679,
|
| 789 |
+
0.021338723599910736,
|
| 790 |
+
0.07361399382352829,
|
| 791 |
+
0.2144353836774826,
|
| 792 |
+
0.17049995064735413,
|
| 793 |
+
0.14863036572933197,
|
| 794 |
+
0.10259903967380524,
|
| 795 |
+
0.058850497007369995,
|
| 796 |
+
0.8246502876281738,
|
| 797 |
+
0.0625791922211647,
|
| 798 |
+
0.08921463042497635,
|
| 799 |
+
0.5208114385604858,
|
| 800 |
+
0.38242822885513306,
|
| 801 |
+
0.10651441663503647,
|
| 802 |
+
0.17251619696617126,
|
| 803 |
+
0.1456272453069687,
|
| 804 |
+
0.34670716524124146,
|
| 805 |
+
0.15896175801753998,
|
| 806 |
+
0.15330304205417633,
|
| 807 |
+
0.16815577447414398,
|
| 808 |
+
0.09377343952655792,
|
| 809 |
+
0.15406565368175507,
|
| 810 |
+
0.14253728091716766,
|
| 811 |
+
0.03883639723062515,
|
| 812 |
+
0.0463566929101944,
|
| 813 |
+
0.4714873433113098,
|
| 814 |
+
0.25657278299331665,
|
| 815 |
+
0.1464216262102127,
|
| 816 |
+
0.026835158467292786,
|
| 817 |
+
0.20620568096637726,
|
| 818 |
+
0.18721336126327515,
|
| 819 |
+
0.14391180872917175,
|
| 820 |
+
0.0923803448677063,
|
| 821 |
+
0.34671491384506226,
|
| 822 |
+
0.131061851978302,
|
| 823 |
+
0.08861436694860458,
|
| 824 |
+
0.07033555209636688,
|
| 825 |
+
0.0665457472205162,
|
| 826 |
+
0.1828836351633072,
|
| 827 |
+
0.4927311837673187,
|
| 828 |
+
0.033773310482501984,
|
| 829 |
+
0.09859731048345566,
|
| 830 |
+
0.2524957060813904,
|
| 831 |
+
0.4532836377620697,
|
| 832 |
+
0.4295997619628906,
|
| 833 |
+
0.3409765660762787,
|
| 834 |
+
0.595974326133728,
|
| 835 |
+
0.5256525278091431,
|
| 836 |
+
0.37878212332725525,
|
| 837 |
+
0.34389010071754456,
|
| 838 |
+
0.6220677495002747,
|
| 839 |
+
0.12621265649795532,
|
| 840 |
+
0.3288424015045166,
|
| 841 |
+
0.3356229364871979,
|
| 842 |
+
0.04053471237421036,
|
| 843 |
+
0.06819096952676773,
|
| 844 |
+
0.03626273572444916,
|
| 845 |
+
0.3107908368110657,
|
| 846 |
+
0.14738237857818604,
|
| 847 |
+
0.6351396441459656,
|
| 848 |
+
0.5108450055122375,
|
| 849 |
+
0.08410312235355377,
|
| 850 |
+
0.027559325098991394,
|
| 851 |
+
0.0467815063893795,
|
| 852 |
+
0.012524200603365898,
|
| 853 |
+
0.10216578096151352,
|
| 854 |
+
0.1383734941482544,
|
| 855 |
+
0.0934557393193245,
|
| 856 |
+
0.13126632571220398,
|
| 857 |
+
0.08735044300556183,
|
| 858 |
+
0.14202366769313812,
|
| 859 |
+
0.02716686949133873,
|
| 860 |
+
0.3007933497428894,
|
| 861 |
+
0.3239811360836029,
|
| 862 |
+
0.040886107832193375,
|
| 863 |
+
0.2307453155517578,
|
| 864 |
+
0.08433987945318222,
|
| 865 |
+
0.07022865116596222,
|
| 866 |
+
0.03866230323910713,
|
| 867 |
+
0.11410582065582275,
|
| 868 |
+
0.019764365628361702,
|
| 869 |
+
0.015631962567567825,
|
| 870 |
+
0.07873766124248505,
|
| 871 |
+
0.2587306797504425,
|
| 872 |
+
0.117240309715271,
|
| 873 |
+
0.20003966987133026,
|
| 874 |
+
0.22008030116558075,
|
| 875 |
+
0.031789712607860565,
|
| 876 |
+
0.41570305824279785,
|
| 877 |
+
0.30614885687828064,
|
| 878 |
+
0.12775953114032745,
|
| 879 |
+
0.3936934471130371,
|
| 880 |
+
0.11605276167392731,
|
| 881 |
+
0.24218802154064178,
|
| 882 |
+
0.30406367778778076,
|
| 883 |
+
0.29983192682266235,
|
| 884 |
+
0.047369517385959625,
|
| 885 |
+
0.3169536590576172,
|
| 886 |
+
0.45043882727622986,
|
| 887 |
+
0.3235008418560028,
|
| 888 |
+
0.24754735827445984
|
| 889 |
+
]
|
| 890 |
+
}
|
| 891 |
+
}
|
results/table1_inputs/replogle_rotation_vs_direct__flow__b200_k562_flow_bs2048_krrinit_mask_30k_K128.json
ADDED
|
@@ -0,0 +1,3330 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset": "replogle_k562",
|
| 3 |
+
"checkpoint": "runs/b200_replogle_k562_bs2048_s1/checkpoints/scFATE_epoch199_best.pt",
|
| 4 |
+
"embedding": "data/gene_embeddings/genept_bge_large.pt",
|
| 5 |
+
"n_eval": 271,
|
| 6 |
+
"bracket_scale": 1.0,
|
| 7 |
+
"flow_blend_alpha": null,
|
| 8 |
+
"rotation_krr": {
|
| 9 |
+
"da": 0.750996308793001,
|
| 10 |
+
"da_singles": 0.750996308793001,
|
| 11 |
+
"da_combos": 0,
|
| 12 |
+
"cos": 0.4861180727882139,
|
| 13 |
+
"pde": 0.4676405962045434,
|
| 14 |
+
"mse20": 0.4234423370296445,
|
| 15 |
+
"n_singles": 271,
|
| 16 |
+
"n_combos": 0,
|
| 17 |
+
"krr_params": {
|
| 18 |
+
"alpha": 1.0,
|
| 19 |
+
"gamma": 0.001
|
| 20 |
+
},
|
| 21 |
+
"per_pert_da": [
|
| 22 |
+
0.9800000190734863,
|
| 23 |
+
0.7400000095367432,
|
| 24 |
+
0.8399999737739563,
|
| 25 |
+
0.8399999737739563,
|
| 26 |
+
0.3400000035762787,
|
| 27 |
+
0.8799999952316284,
|
| 28 |
+
0.6000000238418579,
|
| 29 |
+
0.41999998688697815,
|
| 30 |
+
0.5600000023841858,
|
| 31 |
+
0.46000000834465027,
|
| 32 |
+
0.8799999952316284,
|
| 33 |
+
0.5,
|
| 34 |
+
0.8799999952316284,
|
| 35 |
+
0.8399999737739563,
|
| 36 |
+
0.8399999737739563,
|
| 37 |
+
0.9200000166893005,
|
| 38 |
+
0.699999988079071,
|
| 39 |
+
0.6600000262260437,
|
| 40 |
+
0.9399999976158142,
|
| 41 |
+
0.8199999928474426,
|
| 42 |
+
0.7200000286102295,
|
| 43 |
+
0.7599999904632568,
|
| 44 |
+
0.800000011920929,
|
| 45 |
+
0.30000001192092896,
|
| 46 |
+
0.6600000262260437,
|
| 47 |
+
0.8999999761581421,
|
| 48 |
+
0.46000000834465027,
|
| 49 |
+
0.7200000286102295,
|
| 50 |
+
0.5199999809265137,
|
| 51 |
+
0.9599999785423279,
|
| 52 |
+
0.9599999785423279,
|
| 53 |
+
0.6800000071525574,
|
| 54 |
+
0.7200000286102295,
|
| 55 |
+
0.8600000143051147,
|
| 56 |
+
0.8600000143051147,
|
| 57 |
+
0.9200000166893005,
|
| 58 |
+
0.5799999833106995,
|
| 59 |
+
0.6800000071525574,
|
| 60 |
+
0.6000000238418579,
|
| 61 |
+
0.7400000095367432,
|
| 62 |
+
0.699999988079071,
|
| 63 |
+
1.0,
|
| 64 |
+
0.699999988079071,
|
| 65 |
+
0.3799999952316284,
|
| 66 |
+
0.7400000095367432,
|
| 67 |
+
0.9599999785423279,
|
| 68 |
+
0.5799999833106995,
|
| 69 |
+
0.9200000166893005,
|
| 70 |
+
0.8799999952316284,
|
| 71 |
+
0.46000000834465027,
|
| 72 |
+
0.9399999976158142,
|
| 73 |
+
0.7200000286102295,
|
| 74 |
+
0.7200000286102295,
|
| 75 |
+
0.9599999785423279,
|
| 76 |
+
0.7599999904632568,
|
| 77 |
+
0.8600000143051147,
|
| 78 |
+
0.9200000166893005,
|
| 79 |
+
0.6399999856948853,
|
| 80 |
+
0.8799999952316284,
|
| 81 |
+
0.800000011920929,
|
| 82 |
+
0.8600000143051147,
|
| 83 |
+
0.8600000143051147,
|
| 84 |
+
0.8799999952316284,
|
| 85 |
+
0.6399999856948853,
|
| 86 |
+
0.5799999833106995,
|
| 87 |
+
0.8999999761581421,
|
| 88 |
+
0.9200000166893005,
|
| 89 |
+
0.8999999761581421,
|
| 90 |
+
0.8799999952316284,
|
| 91 |
+
0.6000000238418579,
|
| 92 |
+
0.3400000035762787,
|
| 93 |
+
0.9399999976158142,
|
| 94 |
+
0.46000000834465027,
|
| 95 |
+
0.9800000190734863,
|
| 96 |
+
0.800000011920929,
|
| 97 |
+
0.7799999713897705,
|
| 98 |
+
0.8600000143051147,
|
| 99 |
+
0.3799999952316284,
|
| 100 |
+
0.9200000166893005,
|
| 101 |
+
0.6399999856948853,
|
| 102 |
+
0.4000000059604645,
|
| 103 |
+
0.7200000286102295,
|
| 104 |
+
0.5799999833106995,
|
| 105 |
+
0.7799999713897705,
|
| 106 |
+
0.46000000834465027,
|
| 107 |
+
0.9800000190734863,
|
| 108 |
+
0.8799999952316284,
|
| 109 |
+
0.2800000011920929,
|
| 110 |
+
0.46000000834465027,
|
| 111 |
+
0.47999998927116394,
|
| 112 |
+
0.9399999976158142,
|
| 113 |
+
0.800000011920929,
|
| 114 |
+
0.3799999952316284,
|
| 115 |
+
0.6399999856948853,
|
| 116 |
+
0.41999998688697815,
|
| 117 |
+
0.6600000262260437,
|
| 118 |
+
0.7599999904632568,
|
| 119 |
+
0.6000000238418579,
|
| 120 |
+
0.8600000143051147,
|
| 121 |
+
0.9399999976158142,
|
| 122 |
+
0.8999999761581421,
|
| 123 |
+
0.7400000095367432,
|
| 124 |
+
0.2800000011920929,
|
| 125 |
+
0.8199999928474426,
|
| 126 |
+
0.6200000047683716,
|
| 127 |
+
0.9200000166893005,
|
| 128 |
+
0.9200000166893005,
|
| 129 |
+
0.9599999785423279,
|
| 130 |
+
0.8999999761581421,
|
| 131 |
+
0.9599999785423279,
|
| 132 |
+
0.7400000095367432,
|
| 133 |
+
0.7599999904632568,
|
| 134 |
+
0.7799999713897705,
|
| 135 |
+
0.46000000834465027,
|
| 136 |
+
0.9399999976158142,
|
| 137 |
+
0.7599999904632568,
|
| 138 |
+
0.7400000095367432,
|
| 139 |
+
0.800000011920929,
|
| 140 |
+
0.6800000071525574,
|
| 141 |
+
0.7799999713897705,
|
| 142 |
+
0.7400000095367432,
|
| 143 |
+
0.7200000286102295,
|
| 144 |
+
0.699999988079071,
|
| 145 |
+
0.800000011920929,
|
| 146 |
+
0.6200000047683716,
|
| 147 |
+
0.699999988079071,
|
| 148 |
+
0.5,
|
| 149 |
+
0.8399999737739563,
|
| 150 |
+
0.6800000071525574,
|
| 151 |
+
0.5199999809265137,
|
| 152 |
+
0.8399999737739563,
|
| 153 |
+
0.6200000047683716,
|
| 154 |
+
0.800000011920929,
|
| 155 |
+
0.8600000143051147,
|
| 156 |
+
0.6399999856948853,
|
| 157 |
+
0.9800000190734863,
|
| 158 |
+
0.8399999737739563,
|
| 159 |
+
0.9599999785423279,
|
| 160 |
+
0.800000011920929,
|
| 161 |
+
0.800000011920929,
|
| 162 |
+
0.8199999928474426,
|
| 163 |
+
0.8799999952316284,
|
| 164 |
+
0.3400000035762787,
|
| 165 |
+
0.8799999952316284,
|
| 166 |
+
0.8199999928474426,
|
| 167 |
+
0.8799999952316284,
|
| 168 |
+
0.5799999833106995,
|
| 169 |
+
0.5400000214576721,
|
| 170 |
+
0.8199999928474426,
|
| 171 |
+
0.7599999904632568,
|
| 172 |
+
0.7400000095367432,
|
| 173 |
+
0.6200000047683716,
|
| 174 |
+
0.5799999833106995,
|
| 175 |
+
0.7799999713897705,
|
| 176 |
+
0.8799999952316284,
|
| 177 |
+
0.5600000023841858,
|
| 178 |
+
0.8999999761581421,
|
| 179 |
+
0.6000000238418579,
|
| 180 |
+
0.8600000143051147,
|
| 181 |
+
0.7799999713897705,
|
| 182 |
+
0.8999999761581421,
|
| 183 |
+
0.7400000095367432,
|
| 184 |
+
0.9599999785423279,
|
| 185 |
+
0.41999998688697815,
|
| 186 |
+
0.6800000071525574,
|
| 187 |
+
0.8999999761581421,
|
| 188 |
+
0.8999999761581421,
|
| 189 |
+
0.4399999976158142,
|
| 190 |
+
0.9599999785423279,
|
| 191 |
+
0.8399999737739563,
|
| 192 |
+
0.8600000143051147,
|
| 193 |
+
0.9599999785423279,
|
| 194 |
+
0.8600000143051147,
|
| 195 |
+
0.8999999761581421,
|
| 196 |
+
0.4399999976158142,
|
| 197 |
+
0.800000011920929,
|
| 198 |
+
0.8199999928474426,
|
| 199 |
+
0.6399999856948853,
|
| 200 |
+
0.5600000023841858,
|
| 201 |
+
0.6800000071525574,
|
| 202 |
+
0.7799999713897705,
|
| 203 |
+
0.7400000095367432,
|
| 204 |
+
0.7799999713897705,
|
| 205 |
+
0.8999999761581421,
|
| 206 |
+
0.6600000262260437,
|
| 207 |
+
0.7200000286102295,
|
| 208 |
+
0.800000011920929,
|
| 209 |
+
0.4000000059604645,
|
| 210 |
+
0.9599999785423279,
|
| 211 |
+
0.8399999737739563,
|
| 212 |
+
0.6600000262260437,
|
| 213 |
+
0.3799999952316284,
|
| 214 |
+
0.9599999785423279,
|
| 215 |
+
0.9200000166893005,
|
| 216 |
+
0.8799999952316284,
|
| 217 |
+
0.9399999976158142,
|
| 218 |
+
0.8799999952316284,
|
| 219 |
+
0.9399999976158142,
|
| 220 |
+
0.9200000166893005,
|
| 221 |
+
0.9200000166893005,
|
| 222 |
+
0.9200000166893005,
|
| 223 |
+
0.9399999976158142,
|
| 224 |
+
0.9200000166893005,
|
| 225 |
+
0.8999999761581421,
|
| 226 |
+
0.8600000143051147,
|
| 227 |
+
0.9599999785423279,
|
| 228 |
+
0.9399999976158142,
|
| 229 |
+
1.0,
|
| 230 |
+
1.0,
|
| 231 |
+
0.9800000190734863,
|
| 232 |
+
1.0,
|
| 233 |
+
0.7599999904632568,
|
| 234 |
+
0.8999999761581421,
|
| 235 |
+
0.699999988079071,
|
| 236 |
+
0.6000000238418579,
|
| 237 |
+
0.2800000011920929,
|
| 238 |
+
0.9599999785423279,
|
| 239 |
+
0.9399999976158142,
|
| 240 |
+
0.9200000166893005,
|
| 241 |
+
0.7599999904632568,
|
| 242 |
+
0.9200000166893005,
|
| 243 |
+
0.8600000143051147,
|
| 244 |
+
0.9200000166893005,
|
| 245 |
+
0.47999998927116394,
|
| 246 |
+
0.9200000166893005,
|
| 247 |
+
0.7799999713897705,
|
| 248 |
+
0.8600000143051147,
|
| 249 |
+
0.9599999785423279,
|
| 250 |
+
0.9800000190734863,
|
| 251 |
+
1.0,
|
| 252 |
+
0.8999999761581421,
|
| 253 |
+
0.36000001430511475,
|
| 254 |
+
0.41999998688697815,
|
| 255 |
+
0.5799999833106995,
|
| 256 |
+
0.7400000095367432,
|
| 257 |
+
0.6399999856948853,
|
| 258 |
+
0.8600000143051147,
|
| 259 |
+
0.9399999976158142,
|
| 260 |
+
0.6800000071525574,
|
| 261 |
+
0.9399999976158142,
|
| 262 |
+
0.800000011920929,
|
| 263 |
+
0.9599999785423279,
|
| 264 |
+
0.7799999713897705,
|
| 265 |
+
0.36000001430511475,
|
| 266 |
+
0.6200000047683716,
|
| 267 |
+
0.6800000071525574,
|
| 268 |
+
0.9599999785423279,
|
| 269 |
+
0.30000001192092896,
|
| 270 |
+
0.8799999952316284,
|
| 271 |
+
0.3400000035762787,
|
| 272 |
+
0.5600000023841858,
|
| 273 |
+
0.6800000071525574,
|
| 274 |
+
0.7599999904632568,
|
| 275 |
+
0.4399999976158142,
|
| 276 |
+
0.8199999928474426,
|
| 277 |
+
0.3400000035762787,
|
| 278 |
+
0.8199999928474426,
|
| 279 |
+
0.6600000262260437,
|
| 280 |
+
0.8399999737739563,
|
| 281 |
+
0.6000000238418579,
|
| 282 |
+
0.8199999928474426,
|
| 283 |
+
0.7599999904632568,
|
| 284 |
+
0.9800000190734863,
|
| 285 |
+
0.7400000095367432,
|
| 286 |
+
0.3199999928474426,
|
| 287 |
+
0.9599999785423279,
|
| 288 |
+
0.9599999785423279,
|
| 289 |
+
0.9399999976158142,
|
| 290 |
+
0.9599999785423279,
|
| 291 |
+
0.3400000035762787,
|
| 292 |
+
0.5799999833106995
|
| 293 |
+
],
|
| 294 |
+
"per_pert_cos": [
|
| 295 |
+
0.9163600206375122,
|
| 296 |
+
0.5549041628837585,
|
| 297 |
+
0.7626543045043945,
|
| 298 |
+
0.6962484121322632,
|
| 299 |
+
-0.4161321222782135,
|
| 300 |
+
0.7113155722618103,
|
| 301 |
+
0.036405570805072784,
|
| 302 |
+
-0.0964532345533371,
|
| 303 |
+
0.17477869987487793,
|
| 304 |
+
-0.3149040937423706,
|
| 305 |
+
0.7305862903594971,
|
| 306 |
+
-0.04315228760242462,
|
| 307 |
+
0.7377714514732361,
|
| 308 |
+
0.5368057489395142,
|
| 309 |
+
0.5953958034515381,
|
| 310 |
+
0.8350521326065063,
|
| 311 |
+
0.31258946657180786,
|
| 312 |
+
-0.21912962198257446,
|
| 313 |
+
0.805121660232544,
|
| 314 |
+
0.5804370045661926,
|
| 315 |
+
0.31267932057380676,
|
| 316 |
+
0.8145671486854553,
|
| 317 |
+
0.7638207674026489,
|
| 318 |
+
-0.04738383740186691,
|
| 319 |
+
0.44012975692749023,
|
| 320 |
+
0.8370101451873779,
|
| 321 |
+
-0.10586792975664139,
|
| 322 |
+
0.5044773817062378,
|
| 323 |
+
-0.08823735266923904,
|
| 324 |
+
0.7332732081413269,
|
| 325 |
+
0.824859619140625,
|
| 326 |
+
0.6324478387832642,
|
| 327 |
+
0.5285152792930603,
|
| 328 |
+
0.42306455969810486,
|
| 329 |
+
0.7559323310852051,
|
| 330 |
+
0.79694664478302,
|
| 331 |
+
0.1567491590976715,
|
| 332 |
+
0.5901370048522949,
|
| 333 |
+
0.516879141330719,
|
| 334 |
+
0.5070304870605469,
|
| 335 |
+
0.4528658092021942,
|
| 336 |
+
0.94785475730896,
|
| 337 |
+
0.17364607751369476,
|
| 338 |
+
-0.4282532036304474,
|
| 339 |
+
0.43497031927108765,
|
| 340 |
+
0.81496262550354,
|
| 341 |
+
0.20207946002483368,
|
| 342 |
+
0.7571239471435547,
|
| 343 |
+
0.8407541513442993,
|
| 344 |
+
-0.22548061609268188,
|
| 345 |
+
0.808702826499939,
|
| 346 |
+
0.44370901584625244,
|
| 347 |
+
0.5428293943405151,
|
| 348 |
+
0.9333688616752625,
|
| 349 |
+
0.5697391629219055,
|
| 350 |
+
0.7851258516311646,
|
| 351 |
+
0.8550189137458801,
|
| 352 |
+
0.2247716188430786,
|
| 353 |
+
0.664210319519043,
|
| 354 |
+
0.5022779703140259,
|
| 355 |
+
0.8217105269432068,
|
| 356 |
+
0.733178973197937,
|
| 357 |
+
0.630386233329773,
|
| 358 |
+
0.4170674681663513,
|
| 359 |
+
-0.26178863644599915,
|
| 360 |
+
0.7914431691169739,
|
| 361 |
+
0.8270007371902466,
|
| 362 |
+
0.7992228865623474,
|
| 363 |
+
0.7205072641372681,
|
| 364 |
+
0.12848186492919922,
|
| 365 |
+
-0.5029767751693726,
|
| 366 |
+
0.8198012113571167,
|
| 367 |
+
-0.3699973225593567,
|
| 368 |
+
0.901565670967102,
|
| 369 |
+
0.6935185790061951,
|
| 370 |
+
0.6459863781929016,
|
| 371 |
+
0.7033608555793762,
|
| 372 |
+
-0.4579107463359833,
|
| 373 |
+
0.8267865777015686,
|
| 374 |
+
0.4478645920753479,
|
| 375 |
+
-0.24834805727005005,
|
| 376 |
+
0.26859143376350403,
|
| 377 |
+
0.3171916604042053,
|
| 378 |
+
0.3998401165008545,
|
| 379 |
+
-0.46980711817741394,
|
| 380 |
+
0.8413674831390381,
|
| 381 |
+
0.7772847414016724,
|
| 382 |
+
-0.5169419646263123,
|
| 383 |
+
-0.25376683473587036,
|
| 384 |
+
0.027969134971499443,
|
| 385 |
+
0.7972167730331421,
|
| 386 |
+
0.664443850517273,
|
| 387 |
+
-0.07776443660259247,
|
| 388 |
+
0.5290704965591431,
|
| 389 |
+
-0.24480126798152924,
|
| 390 |
+
0.3247915506362915,
|
| 391 |
+
0.610694169998169,
|
| 392 |
+
0.044759780168533325,
|
| 393 |
+
0.7776906490325928,
|
| 394 |
+
0.8860620856285095,
|
| 395 |
+
0.8472614288330078,
|
| 396 |
+
0.5431113839149475,
|
| 397 |
+
-0.570305347442627,
|
| 398 |
+
0.7375394105911255,
|
| 399 |
+
0.3859034776687622,
|
| 400 |
+
0.8600823283195496,
|
| 401 |
+
0.8291034698486328,
|
| 402 |
+
0.8119776248931885,
|
| 403 |
+
0.7960324287414551,
|
| 404 |
+
0.9236647486686707,
|
| 405 |
+
0.5863415598869324,
|
| 406 |
+
0.5279127955436707,
|
| 407 |
+
0.5873092412948608,
|
| 408 |
+
-0.011489525437355042,
|
| 409 |
+
0.7300575375556946,
|
| 410 |
+
0.6210119128227234,
|
| 411 |
+
0.5570215582847595,
|
| 412 |
+
0.6414961814880371,
|
| 413 |
+
0.4495672285556793,
|
| 414 |
+
0.4491070806980133,
|
| 415 |
+
0.5444338917732239,
|
| 416 |
+
0.397699236869812,
|
| 417 |
+
0.4273254871368408,
|
| 418 |
+
0.509796679019928,
|
| 419 |
+
0.2740635573863983,
|
| 420 |
+
0.5150699615478516,
|
| 421 |
+
0.13428162038326263,
|
| 422 |
+
0.4801015257835388,
|
| 423 |
+
0.4808225929737091,
|
| 424 |
+
0.3922794759273529,
|
| 425 |
+
0.46328508853912354,
|
| 426 |
+
0.31075936555862427,
|
| 427 |
+
0.5413103103637695,
|
| 428 |
+
0.6571909785270691,
|
| 429 |
+
0.20073430240154266,
|
| 430 |
+
0.850164532661438,
|
| 431 |
+
0.6556538343429565,
|
| 432 |
+
0.8051775097846985,
|
| 433 |
+
0.6336461305618286,
|
| 434 |
+
0.4772340953350067,
|
| 435 |
+
0.6893925070762634,
|
| 436 |
+
0.6993880271911621,
|
| 437 |
+
-0.3394050896167755,
|
| 438 |
+
0.7487073540687561,
|
| 439 |
+
0.6410420536994934,
|
| 440 |
+
0.8303861021995544,
|
| 441 |
+
0.32388535141944885,
|
| 442 |
+
0.23636427521705627,
|
| 443 |
+
0.5856233835220337,
|
| 444 |
+
0.5009562969207764,
|
| 445 |
+
0.49432137608528137,
|
| 446 |
+
0.3050798773765564,
|
| 447 |
+
0.43552449345588684,
|
| 448 |
+
0.6912876963615417,
|
| 449 |
+
0.6788535118103027,
|
| 450 |
+
-0.05892813950777054,
|
| 451 |
+
0.843185305595398,
|
| 452 |
+
0.13670000433921814,
|
| 453 |
+
0.7853623032569885,
|
| 454 |
+
0.5496991276741028,
|
| 455 |
+
0.7730771899223328,
|
| 456 |
+
0.5016189217567444,
|
| 457 |
+
0.8519763946533203,
|
| 458 |
+
-0.1702723503112793,
|
| 459 |
+
0.06278342008590698,
|
| 460 |
+
0.835371732711792,
|
| 461 |
+
0.7979714870452881,
|
| 462 |
+
-0.18144473433494568,
|
| 463 |
+
0.9263665676116943,
|
| 464 |
+
0.6895108222961426,
|
| 465 |
+
0.7343961000442505,
|
| 466 |
+
0.9165651798248291,
|
| 467 |
+
0.7904737591743469,
|
| 468 |
+
0.8799704313278198,
|
| 469 |
+
-0.22205550968647003,
|
| 470 |
+
0.5036748051643372,
|
| 471 |
+
0.6057972311973572,
|
| 472 |
+
0.13548672199249268,
|
| 473 |
+
0.02117052674293518,
|
| 474 |
+
0.47489261627197266,
|
| 475 |
+
0.7130929827690125,
|
| 476 |
+
0.5433369874954224,
|
| 477 |
+
0.5488914251327515,
|
| 478 |
+
0.7655906081199646,
|
| 479 |
+
0.3558585047721863,
|
| 480 |
+
0.44668081402778625,
|
| 481 |
+
0.6097274422645569,
|
| 482 |
+
-0.19049584865570068,
|
| 483 |
+
0.7633852362632751,
|
| 484 |
+
0.6176447868347168,
|
| 485 |
+
0.39242637157440186,
|
| 486 |
+
-0.10219748318195343,
|
| 487 |
+
0.7964587807655334,
|
| 488 |
+
0.7173418998718262,
|
| 489 |
+
0.8204036951065063,
|
| 490 |
+
0.8261613249778748,
|
| 491 |
+
0.7975742816925049,
|
| 492 |
+
0.6819182634353638,
|
| 493 |
+
0.7585713863372803,
|
| 494 |
+
0.7775138020515442,
|
| 495 |
+
0.8135490417480469,
|
| 496 |
+
0.8255667686462402,
|
| 497 |
+
0.8088312745094299,
|
| 498 |
+
0.8433362245559692,
|
| 499 |
+
0.7499600648880005,
|
| 500 |
+
0.8301978707313538,
|
| 501 |
+
0.8035082221031189,
|
| 502 |
+
0.7720474004745483,
|
| 503 |
+
0.9549914598464966,
|
| 504 |
+
0.8072957992553711,
|
| 505 |
+
0.772055983543396,
|
| 506 |
+
0.5852111577987671,
|
| 507 |
+
0.7414857745170593,
|
| 508 |
+
0.4440830945968628,
|
| 509 |
+
0.3008119761943817,
|
| 510 |
+
-0.5434615015983582,
|
| 511 |
+
0.8175415396690369,
|
| 512 |
+
0.7494007349014282,
|
| 513 |
+
0.7595841288566589,
|
| 514 |
+
0.4577518105506897,
|
| 515 |
+
0.8254750967025757,
|
| 516 |
+
0.7571895122528076,
|
| 517 |
+
0.8966161608695984,
|
| 518 |
+
-0.2224934995174408,
|
| 519 |
+
0.6826664805412292,
|
| 520 |
+
0.6873433589935303,
|
| 521 |
+
0.6119872331619263,
|
| 522 |
+
0.9026076793670654,
|
| 523 |
+
0.8728610277175903,
|
| 524 |
+
0.9495706558227539,
|
| 525 |
+
0.8287826180458069,
|
| 526 |
+
-0.23558321595191956,
|
| 527 |
+
-0.35870522260665894,
|
| 528 |
+
0.1877521574497223,
|
| 529 |
+
0.44714105129241943,
|
| 530 |
+
0.3221443295478821,
|
| 531 |
+
0.611266553401947,
|
| 532 |
+
0.8618554472923279,
|
| 533 |
+
0.3724047541618347,
|
| 534 |
+
0.7775269150733948,
|
| 535 |
+
0.6282802820205688,
|
| 536 |
+
0.9190534949302673,
|
| 537 |
+
0.6875712871551514,
|
| 538 |
+
-0.018490012735128403,
|
| 539 |
+
-0.012096026912331581,
|
| 540 |
+
0.38779208064079285,
|
| 541 |
+
0.9031668901443481,
|
| 542 |
+
-0.2883293628692627,
|
| 543 |
+
0.8078707456588745,
|
| 544 |
+
-0.2853330373764038,
|
| 545 |
+
0.37480607628822327,
|
| 546 |
+
0.15848293900489807,
|
| 547 |
+
0.6303267478942871,
|
| 548 |
+
0.12047325074672699,
|
| 549 |
+
0.5713880062103271,
|
| 550 |
+
-0.07039949297904968,
|
| 551 |
+
0.49995744228363037,
|
| 552 |
+
0.4425874650478363,
|
| 553 |
+
0.7017185688018799,
|
| 554 |
+
-0.24528996646404266,
|
| 555 |
+
0.7698435187339783,
|
| 556 |
+
0.593860387802124,
|
| 557 |
+
0.908329963684082,
|
| 558 |
+
0.5168577432632446,
|
| 559 |
+
-0.36107781529426575,
|
| 560 |
+
0.8881468772888184,
|
| 561 |
+
0.7156368494033813,
|
| 562 |
+
0.7946763634681702,
|
| 563 |
+
0.8461095690727234,
|
| 564 |
+
-0.3295595943927765,
|
| 565 |
+
0.14638283848762512
|
| 566 |
+
],
|
| 567 |
+
"per_pert_pde": [
|
| 568 |
+
0.9063205243396005,
|
| 569 |
+
0.5718616641692823,
|
| 570 |
+
0.7207292565153139,
|
| 571 |
+
0.6176513100198524,
|
| 572 |
+
-0.3975960171728359,
|
| 573 |
+
0.6839935494969805,
|
| 574 |
+
0.034896600027555166,
|
| 575 |
+
-0.10350444925243085,
|
| 576 |
+
0.18655210776333123,
|
| 577 |
+
-0.2650314594543552,
|
| 578 |
+
0.7302516552141254,
|
| 579 |
+
-0.04945794570655219,
|
| 580 |
+
0.6570968680109907,
|
| 581 |
+
0.3316831842360835,
|
| 582 |
+
0.45355286368649883,
|
| 583 |
+
0.764765758123369,
|
| 584 |
+
0.41266020955379157,
|
| 585 |
+
-0.0970900037045,
|
| 586 |
+
0.7584509472522627,
|
| 587 |
+
0.577357093788966,
|
| 588 |
+
0.2855741568556372,
|
| 589 |
+
0.8160986301123357,
|
| 590 |
+
0.7716485021404844,
|
| 591 |
+
-0.02559307064540309,
|
| 592 |
+
0.2041957573179307,
|
| 593 |
+
0.8363870409170819,
|
| 594 |
+
-0.02881741792428002,
|
| 595 |
+
0.2305953784763512,
|
| 596 |
+
-0.13514767165790098,
|
| 597 |
+
0.6170174344982722,
|
| 598 |
+
0.7587539574981043,
|
| 599 |
+
0.689766911353799,
|
| 600 |
+
0.3747168623969138,
|
| 601 |
+
0.42313398385267426,
|
| 602 |
+
0.7557510419550231,
|
| 603 |
+
0.7997779200884089,
|
| 604 |
+
0.18181814609815647,
|
| 605 |
+
0.5739220539217066,
|
| 606 |
+
0.6032195559345684,
|
| 607 |
+
0.5836289552662918,
|
| 608 |
+
0.42692855790694195,
|
| 609 |
+
0.948135139612475,
|
| 610 |
+
0.1636409783551314,
|
| 611 |
+
-0.4295829777014737,
|
| 612 |
+
0.43408062881627313,
|
| 613 |
+
0.8002922303700452,
|
| 614 |
+
0.1662439478565659,
|
| 615 |
+
0.4135203786544972,
|
| 616 |
+
0.7242976458019807,
|
| 617 |
+
-0.24224243959838612,
|
| 618 |
+
0.8103803149024542,
|
| 619 |
+
0.4658621831125851,
|
| 620 |
+
0.49731096670193675,
|
| 621 |
+
0.9383061175803912,
|
| 622 |
+
0.5979881175207722,
|
| 623 |
+
0.7508102505273877,
|
| 624 |
+
0.8548615250522381,
|
| 625 |
+
0.22344752286106256,
|
| 626 |
+
0.6780858009085071,
|
| 627 |
+
0.6148185117404518,
|
| 628 |
+
0.6710157965090817,
|
| 629 |
+
0.6922137505025407,
|
| 630 |
+
0.6250660155884538,
|
| 631 |
+
0.40184459762441743,
|
| 632 |
+
-0.2517578503607632,
|
| 633 |
+
0.7604613286547602,
|
| 634 |
+
0.8205795572074849,
|
| 635 |
+
0.8067617811756401,
|
| 636 |
+
0.7298744129652875,
|
| 637 |
+
0.16352063116576865,
|
| 638 |
+
-0.2990515735218363,
|
| 639 |
+
0.6464261855712476,
|
| 640 |
+
-0.33725658066700576,
|
| 641 |
+
0.9011422397309915,
|
| 642 |
+
0.7078604510724539,
|
| 643 |
+
0.5173403891576098,
|
| 644 |
+
0.7041552214978091,
|
| 645 |
+
-0.42063656877461136,
|
| 646 |
+
0.8367329120518164,
|
| 647 |
+
0.4087773119161281,
|
| 648 |
+
-0.23030964770573817,
|
| 649 |
+
0.19885497725863058,
|
| 650 |
+
0.41834297941081267,
|
| 651 |
+
0.5028820215990905,
|
| 652 |
+
-0.5532247045585182,
|
| 653 |
+
0.8653960089105168,
|
| 654 |
+
0.7203716240899442,
|
| 655 |
+
-0.5301890730896516,
|
| 656 |
+
-0.2199419754522458,
|
| 657 |
+
0.06800502400682018,
|
| 658 |
+
0.8056379058619011,
|
| 659 |
+
0.6645262596195035,
|
| 660 |
+
-0.00773194543608785,
|
| 661 |
+
0.5767704929543455,
|
| 662 |
+
-0.24401550385697016,
|
| 663 |
+
0.36524599454437895,
|
| 664 |
+
0.5995632619305967,
|
| 665 |
+
0.05679558214153797,
|
| 666 |
+
0.6798967017195066,
|
| 667 |
+
0.8102146957719878,
|
| 668 |
+
0.7332973385276464,
|
| 669 |
+
0.5686871536933926,
|
| 670 |
+
-0.5333111781134529,
|
| 671 |
+
0.7203757846710748,
|
| 672 |
+
0.3864285240563075,
|
| 673 |
+
0.747474650224134,
|
| 674 |
+
0.7428173397151008,
|
| 675 |
+
0.7185873593656518,
|
| 676 |
+
0.7135387939005906,
|
| 677 |
+
0.8737537862127344,
|
| 678 |
+
0.6256111940014626,
|
| 679 |
+
0.5512282610091543,
|
| 680 |
+
0.5803248960401242,
|
| 681 |
+
-0.14081130160060376,
|
| 682 |
+
0.7026799855993925,
|
| 683 |
+
0.6258686837364319,
|
| 684 |
+
0.5755634867188335,
|
| 685 |
+
0.6447558373518981,
|
| 686 |
+
0.4593488370872865,
|
| 687 |
+
0.450988328445959,
|
| 688 |
+
0.5476743754545903,
|
| 689 |
+
0.39594984238904035,
|
| 690 |
+
0.4263659425203399,
|
| 691 |
+
0.4924721323007117,
|
| 692 |
+
0.27910283010629844,
|
| 693 |
+
0.5281625399385247,
|
| 694 |
+
0.09181212572334961,
|
| 695 |
+
0.4931325700115744,
|
| 696 |
+
0.512103300329877,
|
| 697 |
+
0.39049533976920464,
|
| 698 |
+
0.4483356984991037,
|
| 699 |
+
0.3635095458993884,
|
| 700 |
+
0.5427522024349049,
|
| 701 |
+
0.5942738633271292,
|
| 702 |
+
0.25129319298729524,
|
| 703 |
+
0.8512459757132207,
|
| 704 |
+
0.6743817925353551,
|
| 705 |
+
0.7942683077589875,
|
| 706 |
+
0.5862634744931389,
|
| 707 |
+
0.5061533129576046,
|
| 708 |
+
0.6899648143840681,
|
| 709 |
+
0.6604735907299571,
|
| 710 |
+
-0.3124684892303233,
|
| 711 |
+
0.7650883277335776,
|
| 712 |
+
0.6465218764531221,
|
| 713 |
+
0.832456870474588,
|
| 714 |
+
0.19091570933048127,
|
| 715 |
+
0.23756766099209004,
|
| 716 |
+
0.6299449581285871,
|
| 717 |
+
0.38469306979257073,
|
| 718 |
+
0.3865449236008176,
|
| 719 |
+
0.20834137373527903,
|
| 720 |
+
0.389187273168829,
|
| 721 |
+
0.7003201748481237,
|
| 722 |
+
0.64851158848577,
|
| 723 |
+
-0.061161293797172396,
|
| 724 |
+
0.8457209242859243,
|
| 725 |
+
0.1499784236853846,
|
| 726 |
+
0.7942136770683758,
|
| 727 |
+
0.5793845102119829,
|
| 728 |
+
0.8218435872682894,
|
| 729 |
+
0.5600467338355587,
|
| 730 |
+
0.6904291088079574,
|
| 731 |
+
-0.39443473993245914,
|
| 732 |
+
-0.1029765324508323,
|
| 733 |
+
0.7386112759868395,
|
| 734 |
+
0.49634204128804593,
|
| 735 |
+
-0.12694224195735707,
|
| 736 |
+
0.9397184687571555,
|
| 737 |
+
0.6818856233016471,
|
| 738 |
+
0.7477766035916775,
|
| 739 |
+
0.9167998727757888,
|
| 740 |
+
0.8144741431458165,
|
| 741 |
+
0.8794748360580978,
|
| 742 |
+
-0.3285461732561553,
|
| 743 |
+
0.45846103722160686,
|
| 744 |
+
0.6240123007012317,
|
| 745 |
+
0.16386556689233628,
|
| 746 |
+
0.0157543615435397,
|
| 747 |
+
0.37123195489440924,
|
| 748 |
+
0.7169293931833214,
|
| 749 |
+
0.42595043291426615,
|
| 750 |
+
0.40933402908140226,
|
| 751 |
+
0.6213297900234421,
|
| 752 |
+
0.356460700486912,
|
| 753 |
+
0.4469561395789702,
|
| 754 |
+
0.6156232015954757,
|
| 755 |
+
-0.15083473448717602,
|
| 756 |
+
0.643420988169772,
|
| 757 |
+
0.5527948002672105,
|
| 758 |
+
0.2053375352270787,
|
| 759 |
+
-0.12701660156945002,
|
| 760 |
+
0.7941817676969448,
|
| 761 |
+
0.7170038347418308,
|
| 762 |
+
0.8188340337013386,
|
| 763 |
+
0.8306498628496163,
|
| 764 |
+
0.7940692708773867,
|
| 765 |
+
0.6792685573233574,
|
| 766 |
+
0.759771855889666,
|
| 767 |
+
0.7840894988026519,
|
| 768 |
+
0.8187286999953728,
|
| 769 |
+
0.8277646317301277,
|
| 770 |
+
0.8069052522036557,
|
| 771 |
+
0.8421968525305341,
|
| 772 |
+
0.7555367912639788,
|
| 773 |
+
0.8325338176987064,
|
| 774 |
+
0.8286892814289395,
|
| 775 |
+
0.7792218005461364,
|
| 776 |
+
0.9533852771679658,
|
| 777 |
+
0.8057763703495794,
|
| 778 |
+
0.7627269425676187,
|
| 779 |
+
0.6176272778463963,
|
| 780 |
+
0.6693766641097921,
|
| 781 |
+
0.6195202093853361,
|
| 782 |
+
0.2837272815632479,
|
| 783 |
+
-0.5900091309826379,
|
| 784 |
+
0.8232128169666725,
|
| 785 |
+
0.7518807383230047,
|
| 786 |
+
0.7520255342910369,
|
| 787 |
+
0.5428351504584356,
|
| 788 |
+
0.8317593137035273,
|
| 789 |
+
0.7276554185443648,
|
| 790 |
+
0.8548987267943254,
|
| 791 |
+
-0.22275611021950387,
|
| 792 |
+
0.6838606115528312,
|
| 793 |
+
0.6693592493656715,
|
| 794 |
+
0.4834865600638042,
|
| 795 |
+
0.8669732487088924,
|
| 796 |
+
0.7822109873589188,
|
| 797 |
+
0.9052295322729753,
|
| 798 |
+
0.6968729692851261,
|
| 799 |
+
-0.21293833484204064,
|
| 800 |
+
-0.2601393799153423,
|
| 801 |
+
0.12853776557865873,
|
| 802 |
+
0.44107000385439005,
|
| 803 |
+
0.3663112713446861,
|
| 804 |
+
0.48278420331037536,
|
| 805 |
+
0.8564002321664368,
|
| 806 |
+
0.27701937289736905,
|
| 807 |
+
0.7706641153308363,
|
| 808 |
+
0.6464841353184557,
|
| 809 |
+
0.9070024837703583,
|
| 810 |
+
0.6586390255998574,
|
| 811 |
+
-0.021408036764825434,
|
| 812 |
+
0.0016868226100668893,
|
| 813 |
+
0.4055795315581964,
|
| 814 |
+
0.9039329084524955,
|
| 815 |
+
-0.2740582264585667,
|
| 816 |
+
0.8075342040135061,
|
| 817 |
+
-0.2414480343862932,
|
| 818 |
+
0.3805385029035387,
|
| 819 |
+
0.07057963276404863,
|
| 820 |
+
0.6269066419919718,
|
| 821 |
+
0.07979382903248128,
|
| 822 |
+
0.5840461047290358,
|
| 823 |
+
-0.06692287943654722,
|
| 824 |
+
0.46722670338561356,
|
| 825 |
+
0.5189581832584703,
|
| 826 |
+
0.6841543942721101,
|
| 827 |
+
-0.17228578930882918,
|
| 828 |
+
0.4882786496686387,
|
| 829 |
+
0.5717470976878036,
|
| 830 |
+
0.8974729651322193,
|
| 831 |
+
0.5190650321162147,
|
| 832 |
+
-0.36038160246580986,
|
| 833 |
+
0.8785486339658668,
|
| 834 |
+
0.7178229973883388,
|
| 835 |
+
0.7934896911415535,
|
| 836 |
+
0.8131735638076228,
|
| 837 |
+
-0.3226476362474019,
|
| 838 |
+
0.12809381549591262
|
| 839 |
+
],
|
| 840 |
+
"per_pert_mse20": [
|
| 841 |
+
0.030374493449926376,
|
| 842 |
+
0.08423536270856857,
|
| 843 |
+
0.07160487025976181,
|
| 844 |
+
0.35631734132766724,
|
| 845 |
+
0.19922146201133728,
|
| 846 |
+
0.3630068898200989,
|
| 847 |
+
0.155149906873703,
|
| 848 |
+
0.7209369540214539,
|
| 849 |
+
0.2918352782726288,
|
| 850 |
+
0.383141428232193,
|
| 851 |
+
0.2440914362668991,
|
| 852 |
+
0.20551607012748718,
|
| 853 |
+
0.2811145484447479,
|
| 854 |
+
0.2010621577501297,
|
| 855 |
+
0.07468339055776596,
|
| 856 |
+
0.1066710576415062,
|
| 857 |
+
0.35454919934272766,
|
| 858 |
+
1.996340036392212,
|
| 859 |
+
0.057731788605451584,
|
| 860 |
+
0.35469961166381836,
|
| 861 |
+
0.12539012730121613,
|
| 862 |
+
0.461334764957428,
|
| 863 |
+
0.8637911677360535,
|
| 864 |
+
0.07383661717176437,
|
| 865 |
+
0.07677124440670013,
|
| 866 |
+
0.06111200526356697,
|
| 867 |
+
0.17965708673000336,
|
| 868 |
+
0.07776358723640442,
|
| 869 |
+
0.5665602684020996,
|
| 870 |
+
0.14095403254032135,
|
| 871 |
+
0.5005673170089722,
|
| 872 |
+
0.08475327491760254,
|
| 873 |
+
0.12362904846668243,
|
| 874 |
+
0.48773589730262756,
|
| 875 |
+
0.7913655638694763,
|
| 876 |
+
0.08411365002393723,
|
| 877 |
+
0.12655127048492432,
|
| 878 |
+
0.6025444269180298,
|
| 879 |
+
0.16359539330005646,
|
| 880 |
+
0.5139239430427551,
|
| 881 |
+
0.18941029906272888,
|
| 882 |
+
0.18384858965873718,
|
| 883 |
+
0.16273640096187592,
|
| 884 |
+
0.26791632175445557,
|
| 885 |
+
0.3324601352214813,
|
| 886 |
+
0.11404518038034439,
|
| 887 |
+
0.22018036246299744,
|
| 888 |
+
0.0932404026389122,
|
| 889 |
+
0.041014038026332855,
|
| 890 |
+
0.47631025314331055,
|
| 891 |
+
0.315197616815567,
|
| 892 |
+
0.08913509547710419,
|
| 893 |
+
0.34668415784835815,
|
| 894 |
+
0.3003104627132416,
|
| 895 |
+
0.5191563367843628,
|
| 896 |
+
0.6847770810127258,
|
| 897 |
+
0.08401881903409958,
|
| 898 |
+
0.2090614289045334,
|
| 899 |
+
0.445030152797699,
|
| 900 |
+
0.7100584506988525,
|
| 901 |
+
0.4784708023071289,
|
| 902 |
+
0.09525907784700394,
|
| 903 |
+
0.3026505410671234,
|
| 904 |
+
0.1743078976869583,
|
| 905 |
+
1.2848745584487915,
|
| 906 |
+
0.2585410177707672,
|
| 907 |
+
0.15620668232440948,
|
| 908 |
+
0.1859850436449051,
|
| 909 |
+
0.1802760660648346,
|
| 910 |
+
0.048836659640073776,
|
| 911 |
+
0.44892993569374084,
|
| 912 |
+
0.11462382227182388,
|
| 913 |
+
0.25729116797447205,
|
| 914 |
+
0.08146330714225769,
|
| 915 |
+
0.18474192917346954,
|
| 916 |
+
0.152297243475914,
|
| 917 |
+
0.3243934214115143,
|
| 918 |
+
0.647372841835022,
|
| 919 |
+
0.1509503275156021,
|
| 920 |
+
0.2689603567123413,
|
| 921 |
+
0.1882902830839157,
|
| 922 |
+
0.4057815968990326,
|
| 923 |
+
0.13679252564907074,
|
| 924 |
+
1.3457084894180298,
|
| 925 |
+
1.5110357999801636,
|
| 926 |
+
0.43909525871276855,
|
| 927 |
+
1.068211317062378,
|
| 928 |
+
0.3667429983615875,
|
| 929 |
+
0.5032036900520325,
|
| 930 |
+
0.30831149220466614,
|
| 931 |
+
1.2599023580551147,
|
| 932 |
+
0.16802886128425598,
|
| 933 |
+
0.09654062241315842,
|
| 934 |
+
0.10606386512517929,
|
| 935 |
+
0.23213732242584229,
|
| 936 |
+
0.322596937417984,
|
| 937 |
+
0.11754246801137924,
|
| 938 |
+
0.6852649450302124,
|
| 939 |
+
1.5202796459197998,
|
| 940 |
+
0.14797063171863556,
|
| 941 |
+
0.20014087855815887,
|
| 942 |
+
0.30212268233299255,
|
| 943 |
+
0.5545178651809692,
|
| 944 |
+
0.12272528558969498,
|
| 945 |
+
0.3267102837562561,
|
| 946 |
+
0.7575507760047913,
|
| 947 |
+
2.215057849884033,
|
| 948 |
+
1.9532150030136108,
|
| 949 |
+
2.3904080390930176,
|
| 950 |
+
0.4906691610813141,
|
| 951 |
+
0.07954245805740356,
|
| 952 |
+
0.11019798368215561,
|
| 953 |
+
0.08350157737731934,
|
| 954 |
+
0.2107965648174286,
|
| 955 |
+
0.2894500195980072,
|
| 956 |
+
0.03206551820039749,
|
| 957 |
+
0.20553520321846008,
|
| 958 |
+
0.28446775674819946,
|
| 959 |
+
0.43772071599960327,
|
| 960 |
+
0.2512158751487732,
|
| 961 |
+
0.11905553191900253,
|
| 962 |
+
0.23991549015045166,
|
| 963 |
+
0.19334496557712555,
|
| 964 |
+
0.2117939293384552,
|
| 965 |
+
0.32713374495506287,
|
| 966 |
+
0.13463732600212097,
|
| 967 |
+
0.12379906326532364,
|
| 968 |
+
0.28122037649154663,
|
| 969 |
+
0.2449488341808319,
|
| 970 |
+
0.16294638812541962,
|
| 971 |
+
0.19485880434513092,
|
| 972 |
+
0.23589515686035156,
|
| 973 |
+
0.21979102492332458,
|
| 974 |
+
0.19257450103759766,
|
| 975 |
+
0.23343460261821747,
|
| 976 |
+
0.3234403133392334,
|
| 977 |
+
0.38046571612358093,
|
| 978 |
+
0.1344456970691681,
|
| 979 |
+
0.09542854130268097,
|
| 980 |
+
0.30115437507629395,
|
| 981 |
+
0.15037424862384796,
|
| 982 |
+
0.22647957503795624,
|
| 983 |
+
0.3094037175178528,
|
| 984 |
+
0.1818612515926361,
|
| 985 |
+
0.34780794382095337,
|
| 986 |
+
0.5423169732093811,
|
| 987 |
+
0.2543306052684784,
|
| 988 |
+
0.34926921129226685,
|
| 989 |
+
0.15241049230098724,
|
| 990 |
+
0.16264334321022034,
|
| 991 |
+
0.1414005160331726,
|
| 992 |
+
0.2530195116996765,
|
| 993 |
+
0.027939211577177048,
|
| 994 |
+
0.06638063490390778,
|
| 995 |
+
0.41087254881858826,
|
| 996 |
+
0.35093623399734497,
|
| 997 |
+
0.10460136085748672,
|
| 998 |
+
0.5023276209831238,
|
| 999 |
+
0.11904455721378326,
|
| 1000 |
+
0.27523624897003174,
|
| 1001 |
+
0.1854991316795349,
|
| 1002 |
+
0.10312698036432266,
|
| 1003 |
+
2.307209014892578,
|
| 1004 |
+
0.17652876675128937,
|
| 1005 |
+
0.15877673029899597,
|
| 1006 |
+
0.34930065274238586,
|
| 1007 |
+
0.4291711747646332,
|
| 1008 |
+
0.1151077151298523,
|
| 1009 |
+
3.1862597465515137,
|
| 1010 |
+
0.13557487726211548,
|
| 1011 |
+
0.10739908367395401,
|
| 1012 |
+
0.7849721312522888,
|
| 1013 |
+
2.267828941345215,
|
| 1014 |
+
2.004349708557129,
|
| 1015 |
+
0.46220603585243225,
|
| 1016 |
+
0.1692533940076828,
|
| 1017 |
+
0.21516510844230652,
|
| 1018 |
+
0.3596612811088562,
|
| 1019 |
+
0.4564688205718994,
|
| 1020 |
+
0.20616097748279572,
|
| 1021 |
+
0.10968317091464996,
|
| 1022 |
+
0.14944541454315186,
|
| 1023 |
+
0.10971172153949738,
|
| 1024 |
+
0.14252188801765442,
|
| 1025 |
+
0.21362093091011047,
|
| 1026 |
+
0.18749812245368958,
|
| 1027 |
+
0.1743682324886322,
|
| 1028 |
+
0.09812651574611664,
|
| 1029 |
+
0.4014832079410553,
|
| 1030 |
+
0.2209678590297699,
|
| 1031 |
+
0.13890905678272247,
|
| 1032 |
+
0.30504512786865234,
|
| 1033 |
+
0.47936925292015076,
|
| 1034 |
+
1.4190857410430908,
|
| 1035 |
+
0.7928226590156555,
|
| 1036 |
+
1.1553211212158203,
|
| 1037 |
+
1.9221032857894897,
|
| 1038 |
+
1.1548935174942017,
|
| 1039 |
+
2.1465485095977783,
|
| 1040 |
+
0.3409648537635803,
|
| 1041 |
+
0.7787988781929016,
|
| 1042 |
+
1.34087073802948,
|
| 1043 |
+
2.0060577392578125,
|
| 1044 |
+
1.116536021232605,
|
| 1045 |
+
0.3352208733558655,
|
| 1046 |
+
0.46773967146873474,
|
| 1047 |
+
0.32748275995254517,
|
| 1048 |
+
0.49554163217544556,
|
| 1049 |
+
0.18211397528648376,
|
| 1050 |
+
0.6930046677589417,
|
| 1051 |
+
0.8697551488876343,
|
| 1052 |
+
0.27424582839012146,
|
| 1053 |
+
0.3415065407752991,
|
| 1054 |
+
0.29758208990097046,
|
| 1055 |
+
0.1064792051911354,
|
| 1056 |
+
0.5385304689407349,
|
| 1057 |
+
0.3176121115684509,
|
| 1058 |
+
0.13054680824279785,
|
| 1059 |
+
0.33316826820373535,
|
| 1060 |
+
0.24812591075897217,
|
| 1061 |
+
0.14004230499267578,
|
| 1062 |
+
2.8198561668395996,
|
| 1063 |
+
4.027297019958496,
|
| 1064 |
+
0.11917389929294586,
|
| 1065 |
+
0.18420080840587616,
|
| 1066 |
+
0.2866203784942627,
|
| 1067 |
+
0.11531580984592438,
|
| 1068 |
+
0.18593910336494446,
|
| 1069 |
+
0.9075340032577515,
|
| 1070 |
+
1.0468056201934814,
|
| 1071 |
+
1.765885591506958,
|
| 1072 |
+
0.8722027540206909,
|
| 1073 |
+
0.09873012453317642,
|
| 1074 |
+
0.11852359771728516,
|
| 1075 |
+
0.27796465158462524,
|
| 1076 |
+
0.1850978136062622,
|
| 1077 |
+
0.47013339400291443,
|
| 1078 |
+
0.11474968492984772,
|
| 1079 |
+
0.08914152532815933,
|
| 1080 |
+
0.24725870788097382,
|
| 1081 |
+
0.1057559996843338,
|
| 1082 |
+
0.38166913390159607,
|
| 1083 |
+
0.29125481843948364,
|
| 1084 |
+
0.26414236426353455,
|
| 1085 |
+
0.30100083351135254,
|
| 1086 |
+
0.20724312961101532,
|
| 1087 |
+
0.11561368405818939,
|
| 1088 |
+
0.5281099081039429,
|
| 1089 |
+
0.06574302911758423,
|
| 1090 |
+
0.2961721420288086,
|
| 1091 |
+
0.14913833141326904,
|
| 1092 |
+
0.42668741941452026,
|
| 1093 |
+
0.3192353844642639,
|
| 1094 |
+
0.10607544332742691,
|
| 1095 |
+
0.6049141883850098,
|
| 1096 |
+
0.322661817073822,
|
| 1097 |
+
0.24941544234752655,
|
| 1098 |
+
0.3106248676776886,
|
| 1099 |
+
1.2064640522003174,
|
| 1100 |
+
0.22694817185401917,
|
| 1101 |
+
0.17430777847766876,
|
| 1102 |
+
0.04937386512756348,
|
| 1103 |
+
0.06132020428776741,
|
| 1104 |
+
0.03000802919268608,
|
| 1105 |
+
0.36137670278549194,
|
| 1106 |
+
0.09124362468719482,
|
| 1107 |
+
0.14137493073940277,
|
| 1108 |
+
0.1816859245300293,
|
| 1109 |
+
0.07512220740318298,
|
| 1110 |
+
0.18784961104393005,
|
| 1111 |
+
0.07912648469209671
|
| 1112 |
+
],
|
| 1113 |
+
"per_pert_name": [
|
| 1114 |
+
"AATF",
|
| 1115 |
+
"ABCB7",
|
| 1116 |
+
"ABT1",
|
| 1117 |
+
"ACTR8",
|
| 1118 |
+
"AHCY",
|
| 1119 |
+
"ARCN1",
|
| 1120 |
+
"ARIH1",
|
| 1121 |
+
"ATF5",
|
| 1122 |
+
"ATP1A1",
|
| 1123 |
+
"BANP",
|
| 1124 |
+
"BMS1",
|
| 1125 |
+
"BTF3",
|
| 1126 |
+
"BUD13",
|
| 1127 |
+
"C14orf178",
|
| 1128 |
+
"C1QBP",
|
| 1129 |
+
"CACTIN",
|
| 1130 |
+
"CAPZB",
|
| 1131 |
+
"CASP8AP2",
|
| 1132 |
+
"CCDC59",
|
| 1133 |
+
"CCNH",
|
| 1134 |
+
"CCNK",
|
| 1135 |
+
"CCT4",
|
| 1136 |
+
"CCT6A",
|
| 1137 |
+
"CDAN1",
|
| 1138 |
+
"CDC16",
|
| 1139 |
+
"CDC6",
|
| 1140 |
+
"CDK9",
|
| 1141 |
+
"CENPC",
|
| 1142 |
+
"CHD4",
|
| 1143 |
+
"CHMP2A",
|
| 1144 |
+
"CHMP3",
|
| 1145 |
+
"CLNS1A",
|
| 1146 |
+
"CLP1",
|
| 1147 |
+
"CLTC",
|
| 1148 |
+
"CNOT2",
|
| 1149 |
+
"COPS3",
|
| 1150 |
+
"CSNK1A1",
|
| 1151 |
+
"CSTF3",
|
| 1152 |
+
"CTNNBL1",
|
| 1153 |
+
"DDX10",
|
| 1154 |
+
"DDX49",
|
| 1155 |
+
"DDX56",
|
| 1156 |
+
"DERL2",
|
| 1157 |
+
"DHX36",
|
| 1158 |
+
"DNAJA3",
|
| 1159 |
+
"DNTTIP2",
|
| 1160 |
+
"DOHH",
|
| 1161 |
+
"DYNC1H1",
|
| 1162 |
+
"DYNC1I2",
|
| 1163 |
+
"DYNLL1",
|
| 1164 |
+
"EBNA1BP2",
|
| 1165 |
+
"EEF1G",
|
| 1166 |
+
"EIF1AX",
|
| 1167 |
+
"EIF2B2",
|
| 1168 |
+
"EIF3E",
|
| 1169 |
+
"EIF3M",
|
| 1170 |
+
"EIF6",
|
| 1171 |
+
"ELP3",
|
| 1172 |
+
"EPRS",
|
| 1173 |
+
"EXOSC3",
|
| 1174 |
+
"EXOSC7",
|
| 1175 |
+
"FAM50A",
|
| 1176 |
+
"FBL",
|
| 1177 |
+
"FNTA",
|
| 1178 |
+
"GAB2",
|
| 1179 |
+
"GEMIN5",
|
| 1180 |
+
"GINS4",
|
| 1181 |
+
"GNL2",
|
| 1182 |
+
"GNL3",
|
| 1183 |
+
"GOLT1B",
|
| 1184 |
+
"GPN1",
|
| 1185 |
+
"GPN3",
|
| 1186 |
+
"GRB2",
|
| 1187 |
+
"GRPEL1",
|
| 1188 |
+
"GTF2E2",
|
| 1189 |
+
"GTF2F2",
|
| 1190 |
+
"GTF2H4",
|
| 1191 |
+
"HDAC7",
|
| 1192 |
+
"HEATR1",
|
| 1193 |
+
"HINFP",
|
| 1194 |
+
"HMGCS1",
|
| 1195 |
+
"HNRNPU",
|
| 1196 |
+
"HSF1",
|
| 1197 |
+
"HSPA5",
|
| 1198 |
+
"HSPA8",
|
| 1199 |
+
"HSPA9",
|
| 1200 |
+
"IK",
|
| 1201 |
+
"ILF3",
|
| 1202 |
+
"IMPDH2",
|
| 1203 |
+
"INTS6",
|
| 1204 |
+
"INTS7",
|
| 1205 |
+
"ISG20L2",
|
| 1206 |
+
"JAZF1",
|
| 1207 |
+
"KANSL3",
|
| 1208 |
+
"KAT8",
|
| 1209 |
+
"KPNB1",
|
| 1210 |
+
"LAS1L",
|
| 1211 |
+
"LONP1",
|
| 1212 |
+
"LSM5",
|
| 1213 |
+
"LSM6",
|
| 1214 |
+
"LSM7",
|
| 1215 |
+
"MAGOH",
|
| 1216 |
+
"MAT2A",
|
| 1217 |
+
"MCM3AP",
|
| 1218 |
+
"MCM4",
|
| 1219 |
+
"MED1",
|
| 1220 |
+
"MED14",
|
| 1221 |
+
"MED28",
|
| 1222 |
+
"MED8",
|
| 1223 |
+
"MED9",
|
| 1224 |
+
"METAP2",
|
| 1225 |
+
"METTL14",
|
| 1226 |
+
"MICOS10",
|
| 1227 |
+
"MOB4",
|
| 1228 |
+
"MPHOSPH10",
|
| 1229 |
+
"MRPL10",
|
| 1230 |
+
"MRPL16",
|
| 1231 |
+
"MRPL2",
|
| 1232 |
+
"MRPL24",
|
| 1233 |
+
"MRPL36",
|
| 1234 |
+
"MRPL37",
|
| 1235 |
+
"MRPL41",
|
| 1236 |
+
"MRPL50",
|
| 1237 |
+
"MRPS26",
|
| 1238 |
+
"MRPS34",
|
| 1239 |
+
"MYBBP1A",
|
| 1240 |
+
"N6AMT1",
|
| 1241 |
+
"NCL",
|
| 1242 |
+
"NDUFB10",
|
| 1243 |
+
"NDUFB4",
|
| 1244 |
+
"NELFA",
|
| 1245 |
+
"NELFB",
|
| 1246 |
+
"NEPRO",
|
| 1247 |
+
"NKAP",
|
| 1248 |
+
"NLE1",
|
| 1249 |
+
"NOC4L",
|
| 1250 |
+
"NOL12",
|
| 1251 |
+
"NOL6",
|
| 1252 |
+
"NOP10",
|
| 1253 |
+
"NOP16",
|
| 1254 |
+
"NOP2",
|
| 1255 |
+
"NOP58",
|
| 1256 |
+
"NUDCD3",
|
| 1257 |
+
"NUP133",
|
| 1258 |
+
"NUP54",
|
| 1259 |
+
"NVL",
|
| 1260 |
+
"OGFOD1",
|
| 1261 |
+
"OGT",
|
| 1262 |
+
"OXA1L",
|
| 1263 |
+
"PCF11",
|
| 1264 |
+
"PDCD7",
|
| 1265 |
+
"PFDN2",
|
| 1266 |
+
"PFN1",
|
| 1267 |
+
"PGD",
|
| 1268 |
+
"PHF5A",
|
| 1269 |
+
"PIAS4",
|
| 1270 |
+
"PMPCB",
|
| 1271 |
+
"PNISR",
|
| 1272 |
+
"POLE",
|
| 1273 |
+
"POLR1A",
|
| 1274 |
+
"POLR1B",
|
| 1275 |
+
"POLR1C",
|
| 1276 |
+
"POLR2D",
|
| 1277 |
+
"POLR3B",
|
| 1278 |
+
"POLR3D",
|
| 1279 |
+
"PRPF31",
|
| 1280 |
+
"PRPF4",
|
| 1281 |
+
"PRRC2A",
|
| 1282 |
+
"PSMA1",
|
| 1283 |
+
"PSMA2",
|
| 1284 |
+
"PSMB3",
|
| 1285 |
+
"PSMC1",
|
| 1286 |
+
"PSMD3",
|
| 1287 |
+
"PSMD7",
|
| 1288 |
+
"PSMG4",
|
| 1289 |
+
"RAD51",
|
| 1290 |
+
"RAN",
|
| 1291 |
+
"RANGAP1",
|
| 1292 |
+
"RBM14",
|
| 1293 |
+
"RBM17",
|
| 1294 |
+
"RBM28",
|
| 1295 |
+
"RBM42",
|
| 1296 |
+
"RBM48",
|
| 1297 |
+
"RBMX2",
|
| 1298 |
+
"REXO2",
|
| 1299 |
+
"RFC2",
|
| 1300 |
+
"RFC3",
|
| 1301 |
+
"RMI1",
|
| 1302 |
+
"RNF113A",
|
| 1303 |
+
"RNF20",
|
| 1304 |
+
"RNF40",
|
| 1305 |
+
"RPAP1",
|
| 1306 |
+
"RPF2",
|
| 1307 |
+
"RPL10",
|
| 1308 |
+
"RPL10A",
|
| 1309 |
+
"RPL11",
|
| 1310 |
+
"RPL13",
|
| 1311 |
+
"RPL14",
|
| 1312 |
+
"RPL17",
|
| 1313 |
+
"RPL30",
|
| 1314 |
+
"RPL31",
|
| 1315 |
+
"RPL5",
|
| 1316 |
+
"RPL8",
|
| 1317 |
+
"RPLP0",
|
| 1318 |
+
"RPLP1",
|
| 1319 |
+
"RPS11",
|
| 1320 |
+
"RPS13",
|
| 1321 |
+
"RPS18",
|
| 1322 |
+
"RPS19",
|
| 1323 |
+
"RPS3A",
|
| 1324 |
+
"RPS9",
|
| 1325 |
+
"RRP1",
|
| 1326 |
+
"RTF1",
|
| 1327 |
+
"SAE1",
|
| 1328 |
+
"SARS2",
|
| 1329 |
+
"SCAF1",
|
| 1330 |
+
"SDAD1",
|
| 1331 |
+
"SEC13",
|
| 1332 |
+
"SEC61G",
|
| 1333 |
+
"SEH1L",
|
| 1334 |
+
"SETD1A",
|
| 1335 |
+
"SF3B4",
|
| 1336 |
+
"SF3B5",
|
| 1337 |
+
"SLC39A9",
|
| 1338 |
+
"SMC4",
|
| 1339 |
+
"SNAPC3",
|
| 1340 |
+
"SNRNP48",
|
| 1341 |
+
"SNRPA1",
|
| 1342 |
+
"SNRPD1",
|
| 1343 |
+
"SNRPE",
|
| 1344 |
+
"SNRPG",
|
| 1345 |
+
"SON",
|
| 1346 |
+
"SRBD1",
|
| 1347 |
+
"SRPRB",
|
| 1348 |
+
"SRSF7",
|
| 1349 |
+
"STARD7",
|
| 1350 |
+
"SUPT5H",
|
| 1351 |
+
"SYMPK",
|
| 1352 |
+
"TADA3",
|
| 1353 |
+
"TAF1",
|
| 1354 |
+
"TAF1D",
|
| 1355 |
+
"TBL3",
|
| 1356 |
+
"TCP1",
|
| 1357 |
+
"TERF2",
|
| 1358 |
+
"THG1L",
|
| 1359 |
+
"THOC3",
|
| 1360 |
+
"TIMM23B",
|
| 1361 |
+
"TMX2",
|
| 1362 |
+
"TOMM22",
|
| 1363 |
+
"TRMT5",
|
| 1364 |
+
"TRPM7",
|
| 1365 |
+
"TSEN2",
|
| 1366 |
+
"TTI1",
|
| 1367 |
+
"TUT1",
|
| 1368 |
+
"TWISTNB",
|
| 1369 |
+
"TXN",
|
| 1370 |
+
"TXNL4A",
|
| 1371 |
+
"UBA2",
|
| 1372 |
+
"UBA52",
|
| 1373 |
+
"UBQLN4",
|
| 1374 |
+
"UPF1",
|
| 1375 |
+
"URI1",
|
| 1376 |
+
"UTP6",
|
| 1377 |
+
"VPS54",
|
| 1378 |
+
"VPS72",
|
| 1379 |
+
"WDR3",
|
| 1380 |
+
"WDR36",
|
| 1381 |
+
"WDR43",
|
| 1382 |
+
"WDR46",
|
| 1383 |
+
"ZNF207",
|
| 1384 |
+
"ZNF335"
|
| 1385 |
+
],
|
| 1386 |
+
"per_pert_combo_seen": [
|
| 1387 |
+
0,
|
| 1388 |
+
0,
|
| 1389 |
+
0,
|
| 1390 |
+
0,
|
| 1391 |
+
0,
|
| 1392 |
+
0,
|
| 1393 |
+
0,
|
| 1394 |
+
0,
|
| 1395 |
+
0,
|
| 1396 |
+
0,
|
| 1397 |
+
0,
|
| 1398 |
+
0,
|
| 1399 |
+
0,
|
| 1400 |
+
0,
|
| 1401 |
+
0,
|
| 1402 |
+
0,
|
| 1403 |
+
0,
|
| 1404 |
+
0,
|
| 1405 |
+
0,
|
| 1406 |
+
0,
|
| 1407 |
+
0,
|
| 1408 |
+
0,
|
| 1409 |
+
0,
|
| 1410 |
+
0,
|
| 1411 |
+
0,
|
| 1412 |
+
0,
|
| 1413 |
+
0,
|
| 1414 |
+
0,
|
| 1415 |
+
0,
|
| 1416 |
+
0,
|
| 1417 |
+
0,
|
| 1418 |
+
0,
|
| 1419 |
+
0,
|
| 1420 |
+
0,
|
| 1421 |
+
0,
|
| 1422 |
+
0,
|
| 1423 |
+
0,
|
| 1424 |
+
0,
|
| 1425 |
+
0,
|
| 1426 |
+
0,
|
| 1427 |
+
0,
|
| 1428 |
+
0,
|
| 1429 |
+
0,
|
| 1430 |
+
0,
|
| 1431 |
+
0,
|
| 1432 |
+
0,
|
| 1433 |
+
0,
|
| 1434 |
+
0,
|
| 1435 |
+
0,
|
| 1436 |
+
0,
|
| 1437 |
+
0,
|
| 1438 |
+
0,
|
| 1439 |
+
0,
|
| 1440 |
+
0,
|
| 1441 |
+
0,
|
| 1442 |
+
0,
|
| 1443 |
+
0,
|
| 1444 |
+
0,
|
| 1445 |
+
0,
|
| 1446 |
+
0,
|
| 1447 |
+
0,
|
| 1448 |
+
0,
|
| 1449 |
+
0,
|
| 1450 |
+
0,
|
| 1451 |
+
0,
|
| 1452 |
+
0,
|
| 1453 |
+
0,
|
| 1454 |
+
0,
|
| 1455 |
+
0,
|
| 1456 |
+
0,
|
| 1457 |
+
0,
|
| 1458 |
+
0,
|
| 1459 |
+
0,
|
| 1460 |
+
0,
|
| 1461 |
+
0,
|
| 1462 |
+
0,
|
| 1463 |
+
0,
|
| 1464 |
+
0,
|
| 1465 |
+
0,
|
| 1466 |
+
0,
|
| 1467 |
+
0,
|
| 1468 |
+
0,
|
| 1469 |
+
0,
|
| 1470 |
+
0,
|
| 1471 |
+
0,
|
| 1472 |
+
0,
|
| 1473 |
+
0,
|
| 1474 |
+
0,
|
| 1475 |
+
0,
|
| 1476 |
+
0,
|
| 1477 |
+
0,
|
| 1478 |
+
0,
|
| 1479 |
+
0,
|
| 1480 |
+
0,
|
| 1481 |
+
0,
|
| 1482 |
+
0,
|
| 1483 |
+
0,
|
| 1484 |
+
0,
|
| 1485 |
+
0,
|
| 1486 |
+
0,
|
| 1487 |
+
0,
|
| 1488 |
+
0,
|
| 1489 |
+
0,
|
| 1490 |
+
0,
|
| 1491 |
+
0,
|
| 1492 |
+
0,
|
| 1493 |
+
0,
|
| 1494 |
+
0,
|
| 1495 |
+
0,
|
| 1496 |
+
0,
|
| 1497 |
+
0,
|
| 1498 |
+
0,
|
| 1499 |
+
0,
|
| 1500 |
+
0,
|
| 1501 |
+
0,
|
| 1502 |
+
0,
|
| 1503 |
+
0,
|
| 1504 |
+
0,
|
| 1505 |
+
0,
|
| 1506 |
+
0,
|
| 1507 |
+
0,
|
| 1508 |
+
0,
|
| 1509 |
+
0,
|
| 1510 |
+
0,
|
| 1511 |
+
0,
|
| 1512 |
+
0,
|
| 1513 |
+
0,
|
| 1514 |
+
0,
|
| 1515 |
+
0,
|
| 1516 |
+
0,
|
| 1517 |
+
0,
|
| 1518 |
+
0,
|
| 1519 |
+
0,
|
| 1520 |
+
0,
|
| 1521 |
+
0,
|
| 1522 |
+
0,
|
| 1523 |
+
0,
|
| 1524 |
+
0,
|
| 1525 |
+
0,
|
| 1526 |
+
0,
|
| 1527 |
+
0,
|
| 1528 |
+
0,
|
| 1529 |
+
0,
|
| 1530 |
+
0,
|
| 1531 |
+
0,
|
| 1532 |
+
0,
|
| 1533 |
+
0,
|
| 1534 |
+
0,
|
| 1535 |
+
0,
|
| 1536 |
+
0,
|
| 1537 |
+
0,
|
| 1538 |
+
0,
|
| 1539 |
+
0,
|
| 1540 |
+
0,
|
| 1541 |
+
0,
|
| 1542 |
+
0,
|
| 1543 |
+
0,
|
| 1544 |
+
0,
|
| 1545 |
+
0,
|
| 1546 |
+
0,
|
| 1547 |
+
0,
|
| 1548 |
+
0,
|
| 1549 |
+
0,
|
| 1550 |
+
0,
|
| 1551 |
+
0,
|
| 1552 |
+
0,
|
| 1553 |
+
0,
|
| 1554 |
+
0,
|
| 1555 |
+
0,
|
| 1556 |
+
0,
|
| 1557 |
+
0,
|
| 1558 |
+
0,
|
| 1559 |
+
0,
|
| 1560 |
+
0,
|
| 1561 |
+
0,
|
| 1562 |
+
0,
|
| 1563 |
+
0,
|
| 1564 |
+
0,
|
| 1565 |
+
0,
|
| 1566 |
+
0,
|
| 1567 |
+
0,
|
| 1568 |
+
0,
|
| 1569 |
+
0,
|
| 1570 |
+
0,
|
| 1571 |
+
0,
|
| 1572 |
+
0,
|
| 1573 |
+
0,
|
| 1574 |
+
0,
|
| 1575 |
+
0,
|
| 1576 |
+
0,
|
| 1577 |
+
0,
|
| 1578 |
+
0,
|
| 1579 |
+
0,
|
| 1580 |
+
0,
|
| 1581 |
+
0,
|
| 1582 |
+
0,
|
| 1583 |
+
0,
|
| 1584 |
+
0,
|
| 1585 |
+
0,
|
| 1586 |
+
0,
|
| 1587 |
+
0,
|
| 1588 |
+
0,
|
| 1589 |
+
0,
|
| 1590 |
+
0,
|
| 1591 |
+
0,
|
| 1592 |
+
0,
|
| 1593 |
+
0,
|
| 1594 |
+
0,
|
| 1595 |
+
0,
|
| 1596 |
+
0,
|
| 1597 |
+
0,
|
| 1598 |
+
0,
|
| 1599 |
+
0,
|
| 1600 |
+
0,
|
| 1601 |
+
0,
|
| 1602 |
+
0,
|
| 1603 |
+
0,
|
| 1604 |
+
0,
|
| 1605 |
+
0,
|
| 1606 |
+
0,
|
| 1607 |
+
0,
|
| 1608 |
+
0,
|
| 1609 |
+
0,
|
| 1610 |
+
0,
|
| 1611 |
+
0,
|
| 1612 |
+
0,
|
| 1613 |
+
0,
|
| 1614 |
+
0,
|
| 1615 |
+
0,
|
| 1616 |
+
0,
|
| 1617 |
+
0,
|
| 1618 |
+
0,
|
| 1619 |
+
0,
|
| 1620 |
+
0,
|
| 1621 |
+
0,
|
| 1622 |
+
0,
|
| 1623 |
+
0,
|
| 1624 |
+
0,
|
| 1625 |
+
0,
|
| 1626 |
+
0,
|
| 1627 |
+
0,
|
| 1628 |
+
0,
|
| 1629 |
+
0,
|
| 1630 |
+
0,
|
| 1631 |
+
0,
|
| 1632 |
+
0,
|
| 1633 |
+
0,
|
| 1634 |
+
0,
|
| 1635 |
+
0,
|
| 1636 |
+
0,
|
| 1637 |
+
0,
|
| 1638 |
+
0,
|
| 1639 |
+
0,
|
| 1640 |
+
0,
|
| 1641 |
+
0,
|
| 1642 |
+
0,
|
| 1643 |
+
0,
|
| 1644 |
+
0,
|
| 1645 |
+
0,
|
| 1646 |
+
0,
|
| 1647 |
+
0,
|
| 1648 |
+
0,
|
| 1649 |
+
0,
|
| 1650 |
+
0,
|
| 1651 |
+
0,
|
| 1652 |
+
0,
|
| 1653 |
+
0,
|
| 1654 |
+
0,
|
| 1655 |
+
0,
|
| 1656 |
+
0,
|
| 1657 |
+
0
|
| 1658 |
+
],
|
| 1659 |
+
"per_category": {
|
| 1660 |
+
"single": {
|
| 1661 |
+
"n": 271,
|
| 1662 |
+
"da": 0.750996308793001,
|
| 1663 |
+
"cos": 0.4861180727882139,
|
| 1664 |
+
"pde": 0.4676405962045434,
|
| 1665 |
+
"mse20": 0.4234423370296445
|
| 1666 |
+
}
|
| 1667 |
+
}
|
| 1668 |
+
},
|
| 1669 |
+
"direct_delta_krr": {
|
| 1670 |
+
"da": 0.9032472330265819,
|
| 1671 |
+
"da_singles": 0.9032472330265819,
|
| 1672 |
+
"da_combos": 0,
|
| 1673 |
+
"cos": 0.7654647964613024,
|
| 1674 |
+
"pde": 0.7477573156421048,
|
| 1675 |
+
"mse20": 0.15579363175090472,
|
| 1676 |
+
"n_singles": 271,
|
| 1677 |
+
"n_combos": 0,
|
| 1678 |
+
"krr_params": {
|
| 1679 |
+
"alpha": 1.0,
|
| 1680 |
+
"gamma": 0.001
|
| 1681 |
+
},
|
| 1682 |
+
"per_pert_da": [
|
| 1683 |
+
1.0,
|
| 1684 |
+
0.9200000166893005,
|
| 1685 |
+
0.800000011920929,
|
| 1686 |
+
0.8999999761581421,
|
| 1687 |
+
0.4399999976158142,
|
| 1688 |
+
0.9800000190734863,
|
| 1689 |
+
0.9200000166893005,
|
| 1690 |
+
0.8799999952316284,
|
| 1691 |
+
0.6800000071525574,
|
| 1692 |
+
0.7400000095367432,
|
| 1693 |
+
1.0,
|
| 1694 |
+
0.8399999737739563,
|
| 1695 |
+
1.0,
|
| 1696 |
+
0.8999999761581421,
|
| 1697 |
+
0.7599999904632568,
|
| 1698 |
+
1.0,
|
| 1699 |
+
0.8399999737739563,
|
| 1700 |
+
0.699999988079071,
|
| 1701 |
+
0.8600000143051147,
|
| 1702 |
+
0.9800000190734863,
|
| 1703 |
+
0.8600000143051147,
|
| 1704 |
+
1.0,
|
| 1705 |
+
1.0,
|
| 1706 |
+
0.8799999952316284,
|
| 1707 |
+
0.9800000190734863,
|
| 1708 |
+
1.0,
|
| 1709 |
+
0.46000000834465027,
|
| 1710 |
+
1.0,
|
| 1711 |
+
0.699999988079071,
|
| 1712 |
+
0.9599999785423279,
|
| 1713 |
+
0.9800000190734863,
|
| 1714 |
+
1.0,
|
| 1715 |
+
0.8399999737739563,
|
| 1716 |
+
0.9399999976158142,
|
| 1717 |
+
0.9800000190734863,
|
| 1718 |
+
0.9800000190734863,
|
| 1719 |
+
0.9200000166893005,
|
| 1720 |
+
0.9200000166893005,
|
| 1721 |
+
0.7599999904632568,
|
| 1722 |
+
0.9200000166893005,
|
| 1723 |
+
0.8399999737739563,
|
| 1724 |
+
1.0,
|
| 1725 |
+
0.8600000143051147,
|
| 1726 |
+
0.7799999713897705,
|
| 1727 |
+
0.9599999785423279,
|
| 1728 |
+
0.9800000190734863,
|
| 1729 |
+
0.5799999833106995,
|
| 1730 |
+
1.0,
|
| 1731 |
+
0.9599999785423279,
|
| 1732 |
+
0.8600000143051147,
|
| 1733 |
+
0.9800000190734863,
|
| 1734 |
+
0.9200000166893005,
|
| 1735 |
+
0.9800000190734863,
|
| 1736 |
+
1.0,
|
| 1737 |
+
0.9800000190734863,
|
| 1738 |
+
0.9599999785423279,
|
| 1739 |
+
0.7799999713897705,
|
| 1740 |
+
0.8600000143051147,
|
| 1741 |
+
0.9800000190734863,
|
| 1742 |
+
1.0,
|
| 1743 |
+
1.0,
|
| 1744 |
+
0.9200000166893005,
|
| 1745 |
+
1.0,
|
| 1746 |
+
0.7599999904632568,
|
| 1747 |
+
0.6399999856948853,
|
| 1748 |
+
1.0,
|
| 1749 |
+
1.0,
|
| 1750 |
+
1.0,
|
| 1751 |
+
0.9200000166893005,
|
| 1752 |
+
0.8399999737739563,
|
| 1753 |
+
0.9599999785423279,
|
| 1754 |
+
0.9800000190734863,
|
| 1755 |
+
0.6000000238418579,
|
| 1756 |
+
1.0,
|
| 1757 |
+
0.9599999785423279,
|
| 1758 |
+
0.8999999761581421,
|
| 1759 |
+
1.0,
|
| 1760 |
+
0.8600000143051147,
|
| 1761 |
+
1.0,
|
| 1762 |
+
0.8799999952316284,
|
| 1763 |
+
0.800000011920929,
|
| 1764 |
+
0.7599999904632568,
|
| 1765 |
+
0.7200000286102295,
|
| 1766 |
+
0.8999999761581421,
|
| 1767 |
+
0.7400000095367432,
|
| 1768 |
+
0.9599999785423279,
|
| 1769 |
+
0.8999999761581421,
|
| 1770 |
+
0.7599999904632568,
|
| 1771 |
+
0.8600000143051147,
|
| 1772 |
+
0.6800000071525574,
|
| 1773 |
+
1.0,
|
| 1774 |
+
1.0,
|
| 1775 |
+
0.7799999713897705,
|
| 1776 |
+
0.9800000190734863,
|
| 1777 |
+
0.8600000143051147,
|
| 1778 |
+
1.0,
|
| 1779 |
+
0.9399999976158142,
|
| 1780 |
+
0.8600000143051147,
|
| 1781 |
+
1.0,
|
| 1782 |
+
1.0,
|
| 1783 |
+
0.9800000190734863,
|
| 1784 |
+
0.9800000190734863,
|
| 1785 |
+
0.5799999833106995,
|
| 1786 |
+
0.9200000166893005,
|
| 1787 |
+
0.9599999785423279,
|
| 1788 |
+
1.0,
|
| 1789 |
+
1.0,
|
| 1790 |
+
1.0,
|
| 1791 |
+
1.0,
|
| 1792 |
+
1.0,
|
| 1793 |
+
0.7799999713897705,
|
| 1794 |
+
0.8999999761581421,
|
| 1795 |
+
0.9800000190734863,
|
| 1796 |
+
0.7200000286102295,
|
| 1797 |
+
0.9800000190734863,
|
| 1798 |
+
0.9800000190734863,
|
| 1799 |
+
0.9800000190734863,
|
| 1800 |
+
0.9800000190734863,
|
| 1801 |
+
1.0,
|
| 1802 |
+
0.9399999976158142,
|
| 1803 |
+
0.9800000190734863,
|
| 1804 |
+
0.8999999761581421,
|
| 1805 |
+
1.0,
|
| 1806 |
+
0.9800000190734863,
|
| 1807 |
+
0.6600000262260437,
|
| 1808 |
+
0.8999999761581421,
|
| 1809 |
+
0.5400000214576721,
|
| 1810 |
+
0.9399999976158142,
|
| 1811 |
+
0.8799999952316284,
|
| 1812 |
+
0.8399999737739563,
|
| 1813 |
+
0.8399999737739563,
|
| 1814 |
+
0.8999999761581421,
|
| 1815 |
+
0.9399999976158142,
|
| 1816 |
+
0.699999988079071,
|
| 1817 |
+
0.9800000190734863,
|
| 1818 |
+
1.0,
|
| 1819 |
+
0.9800000190734863,
|
| 1820 |
+
1.0,
|
| 1821 |
+
0.9800000190734863,
|
| 1822 |
+
1.0,
|
| 1823 |
+
1.0,
|
| 1824 |
+
0.9599999785423279,
|
| 1825 |
+
0.800000011920929,
|
| 1826 |
+
0.9800000190734863,
|
| 1827 |
+
1.0,
|
| 1828 |
+
0.9399999976158142,
|
| 1829 |
+
0.7599999904632568,
|
| 1830 |
+
0.47999998927116394,
|
| 1831 |
+
0.9800000190734863,
|
| 1832 |
+
0.8799999952316284,
|
| 1833 |
+
0.8199999928474426,
|
| 1834 |
+
0.7799999713897705,
|
| 1835 |
+
0.9399999976158142,
|
| 1836 |
+
0.7799999713897705,
|
| 1837 |
+
0.9200000166893005,
|
| 1838 |
+
0.7200000286102295,
|
| 1839 |
+
0.9800000190734863,
|
| 1840 |
+
0.6600000262260437,
|
| 1841 |
+
1.0,
|
| 1842 |
+
0.9399999976158142,
|
| 1843 |
+
0.9399999976158142,
|
| 1844 |
+
0.8799999952316284,
|
| 1845 |
+
1.0,
|
| 1846 |
+
0.8799999952316284,
|
| 1847 |
+
1.0,
|
| 1848 |
+
1.0,
|
| 1849 |
+
1.0,
|
| 1850 |
+
0.5600000023841858,
|
| 1851 |
+
1.0,
|
| 1852 |
+
0.9200000166893005,
|
| 1853 |
+
0.9800000190734863,
|
| 1854 |
+
1.0,
|
| 1855 |
+
1.0,
|
| 1856 |
+
1.0,
|
| 1857 |
+
0.800000011920929,
|
| 1858 |
+
0.8999999761581421,
|
| 1859 |
+
0.9399999976158142,
|
| 1860 |
+
0.800000011920929,
|
| 1861 |
+
0.7599999904632568,
|
| 1862 |
+
0.7799999713897705,
|
| 1863 |
+
0.8600000143051147,
|
| 1864 |
+
0.7599999904632568,
|
| 1865 |
+
0.7400000095367432,
|
| 1866 |
+
1.0,
|
| 1867 |
+
0.699999988079071,
|
| 1868 |
+
1.0,
|
| 1869 |
+
1.0,
|
| 1870 |
+
0.8199999928474426,
|
| 1871 |
+
0.9800000190734863,
|
| 1872 |
+
0.9200000166893005,
|
| 1873 |
+
0.8799999952316284,
|
| 1874 |
+
0.9399999976158142,
|
| 1875 |
+
1.0,
|
| 1876 |
+
1.0,
|
| 1877 |
+
1.0,
|
| 1878 |
+
1.0,
|
| 1879 |
+
1.0,
|
| 1880 |
+
1.0,
|
| 1881 |
+
1.0,
|
| 1882 |
+
1.0,
|
| 1883 |
+
1.0,
|
| 1884 |
+
1.0,
|
| 1885 |
+
1.0,
|
| 1886 |
+
1.0,
|
| 1887 |
+
0.9599999785423279,
|
| 1888 |
+
1.0,
|
| 1889 |
+
1.0,
|
| 1890 |
+
1.0,
|
| 1891 |
+
1.0,
|
| 1892 |
+
1.0,
|
| 1893 |
+
1.0,
|
| 1894 |
+
0.8999999761581421,
|
| 1895 |
+
1.0,
|
| 1896 |
+
0.8199999928474426,
|
| 1897 |
+
0.8199999928474426,
|
| 1898 |
+
0.8799999952316284,
|
| 1899 |
+
1.0,
|
| 1900 |
+
0.8600000143051147,
|
| 1901 |
+
0.9800000190734863,
|
| 1902 |
+
0.8999999761581421,
|
| 1903 |
+
0.7400000095367432,
|
| 1904 |
+
0.9800000190734863,
|
| 1905 |
+
1.0,
|
| 1906 |
+
0.800000011920929,
|
| 1907 |
+
0.9399999976158142,
|
| 1908 |
+
1.0,
|
| 1909 |
+
0.8399999737739563,
|
| 1910 |
+
0.9800000190734863,
|
| 1911 |
+
1.0,
|
| 1912 |
+
1.0,
|
| 1913 |
+
1.0,
|
| 1914 |
+
0.9200000166893005,
|
| 1915 |
+
0.9800000190734863,
|
| 1916 |
+
0.8799999952316284,
|
| 1917 |
+
0.7799999713897705,
|
| 1918 |
+
0.5799999833106995,
|
| 1919 |
+
0.9599999785423279,
|
| 1920 |
+
1.0,
|
| 1921 |
+
0.7599999904632568,
|
| 1922 |
+
1.0,
|
| 1923 |
+
0.9599999785423279,
|
| 1924 |
+
1.0,
|
| 1925 |
+
1.0,
|
| 1926 |
+
0.8600000143051147,
|
| 1927 |
+
0.9399999976158142,
|
| 1928 |
+
0.8399999737739563,
|
| 1929 |
+
1.0,
|
| 1930 |
+
0.8600000143051147,
|
| 1931 |
+
0.9800000190734863,
|
| 1932 |
+
0.9599999785423279,
|
| 1933 |
+
0.9200000166893005,
|
| 1934 |
+
0.8399999737739563,
|
| 1935 |
+
0.9800000190734863,
|
| 1936 |
+
0.800000011920929,
|
| 1937 |
+
0.6800000071525574,
|
| 1938 |
+
0.7799999713897705,
|
| 1939 |
+
0.9800000190734863,
|
| 1940 |
+
0.800000011920929,
|
| 1941 |
+
0.8600000143051147,
|
| 1942 |
+
0.8199999928474426,
|
| 1943 |
+
1.0,
|
| 1944 |
+
0.8399999737739563,
|
| 1945 |
+
1.0,
|
| 1946 |
+
0.9399999976158142,
|
| 1947 |
+
0.6800000071525574,
|
| 1948 |
+
0.9800000190734863,
|
| 1949 |
+
0.9800000190734863,
|
| 1950 |
+
0.9800000190734863,
|
| 1951 |
+
1.0,
|
| 1952 |
+
0.8600000143051147,
|
| 1953 |
+
0.5400000214576721
|
| 1954 |
+
],
|
| 1955 |
+
"per_pert_cos": [
|
| 1956 |
+
0.9404011964797974,
|
| 1957 |
+
0.8136133551597595,
|
| 1958 |
+
0.6765431761741638,
|
| 1959 |
+
0.7376970052719116,
|
| 1960 |
+
-0.27770689129829407,
|
| 1961 |
+
0.888029932975769,
|
| 1962 |
+
0.6775194406509399,
|
| 1963 |
+
0.7950215935707092,
|
| 1964 |
+
0.31577301025390625,
|
| 1965 |
+
0.5053817629814148,
|
| 1966 |
+
0.9379938840866089,
|
| 1967 |
+
0.7198183536529541,
|
| 1968 |
+
0.9604879021644592,
|
| 1969 |
+
0.8304588198661804,
|
| 1970 |
+
0.6110004186630249,
|
| 1971 |
+
0.944929301738739,
|
| 1972 |
+
0.5597509145736694,
|
| 1973 |
+
0.48135867714881897,
|
| 1974 |
+
0.7787941694259644,
|
| 1975 |
+
0.9039077758789062,
|
| 1976 |
+
0.6042335629463196,
|
| 1977 |
+
0.9887586236000061,
|
| 1978 |
+
0.9850887656211853,
|
| 1979 |
+
0.6753630638122559,
|
| 1980 |
+
0.8692430257797241,
|
| 1981 |
+
0.9318680763244629,
|
| 1982 |
+
0.01664753258228302,
|
| 1983 |
+
0.9578948616981506,
|
| 1984 |
+
0.3703235983848572,
|
| 1985 |
+
0.8574807643890381,
|
| 1986 |
+
0.925967812538147,
|
| 1987 |
+
0.8438500165939331,
|
| 1988 |
+
0.7392707467079163,
|
| 1989 |
+
0.7007312178611755,
|
| 1990 |
+
0.837240993976593,
|
| 1991 |
+
0.9311537146568298,
|
| 1992 |
+
0.7634280920028687,
|
| 1993 |
+
0.864157497882843,
|
| 1994 |
+
0.5793081521987915,
|
| 1995 |
+
0.781570553779602,
|
| 1996 |
+
0.6578959226608276,
|
| 1997 |
+
0.9259817600250244,
|
| 1998 |
+
0.5947604775428772,
|
| 1999 |
+
0.5377689599990845,
|
| 2000 |
+
0.6889013051986694,
|
| 2001 |
+
0.8681768774986267,
|
| 2002 |
+
0.11185196787118912,
|
| 2003 |
+
0.8735975623130798,
|
| 2004 |
+
0.8805416822433472,
|
| 2005 |
+
0.533133864402771,
|
| 2006 |
+
0.8643521070480347,
|
| 2007 |
+
0.8281618356704712,
|
| 2008 |
+
0.8494694828987122,
|
| 2009 |
+
0.9898613095283508,
|
| 2010 |
+
0.8849728107452393,
|
| 2011 |
+
0.9048954844474792,
|
| 2012 |
+
0.6345054507255554,
|
| 2013 |
+
0.6886541247367859,
|
| 2014 |
+
0.7562114000320435,
|
| 2015 |
+
0.9867989420890808,
|
| 2016 |
+
0.9780139923095703,
|
| 2017 |
+
0.7896533608436584,
|
| 2018 |
+
0.9564977884292603,
|
| 2019 |
+
0.6097871661186218,
|
| 2020 |
+
-0.011384189128875732,
|
| 2021 |
+
0.8495956063270569,
|
| 2022 |
+
0.9652778506278992,
|
| 2023 |
+
0.9822942018508911,
|
| 2024 |
+
0.7949322462081909,
|
| 2025 |
+
0.7224612832069397,
|
| 2026 |
+
0.8943575024604797,
|
| 2027 |
+
0.9368521571159363,
|
| 2028 |
+
0.2360077053308487,
|
| 2029 |
+
0.9640954732894897,
|
| 2030 |
+
0.8768097758293152,
|
| 2031 |
+
0.8445273041725159,
|
| 2032 |
+
0.9346581697463989,
|
| 2033 |
+
0.6272810101509094,
|
| 2034 |
+
0.9394093751907349,
|
| 2035 |
+
0.8346594572067261,
|
| 2036 |
+
0.4956267476081848,
|
| 2037 |
+
0.3900964856147766,
|
| 2038 |
+
0.39250144362449646,
|
| 2039 |
+
0.6280933022499084,
|
| 2040 |
+
0.3018115758895874,
|
| 2041 |
+
0.8736425638198853,
|
| 2042 |
+
0.6519373059272766,
|
| 2043 |
+
0.47724226117134094,
|
| 2044 |
+
0.7402874827384949,
|
| 2045 |
+
0.32675713300704956,
|
| 2046 |
+
0.957415759563446,
|
| 2047 |
+
0.9219629764556885,
|
| 2048 |
+
0.5263417959213257,
|
| 2049 |
+
0.9229437708854675,
|
| 2050 |
+
0.8218044638633728,
|
| 2051 |
+
0.8868964314460754,
|
| 2052 |
+
0.8576058745384216,
|
| 2053 |
+
0.3584691882133484,
|
| 2054 |
+
0.9555842876434326,
|
| 2055 |
+
0.9840721487998962,
|
| 2056 |
+
0.9757343530654907,
|
| 2057 |
+
0.9108295440673828,
|
| 2058 |
+
0.24750691652297974,
|
| 2059 |
+
0.8516315221786499,
|
| 2060 |
+
0.8738417029380798,
|
| 2061 |
+
0.9916362166404724,
|
| 2062 |
+
0.9667541980743408,
|
| 2063 |
+
0.9803229570388794,
|
| 2064 |
+
0.9602324366569519,
|
| 2065 |
+
0.9930002689361572,
|
| 2066 |
+
0.5121519565582275,
|
| 2067 |
+
0.7728871703147888,
|
| 2068 |
+
0.9196099638938904,
|
| 2069 |
+
0.3760890066623688,
|
| 2070 |
+
0.9330575466156006,
|
| 2071 |
+
0.9382462501525879,
|
| 2072 |
+
0.8015657067298889,
|
| 2073 |
+
0.9477471113204956,
|
| 2074 |
+
0.957817792892456,
|
| 2075 |
+
0.8531418442726135,
|
| 2076 |
+
0.9258006811141968,
|
| 2077 |
+
0.8038472533226013,
|
| 2078 |
+
0.9133901000022888,
|
| 2079 |
+
0.9542020559310913,
|
| 2080 |
+
0.36248791217803955,
|
| 2081 |
+
0.7449638247489929,
|
| 2082 |
+
-0.018131621181964874,
|
| 2083 |
+
0.6121297478675842,
|
| 2084 |
+
0.666884183883667,
|
| 2085 |
+
0.7231131792068481,
|
| 2086 |
+
0.6409328579902649,
|
| 2087 |
+
0.7673348188400269,
|
| 2088 |
+
0.8163024187088013,
|
| 2089 |
+
0.23654048144817352,
|
| 2090 |
+
0.91929692029953,
|
| 2091 |
+
0.9580841064453125,
|
| 2092 |
+
0.9336286187171936,
|
| 2093 |
+
0.985988974571228,
|
| 2094 |
+
0.9447801113128662,
|
| 2095 |
+
0.9170015454292297,
|
| 2096 |
+
0.940277636051178,
|
| 2097 |
+
0.8561246395111084,
|
| 2098 |
+
0.6952496767044067,
|
| 2099 |
+
0.8932352066040039,
|
| 2100 |
+
0.9365926384925842,
|
| 2101 |
+
0.9059374928474426,
|
| 2102 |
+
0.36397016048431396,
|
| 2103 |
+
0.06268364191055298,
|
| 2104 |
+
0.9505166411399841,
|
| 2105 |
+
0.7628725171089172,
|
| 2106 |
+
0.6655335426330566,
|
| 2107 |
+
0.6094980239868164,
|
| 2108 |
+
0.5969944000244141,
|
| 2109 |
+
0.7111519575119019,
|
| 2110 |
+
0.8339542150497437,
|
| 2111 |
+
0.48262739181518555,
|
| 2112 |
+
0.9508242607116699,
|
| 2113 |
+
0.22531649470329285,
|
| 2114 |
+
0.988102376461029,
|
| 2115 |
+
0.8758611083030701,
|
| 2116 |
+
0.7512277364730835,
|
| 2117 |
+
0.7332034111022949,
|
| 2118 |
+
0.9822583198547363,
|
| 2119 |
+
0.8091297745704651,
|
| 2120 |
+
0.8737711310386658,
|
| 2121 |
+
0.9593685865402222,
|
| 2122 |
+
0.9571483135223389,
|
| 2123 |
+
0.41823437809944153,
|
| 2124 |
+
0.9811546206474304,
|
| 2125 |
+
0.7456022500991821,
|
| 2126 |
+
0.8978809118270874,
|
| 2127 |
+
0.9815864562988281,
|
| 2128 |
+
0.8998719453811646,
|
| 2129 |
+
0.978222668170929,
|
| 2130 |
+
0.5903046131134033,
|
| 2131 |
+
0.6425950527191162,
|
| 2132 |
+
0.8609182834625244,
|
| 2133 |
+
0.48063963651657104,
|
| 2134 |
+
0.624558687210083,
|
| 2135 |
+
0.6209953427314758,
|
| 2136 |
+
0.7167863845825195,
|
| 2137 |
+
0.6206620335578918,
|
| 2138 |
+
0.6131809949874878,
|
| 2139 |
+
0.9683854579925537,
|
| 2140 |
+
0.5231689214706421,
|
| 2141 |
+
0.9470824599266052,
|
| 2142 |
+
0.981474757194519,
|
| 2143 |
+
0.6101669669151306,
|
| 2144 |
+
0.9257180094718933,
|
| 2145 |
+
0.8042207360267639,
|
| 2146 |
+
0.6680458188056946,
|
| 2147 |
+
0.8748464584350586,
|
| 2148 |
+
0.9574469327926636,
|
| 2149 |
+
0.8861598372459412,
|
| 2150 |
+
0.984820544719696,
|
| 2151 |
+
0.9662914872169495,
|
| 2152 |
+
0.9657644033432007,
|
| 2153 |
+
0.8757277131080627,
|
| 2154 |
+
0.9106563329696655,
|
| 2155 |
+
0.9919220209121704,
|
| 2156 |
+
0.9937154650688171,
|
| 2157 |
+
0.9717298746109009,
|
| 2158 |
+
0.9967513680458069,
|
| 2159 |
+
0.9683922529220581,
|
| 2160 |
+
0.9011042714118958,
|
| 2161 |
+
0.9021657109260559,
|
| 2162 |
+
0.9861268997192383,
|
| 2163 |
+
0.7959536910057068,
|
| 2164 |
+
0.9962471723556519,
|
| 2165 |
+
0.8577911853790283,
|
| 2166 |
+
0.9037201404571533,
|
| 2167 |
+
0.7430432438850403,
|
| 2168 |
+
0.9271639585494995,
|
| 2169 |
+
0.7113144397735596,
|
| 2170 |
+
0.5667734146118164,
|
| 2171 |
+
0.8108548521995544,
|
| 2172 |
+
0.9723581075668335,
|
| 2173 |
+
0.7011263966560364,
|
| 2174 |
+
0.8888570070266724,
|
| 2175 |
+
0.7880454063415527,
|
| 2176 |
+
0.31024178862571716,
|
| 2177 |
+
0.924161970615387,
|
| 2178 |
+
0.9712216854095459,
|
| 2179 |
+
0.5455223917961121,
|
| 2180 |
+
0.7192326188087463,
|
| 2181 |
+
0.9433705806732178,
|
| 2182 |
+
0.691318154335022,
|
| 2183 |
+
0.935978889465332,
|
| 2184 |
+
0.9386824369430542,
|
| 2185 |
+
0.9913175106048584,
|
| 2186 |
+
0.9666458964347839,
|
| 2187 |
+
0.7503753304481506,
|
| 2188 |
+
0.8858122229576111,
|
| 2189 |
+
0.8302807807922363,
|
| 2190 |
+
0.4437602162361145,
|
| 2191 |
+
0.35356155037879944,
|
| 2192 |
+
0.9154221415519714,
|
| 2193 |
+
0.8651201128959656,
|
| 2194 |
+
0.4915018677711487,
|
| 2195 |
+
0.9663428068161011,
|
| 2196 |
+
0.8439816832542419,
|
| 2197 |
+
0.9610176086425781,
|
| 2198 |
+
0.8678685426712036,
|
| 2199 |
+
0.602676272392273,
|
| 2200 |
+
0.8677326440811157,
|
| 2201 |
+
0.6500645875930786,
|
| 2202 |
+
0.9839172959327698,
|
| 2203 |
+
0.725265622138977,
|
| 2204 |
+
0.8964052796363831,
|
| 2205 |
+
0.8682243824005127,
|
| 2206 |
+
0.7944344878196716,
|
| 2207 |
+
0.4958033263683319,
|
| 2208 |
+
0.9144062995910645,
|
| 2209 |
+
0.6376808881759644,
|
| 2210 |
+
0.3313981890678406,
|
| 2211 |
+
0.4550192058086395,
|
| 2212 |
+
0.7500998973846436,
|
| 2213 |
+
0.7114322781562805,
|
| 2214 |
+
0.653334379196167,
|
| 2215 |
+
0.6108276844024658,
|
| 2216 |
+
0.9419806599617004,
|
| 2217 |
+
0.7771188020706177,
|
| 2218 |
+
0.9868013262748718,
|
| 2219 |
+
0.8386345505714417,
|
| 2220 |
+
0.3977522850036621,
|
| 2221 |
+
0.925194263458252,
|
| 2222 |
+
0.9560853838920593,
|
| 2223 |
+
0.9361295104026794,
|
| 2224 |
+
0.9683452844619751,
|
| 2225 |
+
0.6980476379394531,
|
| 2226 |
+
-0.17246131598949432
|
| 2227 |
+
],
|
| 2228 |
+
"per_pert_pde": [
|
| 2229 |
+
0.9313209274157795,
|
| 2230 |
+
0.7954750745003183,
|
| 2231 |
+
0.6228931997097181,
|
| 2232 |
+
0.6558385429923977,
|
| 2233 |
+
-0.20811236616878817,
|
| 2234 |
+
0.8789218009185203,
|
| 2235 |
+
0.6820233130034763,
|
| 2236 |
+
0.8290206994628119,
|
| 2237 |
+
0.3912559738158214,
|
| 2238 |
+
0.46365955716565715,
|
| 2239 |
+
0.952211380573633,
|
| 2240 |
+
0.7134924408433544,
|
| 2241 |
+
0.9465987714903984,
|
| 2242 |
+
0.5974153111670233,
|
| 2243 |
+
0.35312656369439843,
|
| 2244 |
+
0.918315557078864,
|
| 2245 |
+
0.5689503954645391,
|
| 2246 |
+
0.5778931517022748,
|
| 2247 |
+
0.728314034053076,
|
| 2248 |
+
0.8844439655933829,
|
| 2249 |
+
0.5267169687866406,
|
| 2250 |
+
0.9876137457760726,
|
| 2251 |
+
0.9839437004605617,
|
| 2252 |
+
0.667062137770658,
|
| 2253 |
+
0.769371834844025,
|
| 2254 |
+
0.9402783942800123,
|
| 2255 |
+
-0.025506964388244333,
|
| 2256 |
+
0.6963188844282423,
|
| 2257 |
+
0.41450588050692705,
|
| 2258 |
+
0.8680910244083087,
|
| 2259 |
+
0.9230225760788004,
|
| 2260 |
+
0.8574608226006651,
|
| 2261 |
+
0.6677195611244927,
|
| 2262 |
+
0.7153778622619136,
|
| 2263 |
+
0.8442016249047035,
|
| 2264 |
+
0.9499427702280263,
|
| 2265 |
+
0.7319559925185587,
|
| 2266 |
+
0.8185263825361262,
|
| 2267 |
+
0.7205514028238414,
|
| 2268 |
+
0.7598762763523482,
|
| 2269 |
+
0.6402288542506646,
|
| 2270 |
+
0.9319314443659918,
|
| 2271 |
+
0.6711518834425286,
|
| 2272 |
+
0.5619349125196119,
|
| 2273 |
+
0.6840806967980508,
|
| 2274 |
+
0.8512970780941969,
|
| 2275 |
+
0.021742129843502676,
|
| 2276 |
+
0.6550249728505037,
|
| 2277 |
+
0.7403226400683509,
|
| 2278 |
+
0.5558732636654092,
|
| 2279 |
+
0.864149019552712,
|
| 2280 |
+
0.8633445399705716,
|
| 2281 |
+
0.8271899253442999,
|
| 2282 |
+
0.9922270176289074,
|
| 2283 |
+
0.905472222236283,
|
| 2284 |
+
0.890126197408877,
|
| 2285 |
+
0.6818224917996479,
|
| 2286 |
+
0.6995473643191933,
|
| 2287 |
+
0.7515473152017962,
|
| 2288 |
+
0.9726527526503237,
|
| 2289 |
+
0.9672783240269203,
|
| 2290 |
+
0.7584619236060546,
|
| 2291 |
+
0.9568462236338886,
|
| 2292 |
+
0.6691159431190751,
|
| 2293 |
+
0.03898672036473825,
|
| 2294 |
+
0.8663581487893144,
|
| 2295 |
+
0.9675273674272552,
|
| 2296 |
+
0.9828403291133165,
|
| 2297 |
+
0.794631883010157,
|
| 2298 |
+
0.7667038319838275,
|
| 2299 |
+
0.7721599730632817,
|
| 2300 |
+
0.7968398885486194,
|
| 2301 |
+
0.17470367130913467,
|
| 2302 |
+
0.9639301852791706,
|
| 2303 |
+
0.8493555057799111,
|
| 2304 |
+
0.7439720623426826,
|
| 2305 |
+
0.9110247976579559,
|
| 2306 |
+
0.6873061813515221,
|
| 2307 |
+
0.9466867819101706,
|
| 2308 |
+
0.8159982978705507,
|
| 2309 |
+
0.6102795630066105,
|
| 2310 |
+
0.3009920145004542,
|
| 2311 |
+
0.11191216291170586,
|
| 2312 |
+
0.6996345446349868,
|
| 2313 |
+
0.3644399817692121,
|
| 2314 |
+
0.8778276048677108,
|
| 2315 |
+
0.5735741426887282,
|
| 2316 |
+
0.422148216233999,
|
| 2317 |
+
0.7798826711559458,
|
| 2318 |
+
0.32784743737391825,
|
| 2319 |
+
0.9663253398139184,
|
| 2320 |
+
0.9290326933330336,
|
| 2321 |
+
0.5652781838176381,
|
| 2322 |
+
0.9197495176969716,
|
| 2323 |
+
0.8271128455628873,
|
| 2324 |
+
0.9319340786712839,
|
| 2325 |
+
0.8506353060656235,
|
| 2326 |
+
0.38052061521773384,
|
| 2327 |
+
0.9346933986609895,
|
| 2328 |
+
0.9757793053009431,
|
| 2329 |
+
0.9421249186176238,
|
| 2330 |
+
0.9264462631604491,
|
| 2331 |
+
0.23693088615767904,
|
| 2332 |
+
0.8431621170213713,
|
| 2333 |
+
0.8612586473664119,
|
| 2334 |
+
0.9848780290529031,
|
| 2335 |
+
0.9470341487150725,
|
| 2336 |
+
0.9630423894091494,
|
| 2337 |
+
0.9483165396487315,
|
| 2338 |
+
0.9878560359043738,
|
| 2339 |
+
0.5123782772474117,
|
| 2340 |
+
0.781057125217416,
|
| 2341 |
+
0.9186544955070407,
|
| 2342 |
+
0.3759485521401341,
|
| 2343 |
+
0.923328530368844,
|
| 2344 |
+
0.9398090999932552,
|
| 2345 |
+
0.8195730377383799,
|
| 2346 |
+
0.9556308397443305,
|
| 2347 |
+
0.9594821866362693,
|
| 2348 |
+
0.8577100794395688,
|
| 2349 |
+
0.9305557836619893,
|
| 2350 |
+
0.806249796323776,
|
| 2351 |
+
0.9131671801979497,
|
| 2352 |
+
0.9527706560827669,
|
| 2353 |
+
0.39078020797219826,
|
| 2354 |
+
0.7449330816143274,
|
| 2355 |
+
-0.09470746612854518,
|
| 2356 |
+
0.6086951676185517,
|
| 2357 |
+
0.6051636516560328,
|
| 2358 |
+
0.7023307097899705,
|
| 2359 |
+
0.6177148054614885,
|
| 2360 |
+
0.8188717473757476,
|
| 2361 |
+
0.8409608997144834,
|
| 2362 |
+
0.22096210287328394,
|
| 2363 |
+
0.9193575631917331,
|
| 2364 |
+
0.9579079012684407,
|
| 2365 |
+
0.9351089164370627,
|
| 2366 |
+
0.9852953903047438,
|
| 2367 |
+
0.9444686608642829,
|
| 2368 |
+
0.919351229784565,
|
| 2369 |
+
0.9406398890881406,
|
| 2370 |
+
0.8232544667100853,
|
| 2371 |
+
0.6121141935801001,
|
| 2372 |
+
0.8888234332938537,
|
| 2373 |
+
0.9390783214014459,
|
| 2374 |
+
0.9162820843784857,
|
| 2375 |
+
0.4108916354565112,
|
| 2376 |
+
0.05852549971185778,
|
| 2377 |
+
0.9468617848531505,
|
| 2378 |
+
0.7263890636961083,
|
| 2379 |
+
0.5586215580651608,
|
| 2380 |
+
0.5217675324526247,
|
| 2381 |
+
0.548843787714964,
|
| 2382 |
+
0.6917565245864802,
|
| 2383 |
+
0.8215077129279681,
|
| 2384 |
+
0.5006797332421361,
|
| 2385 |
+
0.9516497132486945,
|
| 2386 |
+
0.2569795168791991,
|
| 2387 |
+
0.9887184493845833,
|
| 2388 |
+
0.8927002433742413,
|
| 2389 |
+
0.7909310077109004,
|
| 2390 |
+
0.7801658116551885,
|
| 2391 |
+
0.9557767131276026,
|
| 2392 |
+
0.6141101459171671,
|
| 2393 |
+
0.8540824150147448,
|
| 2394 |
+
0.9240976320410197,
|
| 2395 |
+
0.8538850342743518,
|
| 2396 |
+
0.24706362348008803,
|
| 2397 |
+
0.9832027910255523,
|
| 2398 |
+
0.7417341864394761,
|
| 2399 |
+
0.9017390663775601,
|
| 2400 |
+
0.9816872565942738,
|
| 2401 |
+
0.9206925522491114,
|
| 2402 |
+
0.9781614081001412,
|
| 2403 |
+
0.5026760521186807,
|
| 2404 |
+
0.6142587921261097,
|
| 2405 |
+
0.8973533927820845,
|
| 2406 |
+
0.49919111575024444,
|
| 2407 |
+
0.5697261491457656,
|
| 2408 |
+
0.520320559324173,
|
| 2409 |
+
0.7575252846910763,
|
| 2410 |
+
0.5553842658538611,
|
| 2411 |
+
0.5137388008101914,
|
| 2412 |
+
0.947945314893537,
|
| 2413 |
+
0.554081300835538,
|
| 2414 |
+
0.9470809215213003,
|
| 2415 |
+
0.9811848283276092,
|
| 2416 |
+
0.6191194709994553,
|
| 2417 |
+
0.8506363742795755,
|
| 2418 |
+
0.7587878657081558,
|
| 2419 |
+
0.5526590103330868,
|
| 2420 |
+
0.7687654575994797,
|
| 2421 |
+
0.9573592475749164,
|
| 2422 |
+
0.8860579818534904,
|
| 2423 |
+
0.9854883271830365,
|
| 2424 |
+
0.9740204015131392,
|
| 2425 |
+
0.9718890217235113,
|
| 2426 |
+
0.8757237385614729,
|
| 2427 |
+
0.9125762613111548,
|
| 2428 |
+
0.9921395661912141,
|
| 2429 |
+
0.994344054422021,
|
| 2430 |
+
0.9767939614129723,
|
| 2431 |
+
0.9967132325560626,
|
| 2432 |
+
0.9685383457125006,
|
| 2433 |
+
0.9020570014584279,
|
| 2434 |
+
0.8918249950573831,
|
| 2435 |
+
0.9859104821917372,
|
| 2436 |
+
0.7868755033100632,
|
| 2437 |
+
0.9956203660155257,
|
| 2438 |
+
0.852476050013175,
|
| 2439 |
+
0.8980346453157267,
|
| 2440 |
+
0.7442216841776981,
|
| 2441 |
+
0.9018781527425039,
|
| 2442 |
+
0.7796397397793962,
|
| 2443 |
+
0.5885910006722833,
|
| 2444 |
+
0.8015981367095445,
|
| 2445 |
+
0.9722657286756555,
|
| 2446 |
+
0.7221878814025218,
|
| 2447 |
+
0.8549597611974828,
|
| 2448 |
+
0.6407911022698721,
|
| 2449 |
+
0.310683347383794,
|
| 2450 |
+
0.9118207497715912,
|
| 2451 |
+
0.9575556509596661,
|
| 2452 |
+
0.5778269877795539,
|
| 2453 |
+
0.7157476245000386,
|
| 2454 |
+
0.9617624626155862,
|
| 2455 |
+
0.5385203660517215,
|
| 2456 |
+
0.8975072823957421,
|
| 2457 |
+
0.8573246286677614,
|
| 2458 |
+
0.9811363211565891,
|
| 2459 |
+
0.9494036326362254,
|
| 2460 |
+
0.7067452071924519,
|
| 2461 |
+
0.8313087338536191,
|
| 2462 |
+
0.5263686015226046,
|
| 2463 |
+
0.439469981174031,
|
| 2464 |
+
0.3397258411487541,
|
| 2465 |
+
0.8442982697846592,
|
| 2466 |
+
0.8403977885246727,
|
| 2467 |
+
0.4674843684271084,
|
| 2468 |
+
0.9733312875145856,
|
| 2469 |
+
0.8531401514600917,
|
| 2470 |
+
0.954044360181889,
|
| 2471 |
+
0.8405115814603578,
|
| 2472 |
+
0.5202495712556762,
|
| 2473 |
+
0.8722929451568497,
|
| 2474 |
+
0.5996158132262944,
|
| 2475 |
+
0.9841969078426331,
|
| 2476 |
+
0.5505936400458747,
|
| 2477 |
+
0.8985695551410626,
|
| 2478 |
+
0.8408169222732649,
|
| 2479 |
+
0.6860456131795699,
|
| 2480 |
+
0.49074367277287895,
|
| 2481 |
+
0.9270295871929285,
|
| 2482 |
+
0.6314641899889364,
|
| 2483 |
+
0.3265595226773736,
|
| 2484 |
+
0.4488505251656096,
|
| 2485 |
+
0.7370389933456079,
|
| 2486 |
+
0.7585785693178467,
|
| 2487 |
+
0.6607362185596937,
|
| 2488 |
+
0.5252519139880273,
|
| 2489 |
+
0.871648778062668,
|
| 2490 |
+
0.7469454875535273,
|
| 2491 |
+
0.9861608799445187,
|
| 2492 |
+
0.8422820504791578,
|
| 2493 |
+
0.3757418191229588,
|
| 2494 |
+
0.8977922849448903,
|
| 2495 |
+
0.9526066648431326,
|
| 2496 |
+
0.9360332036469103,
|
| 2497 |
+
0.9577077811993049,
|
| 2498 |
+
0.7002880671128342,
|
| 2499 |
+
-0.15079372476398034
|
| 2500 |
+
],
|
| 2501 |
+
"per_pert_mse20": [
|
| 2502 |
+
0.09352563321590424,
|
| 2503 |
+
0.022792991250753403,
|
| 2504 |
+
0.10067971795797348,
|
| 2505 |
+
0.09761626273393631,
|
| 2506 |
+
0.07818108052015305,
|
| 2507 |
+
0.06934629380702972,
|
| 2508 |
+
0.10003040730953217,
|
| 2509 |
+
0.4330414831638336,
|
| 2510 |
+
0.2791506052017212,
|
| 2511 |
+
0.08703253418207169,
|
| 2512 |
+
0.11900246143341064,
|
| 2513 |
+
0.10086564719676971,
|
| 2514 |
+
0.047185804694890976,
|
| 2515 |
+
0.16861972212791443,
|
| 2516 |
+
0.07443027198314667,
|
| 2517 |
+
0.07626291364431381,
|
| 2518 |
+
0.330487459897995,
|
| 2519 |
+
0.8070147633552551,
|
| 2520 |
+
0.0789063572883606,
|
| 2521 |
+
0.09336410462856293,
|
| 2522 |
+
0.05277901142835617,
|
| 2523 |
+
0.03142310678958893,
|
| 2524 |
+
0.05500378459692001,
|
| 2525 |
+
0.028826823458075523,
|
| 2526 |
+
0.03197144344449043,
|
| 2527 |
+
0.13778772950172424,
|
| 2528 |
+
0.12799762189388275,
|
| 2529 |
+
0.027697686105966568,
|
| 2530 |
+
0.3860533833503723,
|
| 2531 |
+
0.19664816558361053,
|
| 2532 |
+
0.8347392082214355,
|
| 2533 |
+
0.11452987045049667,
|
| 2534 |
+
0.08701693266630173,
|
| 2535 |
+
0.10246968269348145,
|
| 2536 |
+
0.07161206007003784,
|
| 2537 |
+
0.050171393901109695,
|
| 2538 |
+
0.06700188666582108,
|
| 2539 |
+
0.16418729722499847,
|
| 2540 |
+
0.1811767816543579,
|
| 2541 |
+
0.0820779800415039,
|
| 2542 |
+
0.0676492303609848,
|
| 2543 |
+
0.11193008720874786,
|
| 2544 |
+
0.11906613409519196,
|
| 2545 |
+
0.07651980221271515,
|
| 2546 |
+
0.2684924006462097,
|
| 2547 |
+
0.20476357638835907,
|
| 2548 |
+
0.13140234351158142,
|
| 2549 |
+
0.05349856615066528,
|
| 2550 |
+
0.03991309180855751,
|
| 2551 |
+
0.25958675146102905,
|
| 2552 |
+
0.12479875236749649,
|
| 2553 |
+
0.06057156249880791,
|
| 2554 |
+
0.1911775916814804,
|
| 2555 |
+
0.1292763650417328,
|
| 2556 |
+
0.21935757994651794,
|
| 2557 |
+
0.12124592065811157,
|
| 2558 |
+
0.10729888826608658,
|
| 2559 |
+
0.026065487414598465,
|
| 2560 |
+
0.14242765307426453,
|
| 2561 |
+
0.21374687552452087,
|
| 2562 |
+
0.01649429090321064,
|
| 2563 |
+
0.23980312049388885,
|
| 2564 |
+
0.20633044838905334,
|
| 2565 |
+
0.09986665099859238,
|
| 2566 |
+
1.154203176498413,
|
| 2567 |
+
0.13522258400917053,
|
| 2568 |
+
0.014773370698094368,
|
| 2569 |
+
0.07641804963350296,
|
| 2570 |
+
0.19719405472278595,
|
| 2571 |
+
0.022306809201836586,
|
| 2572 |
+
0.1933784931898117,
|
| 2573 |
+
0.17899009585380554,
|
| 2574 |
+
0.11944150924682617,
|
| 2575 |
+
0.1659616231918335,
|
| 2576 |
+
0.05145280435681343,
|
| 2577 |
+
0.12212896347045898,
|
| 2578 |
+
0.006888637784868479,
|
| 2579 |
+
0.23717324435710907,
|
| 2580 |
+
0.1759306937456131,
|
| 2581 |
+
0.18067502975463867,
|
| 2582 |
+
0.11405827850103378,
|
| 2583 |
+
0.34233248233795166,
|
| 2584 |
+
0.15998727083206177,
|
| 2585 |
+
1.4846885204315186,
|
| 2586 |
+
0.8386529088020325,
|
| 2587 |
+
1.0410076379776,
|
| 2588 |
+
0.12404949963092804,
|
| 2589 |
+
0.1376747041940689,
|
| 2590 |
+
0.2728500962257385,
|
| 2591 |
+
0.06221362203359604,
|
| 2592 |
+
0.15278708934783936,
|
| 2593 |
+
0.08438365906476974,
|
| 2594 |
+
0.06651444733142853,
|
| 2595 |
+
0.044969599694013596,
|
| 2596 |
+
0.07603435218334198,
|
| 2597 |
+
0.19736416637897491,
|
| 2598 |
+
0.02571067586541176,
|
| 2599 |
+
0.2988586127758026,
|
| 2600 |
+
0.012188578955829144,
|
| 2601 |
+
0.10469343513250351,
|
| 2602 |
+
0.013983435928821564,
|
| 2603 |
+
0.15430143475532532,
|
| 2604 |
+
0.2660309076309204,
|
| 2605 |
+
0.10982652008533478,
|
| 2606 |
+
0.09626401960849762,
|
| 2607 |
+
0.07690732181072235,
|
| 2608 |
+
0.033135849982500076,
|
| 2609 |
+
0.09318871051073074,
|
| 2610 |
+
0.01992279663681984,
|
| 2611 |
+
0.20509016513824463,
|
| 2612 |
+
0.14455434679985046,
|
| 2613 |
+
0.03614763170480728,
|
| 2614 |
+
0.06259745359420776,
|
| 2615 |
+
0.13158459961414337,
|
| 2616 |
+
0.12642920017242432,
|
| 2617 |
+
0.01510533969849348,
|
| 2618 |
+
0.047999605536460876,
|
| 2619 |
+
0.007006642874330282,
|
| 2620 |
+
0.005417628213763237,
|
| 2621 |
+
0.03353627771139145,
|
| 2622 |
+
0.014707003720104694,
|
| 2623 |
+
0.04220505431294441,
|
| 2624 |
+
0.015104400925338268,
|
| 2625 |
+
0.0115745197981596,
|
| 2626 |
+
0.2416379451751709,
|
| 2627 |
+
0.0973304808139801,
|
| 2628 |
+
0.06487467139959335,
|
| 2629 |
+
0.2513048052787781,
|
| 2630 |
+
0.02572176232933998,
|
| 2631 |
+
0.02057068981230259,
|
| 2632 |
+
0.2089155912399292,
|
| 2633 |
+
0.08565856516361237,
|
| 2634 |
+
0.18431267142295837,
|
| 2635 |
+
0.26419368386268616,
|
| 2636 |
+
0.12193004786968231,
|
| 2637 |
+
0.08870494365692139,
|
| 2638 |
+
0.022665295749902725,
|
| 2639 |
+
0.044298477470874786,
|
| 2640 |
+
0.015211274847388268,
|
| 2641 |
+
0.12921465933322906,
|
| 2642 |
+
0.1610536128282547,
|
| 2643 |
+
0.17562247812747955,
|
| 2644 |
+
0.08252674341201782,
|
| 2645 |
+
0.05089491605758667,
|
| 2646 |
+
0.1086856871843338,
|
| 2647 |
+
0.03294498100876808,
|
| 2648 |
+
0.26593199372291565,
|
| 2649 |
+
0.3304467797279358,
|
| 2650 |
+
0.11109677702188492,
|
| 2651 |
+
0.1644192636013031,
|
| 2652 |
+
0.07026564329862595,
|
| 2653 |
+
0.2159155309200287,
|
| 2654 |
+
0.03704588860273361,
|
| 2655 |
+
0.1186831146478653,
|
| 2656 |
+
0.2236461192369461,
|
| 2657 |
+
0.21129722893238068,
|
| 2658 |
+
0.21576189994812012,
|
| 2659 |
+
0.18290705978870392,
|
| 2660 |
+
0.06599095463752747,
|
| 2661 |
+
0.1946597546339035,
|
| 2662 |
+
0.45928460359573364,
|
| 2663 |
+
0.10058905184268951,
|
| 2664 |
+
0.009027412161231041,
|
| 2665 |
+
0.027974817901849747,
|
| 2666 |
+
0.03587125986814499,
|
| 2667 |
+
0.23751311004161835,
|
| 2668 |
+
0.15738005936145782,
|
| 2669 |
+
0.04688296467065811,
|
| 2670 |
+
0.013380385935306549,
|
| 2671 |
+
0.11918498575687408,
|
| 2672 |
+
0.030558446422219276,
|
| 2673 |
+
0.14486417174339294,
|
| 2674 |
+
0.027754252776503563,
|
| 2675 |
+
0.1274527609348297,
|
| 2676 |
+
0.23418955504894257,
|
| 2677 |
+
0.15227442979812622,
|
| 2678 |
+
0.12885378301143646,
|
| 2679 |
+
0.17650707066059113,
|
| 2680 |
+
0.38489335775375366,
|
| 2681 |
+
0.19092793762683868,
|
| 2682 |
+
0.15428391098976135,
|
| 2683 |
+
0.10347135365009308,
|
| 2684 |
+
0.07355992496013641,
|
| 2685 |
+
0.0822080597281456,
|
| 2686 |
+
0.15019160509109497,
|
| 2687 |
+
0.05236018821597099,
|
| 2688 |
+
0.006255176849663258,
|
| 2689 |
+
0.026875892654061317,
|
| 2690 |
+
0.09937967360019684,
|
| 2691 |
+
0.24733059108257294,
|
| 2692 |
+
0.08632313460111618,
|
| 2693 |
+
0.1595565378665924,
|
| 2694 |
+
0.009197162464261055,
|
| 2695 |
+
0.34740233421325684,
|
| 2696 |
+
0.047481030225753784,
|
| 2697 |
+
0.08692710101604462,
|
| 2698 |
+
0.1241377741098404,
|
| 2699 |
+
0.4249750077724457,
|
| 2700 |
+
0.44091135263442993,
|
| 2701 |
+
0.0137719064950943,
|
| 2702 |
+
0.08564538508653641,
|
| 2703 |
+
0.129481703042984,
|
| 2704 |
+
0.02440570667386055,
|
| 2705 |
+
0.11350253969430923,
|
| 2706 |
+
0.03568900749087334,
|
| 2707 |
+
0.250727117061615,
|
| 2708 |
+
0.03677329421043396,
|
| 2709 |
+
0.4777430593967438,
|
| 2710 |
+
0.003708864329382777,
|
| 2711 |
+
0.2580467462539673,
|
| 2712 |
+
0.209466814994812,
|
| 2713 |
+
0.06309261173009872,
|
| 2714 |
+
0.25867363810539246,
|
| 2715 |
+
0.2932829260826111,
|
| 2716 |
+
0.03958833962678909,
|
| 2717 |
+
0.05944184213876724,
|
| 2718 |
+
0.05359534174203873,
|
| 2719 |
+
0.1993533819913864,
|
| 2720 |
+
0.25055575370788574,
|
| 2721 |
+
0.07327025383710861,
|
| 2722 |
+
0.5905805826187134,
|
| 2723 |
+
0.06723345816135406,
|
| 2724 |
+
0.128361776471138,
|
| 2725 |
+
0.042288754135370255,
|
| 2726 |
+
0.07111398875713348,
|
| 2727 |
+
0.02250797674059868,
|
| 2728 |
+
0.1351100504398346,
|
| 2729 |
+
0.39617490768432617,
|
| 2730 |
+
0.3935835659503937,
|
| 2731 |
+
0.19661688804626465,
|
| 2732 |
+
0.02778542973101139,
|
| 2733 |
+
0.6266359090805054,
|
| 2734 |
+
0.02639312483370304,
|
| 2735 |
+
0.02544923685491085,
|
| 2736 |
+
0.3113595247268677,
|
| 2737 |
+
0.13417726755142212,
|
| 2738 |
+
0.5591451525688171,
|
| 2739 |
+
0.3920920491218567,
|
| 2740 |
+
0.08869712054729462,
|
| 2741 |
+
0.22142577171325684,
|
| 2742 |
+
0.10073475539684296,
|
| 2743 |
+
0.060394853353500366,
|
| 2744 |
+
0.19016358256340027,
|
| 2745 |
+
0.20519085228443146,
|
| 2746 |
+
0.16609901189804077,
|
| 2747 |
+
0.14007343351840973,
|
| 2748 |
+
0.284580260515213,
|
| 2749 |
+
0.13584622740745544,
|
| 2750 |
+
0.15978018939495087,
|
| 2751 |
+
0.12998977303504944,
|
| 2752 |
+
0.053299032151699066,
|
| 2753 |
+
0.24820402264595032,
|
| 2754 |
+
0.11874158680438995,
|
| 2755 |
+
0.017032604664564133,
|
| 2756 |
+
0.7471991777420044,
|
| 2757 |
+
0.24614496529102325,
|
| 2758 |
+
0.12003413587808609,
|
| 2759 |
+
0.3313528299331665,
|
| 2760 |
+
0.1904611885547638,
|
| 2761 |
+
0.06650997698307037,
|
| 2762 |
+
0.19325953722000122,
|
| 2763 |
+
0.0519474558532238,
|
| 2764 |
+
0.010264026932418346,
|
| 2765 |
+
0.009263383224606514,
|
| 2766 |
+
0.10162242501974106,
|
| 2767 |
+
0.11343283951282501,
|
| 2768 |
+
0.0683450698852539,
|
| 2769 |
+
0.21247759461402893,
|
| 2770 |
+
0.008193234913051128,
|
| 2771 |
+
0.0925789475440979,
|
| 2772 |
+
0.09000305831432343
|
| 2773 |
+
],
|
| 2774 |
+
"per_pert_name": [
|
| 2775 |
+
"AATF",
|
| 2776 |
+
"ABCB7",
|
| 2777 |
+
"ABT1",
|
| 2778 |
+
"ACTR8",
|
| 2779 |
+
"AHCY",
|
| 2780 |
+
"ARCN1",
|
| 2781 |
+
"ARIH1",
|
| 2782 |
+
"ATF5",
|
| 2783 |
+
"ATP1A1",
|
| 2784 |
+
"BANP",
|
| 2785 |
+
"BMS1",
|
| 2786 |
+
"BTF3",
|
| 2787 |
+
"BUD13",
|
| 2788 |
+
"C14orf178",
|
| 2789 |
+
"C1QBP",
|
| 2790 |
+
"CACTIN",
|
| 2791 |
+
"CAPZB",
|
| 2792 |
+
"CASP8AP2",
|
| 2793 |
+
"CCDC59",
|
| 2794 |
+
"CCNH",
|
| 2795 |
+
"CCNK",
|
| 2796 |
+
"CCT4",
|
| 2797 |
+
"CCT6A",
|
| 2798 |
+
"CDAN1",
|
| 2799 |
+
"CDC16",
|
| 2800 |
+
"CDC6",
|
| 2801 |
+
"CDK9",
|
| 2802 |
+
"CENPC",
|
| 2803 |
+
"CHD4",
|
| 2804 |
+
"CHMP2A",
|
| 2805 |
+
"CHMP3",
|
| 2806 |
+
"CLNS1A",
|
| 2807 |
+
"CLP1",
|
| 2808 |
+
"CLTC",
|
| 2809 |
+
"CNOT2",
|
| 2810 |
+
"COPS3",
|
| 2811 |
+
"CSNK1A1",
|
| 2812 |
+
"CSTF3",
|
| 2813 |
+
"CTNNBL1",
|
| 2814 |
+
"DDX10",
|
| 2815 |
+
"DDX49",
|
| 2816 |
+
"DDX56",
|
| 2817 |
+
"DERL2",
|
| 2818 |
+
"DHX36",
|
| 2819 |
+
"DNAJA3",
|
| 2820 |
+
"DNTTIP2",
|
| 2821 |
+
"DOHH",
|
| 2822 |
+
"DYNC1H1",
|
| 2823 |
+
"DYNC1I2",
|
| 2824 |
+
"DYNLL1",
|
| 2825 |
+
"EBNA1BP2",
|
| 2826 |
+
"EEF1G",
|
| 2827 |
+
"EIF1AX",
|
| 2828 |
+
"EIF2B2",
|
| 2829 |
+
"EIF3E",
|
| 2830 |
+
"EIF3M",
|
| 2831 |
+
"EIF6",
|
| 2832 |
+
"ELP3",
|
| 2833 |
+
"EPRS",
|
| 2834 |
+
"EXOSC3",
|
| 2835 |
+
"EXOSC7",
|
| 2836 |
+
"FAM50A",
|
| 2837 |
+
"FBL",
|
| 2838 |
+
"FNTA",
|
| 2839 |
+
"GAB2",
|
| 2840 |
+
"GEMIN5",
|
| 2841 |
+
"GINS4",
|
| 2842 |
+
"GNL2",
|
| 2843 |
+
"GNL3",
|
| 2844 |
+
"GOLT1B",
|
| 2845 |
+
"GPN1",
|
| 2846 |
+
"GPN3",
|
| 2847 |
+
"GRB2",
|
| 2848 |
+
"GRPEL1",
|
| 2849 |
+
"GTF2E2",
|
| 2850 |
+
"GTF2F2",
|
| 2851 |
+
"GTF2H4",
|
| 2852 |
+
"HDAC7",
|
| 2853 |
+
"HEATR1",
|
| 2854 |
+
"HINFP",
|
| 2855 |
+
"HMGCS1",
|
| 2856 |
+
"HNRNPU",
|
| 2857 |
+
"HSF1",
|
| 2858 |
+
"HSPA5",
|
| 2859 |
+
"HSPA8",
|
| 2860 |
+
"HSPA9",
|
| 2861 |
+
"IK",
|
| 2862 |
+
"ILF3",
|
| 2863 |
+
"IMPDH2",
|
| 2864 |
+
"INTS6",
|
| 2865 |
+
"INTS7",
|
| 2866 |
+
"ISG20L2",
|
| 2867 |
+
"JAZF1",
|
| 2868 |
+
"KANSL3",
|
| 2869 |
+
"KAT8",
|
| 2870 |
+
"KPNB1",
|
| 2871 |
+
"LAS1L",
|
| 2872 |
+
"LONP1",
|
| 2873 |
+
"LSM5",
|
| 2874 |
+
"LSM6",
|
| 2875 |
+
"LSM7",
|
| 2876 |
+
"MAGOH",
|
| 2877 |
+
"MAT2A",
|
| 2878 |
+
"MCM3AP",
|
| 2879 |
+
"MCM4",
|
| 2880 |
+
"MED1",
|
| 2881 |
+
"MED14",
|
| 2882 |
+
"MED28",
|
| 2883 |
+
"MED8",
|
| 2884 |
+
"MED9",
|
| 2885 |
+
"METAP2",
|
| 2886 |
+
"METTL14",
|
| 2887 |
+
"MICOS10",
|
| 2888 |
+
"MOB4",
|
| 2889 |
+
"MPHOSPH10",
|
| 2890 |
+
"MRPL10",
|
| 2891 |
+
"MRPL16",
|
| 2892 |
+
"MRPL2",
|
| 2893 |
+
"MRPL24",
|
| 2894 |
+
"MRPL36",
|
| 2895 |
+
"MRPL37",
|
| 2896 |
+
"MRPL41",
|
| 2897 |
+
"MRPL50",
|
| 2898 |
+
"MRPS26",
|
| 2899 |
+
"MRPS34",
|
| 2900 |
+
"MYBBP1A",
|
| 2901 |
+
"N6AMT1",
|
| 2902 |
+
"NCL",
|
| 2903 |
+
"NDUFB10",
|
| 2904 |
+
"NDUFB4",
|
| 2905 |
+
"NELFA",
|
| 2906 |
+
"NELFB",
|
| 2907 |
+
"NEPRO",
|
| 2908 |
+
"NKAP",
|
| 2909 |
+
"NLE1",
|
| 2910 |
+
"NOC4L",
|
| 2911 |
+
"NOL12",
|
| 2912 |
+
"NOL6",
|
| 2913 |
+
"NOP10",
|
| 2914 |
+
"NOP16",
|
| 2915 |
+
"NOP2",
|
| 2916 |
+
"NOP58",
|
| 2917 |
+
"NUDCD3",
|
| 2918 |
+
"NUP133",
|
| 2919 |
+
"NUP54",
|
| 2920 |
+
"NVL",
|
| 2921 |
+
"OGFOD1",
|
| 2922 |
+
"OGT",
|
| 2923 |
+
"OXA1L",
|
| 2924 |
+
"PCF11",
|
| 2925 |
+
"PDCD7",
|
| 2926 |
+
"PFDN2",
|
| 2927 |
+
"PFN1",
|
| 2928 |
+
"PGD",
|
| 2929 |
+
"PHF5A",
|
| 2930 |
+
"PIAS4",
|
| 2931 |
+
"PMPCB",
|
| 2932 |
+
"PNISR",
|
| 2933 |
+
"POLE",
|
| 2934 |
+
"POLR1A",
|
| 2935 |
+
"POLR1B",
|
| 2936 |
+
"POLR1C",
|
| 2937 |
+
"POLR2D",
|
| 2938 |
+
"POLR3B",
|
| 2939 |
+
"POLR3D",
|
| 2940 |
+
"PRPF31",
|
| 2941 |
+
"PRPF4",
|
| 2942 |
+
"PRRC2A",
|
| 2943 |
+
"PSMA1",
|
| 2944 |
+
"PSMA2",
|
| 2945 |
+
"PSMB3",
|
| 2946 |
+
"PSMC1",
|
| 2947 |
+
"PSMD3",
|
| 2948 |
+
"PSMD7",
|
| 2949 |
+
"PSMG4",
|
| 2950 |
+
"RAD51",
|
| 2951 |
+
"RAN",
|
| 2952 |
+
"RANGAP1",
|
| 2953 |
+
"RBM14",
|
| 2954 |
+
"RBM17",
|
| 2955 |
+
"RBM28",
|
| 2956 |
+
"RBM42",
|
| 2957 |
+
"RBM48",
|
| 2958 |
+
"RBMX2",
|
| 2959 |
+
"REXO2",
|
| 2960 |
+
"RFC2",
|
| 2961 |
+
"RFC3",
|
| 2962 |
+
"RMI1",
|
| 2963 |
+
"RNF113A",
|
| 2964 |
+
"RNF20",
|
| 2965 |
+
"RNF40",
|
| 2966 |
+
"RPAP1",
|
| 2967 |
+
"RPF2",
|
| 2968 |
+
"RPL10",
|
| 2969 |
+
"RPL10A",
|
| 2970 |
+
"RPL11",
|
| 2971 |
+
"RPL13",
|
| 2972 |
+
"RPL14",
|
| 2973 |
+
"RPL17",
|
| 2974 |
+
"RPL30",
|
| 2975 |
+
"RPL31",
|
| 2976 |
+
"RPL5",
|
| 2977 |
+
"RPL8",
|
| 2978 |
+
"RPLP0",
|
| 2979 |
+
"RPLP1",
|
| 2980 |
+
"RPS11",
|
| 2981 |
+
"RPS13",
|
| 2982 |
+
"RPS18",
|
| 2983 |
+
"RPS19",
|
| 2984 |
+
"RPS3A",
|
| 2985 |
+
"RPS9",
|
| 2986 |
+
"RRP1",
|
| 2987 |
+
"RTF1",
|
| 2988 |
+
"SAE1",
|
| 2989 |
+
"SARS2",
|
| 2990 |
+
"SCAF1",
|
| 2991 |
+
"SDAD1",
|
| 2992 |
+
"SEC13",
|
| 2993 |
+
"SEC61G",
|
| 2994 |
+
"SEH1L",
|
| 2995 |
+
"SETD1A",
|
| 2996 |
+
"SF3B4",
|
| 2997 |
+
"SF3B5",
|
| 2998 |
+
"SLC39A9",
|
| 2999 |
+
"SMC4",
|
| 3000 |
+
"SNAPC3",
|
| 3001 |
+
"SNRNP48",
|
| 3002 |
+
"SNRPA1",
|
| 3003 |
+
"SNRPD1",
|
| 3004 |
+
"SNRPE",
|
| 3005 |
+
"SNRPG",
|
| 3006 |
+
"SON",
|
| 3007 |
+
"SRBD1",
|
| 3008 |
+
"SRPRB",
|
| 3009 |
+
"SRSF7",
|
| 3010 |
+
"STARD7",
|
| 3011 |
+
"SUPT5H",
|
| 3012 |
+
"SYMPK",
|
| 3013 |
+
"TADA3",
|
| 3014 |
+
"TAF1",
|
| 3015 |
+
"TAF1D",
|
| 3016 |
+
"TBL3",
|
| 3017 |
+
"TCP1",
|
| 3018 |
+
"TERF2",
|
| 3019 |
+
"THG1L",
|
| 3020 |
+
"THOC3",
|
| 3021 |
+
"TIMM23B",
|
| 3022 |
+
"TMX2",
|
| 3023 |
+
"TOMM22",
|
| 3024 |
+
"TRMT5",
|
| 3025 |
+
"TRPM7",
|
| 3026 |
+
"TSEN2",
|
| 3027 |
+
"TTI1",
|
| 3028 |
+
"TUT1",
|
| 3029 |
+
"TWISTNB",
|
| 3030 |
+
"TXN",
|
| 3031 |
+
"TXNL4A",
|
| 3032 |
+
"UBA2",
|
| 3033 |
+
"UBA52",
|
| 3034 |
+
"UBQLN4",
|
| 3035 |
+
"UPF1",
|
| 3036 |
+
"URI1",
|
| 3037 |
+
"UTP6",
|
| 3038 |
+
"VPS54",
|
| 3039 |
+
"VPS72",
|
| 3040 |
+
"WDR3",
|
| 3041 |
+
"WDR36",
|
| 3042 |
+
"WDR43",
|
| 3043 |
+
"WDR46",
|
| 3044 |
+
"ZNF207",
|
| 3045 |
+
"ZNF335"
|
| 3046 |
+
],
|
| 3047 |
+
"per_pert_combo_seen": [
|
| 3048 |
+
0,
|
| 3049 |
+
0,
|
| 3050 |
+
0,
|
| 3051 |
+
0,
|
| 3052 |
+
0,
|
| 3053 |
+
0,
|
| 3054 |
+
0,
|
| 3055 |
+
0,
|
| 3056 |
+
0,
|
| 3057 |
+
0,
|
| 3058 |
+
0,
|
| 3059 |
+
0,
|
| 3060 |
+
0,
|
| 3061 |
+
0,
|
| 3062 |
+
0,
|
| 3063 |
+
0,
|
| 3064 |
+
0,
|
| 3065 |
+
0,
|
| 3066 |
+
0,
|
| 3067 |
+
0,
|
| 3068 |
+
0,
|
| 3069 |
+
0,
|
| 3070 |
+
0,
|
| 3071 |
+
0,
|
| 3072 |
+
0,
|
| 3073 |
+
0,
|
| 3074 |
+
0,
|
| 3075 |
+
0,
|
| 3076 |
+
0,
|
| 3077 |
+
0,
|
| 3078 |
+
0,
|
| 3079 |
+
0,
|
| 3080 |
+
0,
|
| 3081 |
+
0,
|
| 3082 |
+
0,
|
| 3083 |
+
0,
|
| 3084 |
+
0,
|
| 3085 |
+
0,
|
| 3086 |
+
0,
|
| 3087 |
+
0,
|
| 3088 |
+
0,
|
| 3089 |
+
0,
|
| 3090 |
+
0,
|
| 3091 |
+
0,
|
| 3092 |
+
0,
|
| 3093 |
+
0,
|
| 3094 |
+
0,
|
| 3095 |
+
0,
|
| 3096 |
+
0,
|
| 3097 |
+
0,
|
| 3098 |
+
0,
|
| 3099 |
+
0,
|
| 3100 |
+
0,
|
| 3101 |
+
0,
|
| 3102 |
+
0,
|
| 3103 |
+
0,
|
| 3104 |
+
0,
|
| 3105 |
+
0,
|
| 3106 |
+
0,
|
| 3107 |
+
0,
|
| 3108 |
+
0,
|
| 3109 |
+
0,
|
| 3110 |
+
0,
|
| 3111 |
+
0,
|
| 3112 |
+
0,
|
| 3113 |
+
0,
|
| 3114 |
+
0,
|
| 3115 |
+
0,
|
| 3116 |
+
0,
|
| 3117 |
+
0,
|
| 3118 |
+
0,
|
| 3119 |
+
0,
|
| 3120 |
+
0,
|
| 3121 |
+
0,
|
| 3122 |
+
0,
|
| 3123 |
+
0,
|
| 3124 |
+
0,
|
| 3125 |
+
0,
|
| 3126 |
+
0,
|
| 3127 |
+
0,
|
| 3128 |
+
0,
|
| 3129 |
+
0,
|
| 3130 |
+
0,
|
| 3131 |
+
0,
|
| 3132 |
+
0,
|
| 3133 |
+
0,
|
| 3134 |
+
0,
|
| 3135 |
+
0,
|
| 3136 |
+
0,
|
| 3137 |
+
0,
|
| 3138 |
+
0,
|
| 3139 |
+
0,
|
| 3140 |
+
0,
|
| 3141 |
+
0,
|
| 3142 |
+
0,
|
| 3143 |
+
0,
|
| 3144 |
+
0,
|
| 3145 |
+
0,
|
| 3146 |
+
0,
|
| 3147 |
+
0,
|
| 3148 |
+
0,
|
| 3149 |
+
0,
|
| 3150 |
+
0,
|
| 3151 |
+
0,
|
| 3152 |
+
0,
|
| 3153 |
+
0,
|
| 3154 |
+
0,
|
| 3155 |
+
0,
|
| 3156 |
+
0,
|
| 3157 |
+
0,
|
| 3158 |
+
0,
|
| 3159 |
+
0,
|
| 3160 |
+
0,
|
| 3161 |
+
0,
|
| 3162 |
+
0,
|
| 3163 |
+
0,
|
| 3164 |
+
0,
|
| 3165 |
+
0,
|
| 3166 |
+
0,
|
| 3167 |
+
0,
|
| 3168 |
+
0,
|
| 3169 |
+
0,
|
| 3170 |
+
0,
|
| 3171 |
+
0,
|
| 3172 |
+
0,
|
| 3173 |
+
0,
|
| 3174 |
+
0,
|
| 3175 |
+
0,
|
| 3176 |
+
0,
|
| 3177 |
+
0,
|
| 3178 |
+
0,
|
| 3179 |
+
0,
|
| 3180 |
+
0,
|
| 3181 |
+
0,
|
| 3182 |
+
0,
|
| 3183 |
+
0,
|
| 3184 |
+
0,
|
| 3185 |
+
0,
|
| 3186 |
+
0,
|
| 3187 |
+
0,
|
| 3188 |
+
0,
|
| 3189 |
+
0,
|
| 3190 |
+
0,
|
| 3191 |
+
0,
|
| 3192 |
+
0,
|
| 3193 |
+
0,
|
| 3194 |
+
0,
|
| 3195 |
+
0,
|
| 3196 |
+
0,
|
| 3197 |
+
0,
|
| 3198 |
+
0,
|
| 3199 |
+
0,
|
| 3200 |
+
0,
|
| 3201 |
+
0,
|
| 3202 |
+
0,
|
| 3203 |
+
0,
|
| 3204 |
+
0,
|
| 3205 |
+
0,
|
| 3206 |
+
0,
|
| 3207 |
+
0,
|
| 3208 |
+
0,
|
| 3209 |
+
0,
|
| 3210 |
+
0,
|
| 3211 |
+
0,
|
| 3212 |
+
0,
|
| 3213 |
+
0,
|
| 3214 |
+
0,
|
| 3215 |
+
0,
|
| 3216 |
+
0,
|
| 3217 |
+
0,
|
| 3218 |
+
0,
|
| 3219 |
+
0,
|
| 3220 |
+
0,
|
| 3221 |
+
0,
|
| 3222 |
+
0,
|
| 3223 |
+
0,
|
| 3224 |
+
0,
|
| 3225 |
+
0,
|
| 3226 |
+
0,
|
| 3227 |
+
0,
|
| 3228 |
+
0,
|
| 3229 |
+
0,
|
| 3230 |
+
0,
|
| 3231 |
+
0,
|
| 3232 |
+
0,
|
| 3233 |
+
0,
|
| 3234 |
+
0,
|
| 3235 |
+
0,
|
| 3236 |
+
0,
|
| 3237 |
+
0,
|
| 3238 |
+
0,
|
| 3239 |
+
0,
|
| 3240 |
+
0,
|
| 3241 |
+
0,
|
| 3242 |
+
0,
|
| 3243 |
+
0,
|
| 3244 |
+
0,
|
| 3245 |
+
0,
|
| 3246 |
+
0,
|
| 3247 |
+
0,
|
| 3248 |
+
0,
|
| 3249 |
+
0,
|
| 3250 |
+
0,
|
| 3251 |
+
0,
|
| 3252 |
+
0,
|
| 3253 |
+
0,
|
| 3254 |
+
0,
|
| 3255 |
+
0,
|
| 3256 |
+
0,
|
| 3257 |
+
0,
|
| 3258 |
+
0,
|
| 3259 |
+
0,
|
| 3260 |
+
0,
|
| 3261 |
+
0,
|
| 3262 |
+
0,
|
| 3263 |
+
0,
|
| 3264 |
+
0,
|
| 3265 |
+
0,
|
| 3266 |
+
0,
|
| 3267 |
+
0,
|
| 3268 |
+
0,
|
| 3269 |
+
0,
|
| 3270 |
+
0,
|
| 3271 |
+
0,
|
| 3272 |
+
0,
|
| 3273 |
+
0,
|
| 3274 |
+
0,
|
| 3275 |
+
0,
|
| 3276 |
+
0,
|
| 3277 |
+
0,
|
| 3278 |
+
0,
|
| 3279 |
+
0,
|
| 3280 |
+
0,
|
| 3281 |
+
0,
|
| 3282 |
+
0,
|
| 3283 |
+
0,
|
| 3284 |
+
0,
|
| 3285 |
+
0,
|
| 3286 |
+
0,
|
| 3287 |
+
0,
|
| 3288 |
+
0,
|
| 3289 |
+
0,
|
| 3290 |
+
0,
|
| 3291 |
+
0,
|
| 3292 |
+
0,
|
| 3293 |
+
0,
|
| 3294 |
+
0,
|
| 3295 |
+
0,
|
| 3296 |
+
0,
|
| 3297 |
+
0,
|
| 3298 |
+
0,
|
| 3299 |
+
0,
|
| 3300 |
+
0,
|
| 3301 |
+
0,
|
| 3302 |
+
0,
|
| 3303 |
+
0,
|
| 3304 |
+
0,
|
| 3305 |
+
0,
|
| 3306 |
+
0,
|
| 3307 |
+
0,
|
| 3308 |
+
0,
|
| 3309 |
+
0,
|
| 3310 |
+
0,
|
| 3311 |
+
0,
|
| 3312 |
+
0,
|
| 3313 |
+
0,
|
| 3314 |
+
0,
|
| 3315 |
+
0,
|
| 3316 |
+
0,
|
| 3317 |
+
0,
|
| 3318 |
+
0
|
| 3319 |
+
],
|
| 3320 |
+
"per_category": {
|
| 3321 |
+
"single": {
|
| 3322 |
+
"n": 271,
|
| 3323 |
+
"da": 0.9032472330265819,
|
| 3324 |
+
"cos": 0.7654647964613024,
|
| 3325 |
+
"pde": 0.7477573156421048,
|
| 3326 |
+
"mse20": 0.15579363175090472
|
| 3327 |
+
}
|
| 3328 |
+
}
|
| 3329 |
+
}
|
| 3330 |
+
}
|
results/table1_inputs/replogle_rotation_vs_direct__flow__b200_k562_flow_bs2048_krrinit_mask_30k_reflow_K2_nomask_bracket1ep0_s1_reflow_K2_bracket1p0_ens5seed_sigmainf0p15_antithetic_Kper128.json
ADDED
|
@@ -0,0 +1,3330 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset": "replogle_k562",
|
| 3 |
+
"checkpoint": "runs/b200_replogle_k562_bs2048_s1/checkpoints/scFATE_epoch199_best.pt",
|
| 4 |
+
"embedding": "data/gene_embeddings/genept_bge_large.pt",
|
| 5 |
+
"n_eval": 271,
|
| 6 |
+
"bracket_scale": 1.0,
|
| 7 |
+
"flow_blend_alpha": null,
|
| 8 |
+
"rotation_krr": {
|
| 9 |
+
"da": 0.8130627296507579,
|
| 10 |
+
"da_singles": 0.8130627296507579,
|
| 11 |
+
"da_combos": 0,
|
| 12 |
+
"cos": 0.5814690915077265,
|
| 13 |
+
"pde": 0.5547719720033931,
|
| 14 |
+
"mse20": 0.37757759728224954,
|
| 15 |
+
"n_singles": 271,
|
| 16 |
+
"n_combos": 0,
|
| 17 |
+
"krr_params": {
|
| 18 |
+
"alpha": 1.0,
|
| 19 |
+
"gamma": 0.001
|
| 20 |
+
},
|
| 21 |
+
"per_pert_da": [
|
| 22 |
+
0.9399999976158142,
|
| 23 |
+
0.7599999904632568,
|
| 24 |
+
0.7799999713897705,
|
| 25 |
+
0.8600000143051147,
|
| 26 |
+
0.4000000059604645,
|
| 27 |
+
0.9599999785423279,
|
| 28 |
+
0.7599999904632568,
|
| 29 |
+
0.800000011920929,
|
| 30 |
+
0.6200000047683716,
|
| 31 |
+
0.6800000071525574,
|
| 32 |
+
0.9200000166893005,
|
| 33 |
+
0.6600000262260437,
|
| 34 |
+
0.9200000166893005,
|
| 35 |
+
0.8399999737739563,
|
| 36 |
+
0.699999988079071,
|
| 37 |
+
0.9399999976158142,
|
| 38 |
+
0.7400000095367432,
|
| 39 |
+
0.6600000262260437,
|
| 40 |
+
0.7200000286102295,
|
| 41 |
+
0.8799999952316284,
|
| 42 |
+
0.7200000286102295,
|
| 43 |
+
0.9200000166893005,
|
| 44 |
+
0.8799999952316284,
|
| 45 |
+
0.6600000262260437,
|
| 46 |
+
0.8199999928474426,
|
| 47 |
+
0.9399999976158142,
|
| 48 |
+
0.46000000834465027,
|
| 49 |
+
0.8600000143051147,
|
| 50 |
+
0.5799999833106995,
|
| 51 |
+
0.9399999976158142,
|
| 52 |
+
0.9800000190734863,
|
| 53 |
+
0.9200000166893005,
|
| 54 |
+
0.7799999713897705,
|
| 55 |
+
0.800000011920929,
|
| 56 |
+
0.8199999928474426,
|
| 57 |
+
0.9200000166893005,
|
| 58 |
+
0.7799999713897705,
|
| 59 |
+
0.699999988079071,
|
| 60 |
+
0.7799999713897705,
|
| 61 |
+
0.7799999713897705,
|
| 62 |
+
0.7200000286102295,
|
| 63 |
+
0.9399999976158142,
|
| 64 |
+
0.7599999904632568,
|
| 65 |
+
0.6800000071525574,
|
| 66 |
+
0.7200000286102295,
|
| 67 |
+
0.9800000190734863,
|
| 68 |
+
0.5199999809265137,
|
| 69 |
+
0.9200000166893005,
|
| 70 |
+
0.8799999952316284,
|
| 71 |
+
0.699999988079071,
|
| 72 |
+
0.9599999785423279,
|
| 73 |
+
0.8999999761581421,
|
| 74 |
+
0.9200000166893005,
|
| 75 |
+
1.0,
|
| 76 |
+
0.9200000166893005,
|
| 77 |
+
0.9399999976158142,
|
| 78 |
+
0.9200000166893005,
|
| 79 |
+
0.6600000262260437,
|
| 80 |
+
0.8399999737739563,
|
| 81 |
+
0.9599999785423279,
|
| 82 |
+
0.8999999761581421,
|
| 83 |
+
0.8999999761581421,
|
| 84 |
+
0.9599999785423279,
|
| 85 |
+
0.7400000095367432,
|
| 86 |
+
0.5400000214576721,
|
| 87 |
+
0.9399999976158142,
|
| 88 |
+
0.9399999976158142,
|
| 89 |
+
0.9399999976158142,
|
| 90 |
+
0.800000011920929,
|
| 91 |
+
0.6600000262260437,
|
| 92 |
+
0.8999999761581421,
|
| 93 |
+
0.8999999761581421,
|
| 94 |
+
0.41999998688697815,
|
| 95 |
+
0.9399999976158142,
|
| 96 |
+
0.8600000143051147,
|
| 97 |
+
0.800000011920929,
|
| 98 |
+
0.8600000143051147,
|
| 99 |
+
0.7599999904632568,
|
| 100 |
+
0.9399999976158142,
|
| 101 |
+
0.7400000095367432,
|
| 102 |
+
0.6399999856948853,
|
| 103 |
+
0.7200000286102295,
|
| 104 |
+
0.699999988079071,
|
| 105 |
+
0.9200000166893005,
|
| 106 |
+
0.699999988079071,
|
| 107 |
+
0.9599999785423279,
|
| 108 |
+
0.8999999761581421,
|
| 109 |
+
0.4399999976158142,
|
| 110 |
+
0.6200000047683716,
|
| 111 |
+
0.47999998927116394,
|
| 112 |
+
0.9200000166893005,
|
| 113 |
+
0.8600000143051147,
|
| 114 |
+
0.5600000023841858,
|
| 115 |
+
0.46000000834465027,
|
| 116 |
+
0.47999998927116394,
|
| 117 |
+
0.9200000166893005,
|
| 118 |
+
0.8600000143051147,
|
| 119 |
+
0.6800000071525574,
|
| 120 |
+
0.9200000166893005,
|
| 121 |
+
0.9800000190734863,
|
| 122 |
+
0.8799999952316284,
|
| 123 |
+
0.9200000166893005,
|
| 124 |
+
0.5799999833106995,
|
| 125 |
+
0.699999988079071,
|
| 126 |
+
0.8199999928474426,
|
| 127 |
+
0.9200000166893005,
|
| 128 |
+
0.9200000166893005,
|
| 129 |
+
0.9399999976158142,
|
| 130 |
+
0.9200000166893005,
|
| 131 |
+
0.9599999785423279,
|
| 132 |
+
0.7599999904632568,
|
| 133 |
+
0.6000000238418579,
|
| 134 |
+
0.8199999928474426,
|
| 135 |
+
0.46000000834465027,
|
| 136 |
+
0.9599999785423279,
|
| 137 |
+
0.7799999713897705,
|
| 138 |
+
0.7799999713897705,
|
| 139 |
+
0.7599999904632568,
|
| 140 |
+
0.8399999737739563,
|
| 141 |
+
0.8199999928474426,
|
| 142 |
+
0.8199999928474426,
|
| 143 |
+
0.8399999737739563,
|
| 144 |
+
0.6000000238418579,
|
| 145 |
+
0.7200000286102295,
|
| 146 |
+
0.7200000286102295,
|
| 147 |
+
0.8999999761581421,
|
| 148 |
+
0.46000000834465027,
|
| 149 |
+
0.7400000095367432,
|
| 150 |
+
0.6800000071525574,
|
| 151 |
+
0.6800000071525574,
|
| 152 |
+
0.7799999713897705,
|
| 153 |
+
0.699999988079071,
|
| 154 |
+
0.8199999928474426,
|
| 155 |
+
0.8999999761581421,
|
| 156 |
+
0.9200000166893005,
|
| 157 |
+
0.9599999785423279,
|
| 158 |
+
0.8399999737739563,
|
| 159 |
+
0.9599999785423279,
|
| 160 |
+
0.800000011920929,
|
| 161 |
+
0.9200000166893005,
|
| 162 |
+
0.9800000190734863,
|
| 163 |
+
0.8199999928474426,
|
| 164 |
+
0.5600000023841858,
|
| 165 |
+
0.9399999976158142,
|
| 166 |
+
0.8999999761581421,
|
| 167 |
+
0.8999999761581421,
|
| 168 |
+
0.6600000262260437,
|
| 169 |
+
0.5199999809265137,
|
| 170 |
+
0.8399999737739563,
|
| 171 |
+
0.7200000286102295,
|
| 172 |
+
0.7599999904632568,
|
| 173 |
+
0.6600000262260437,
|
| 174 |
+
0.6399999856948853,
|
| 175 |
+
0.7799999713897705,
|
| 176 |
+
0.8999999761581421,
|
| 177 |
+
0.6399999856948853,
|
| 178 |
+
0.8999999761581421,
|
| 179 |
+
0.6399999856948853,
|
| 180 |
+
0.9200000166893005,
|
| 181 |
+
0.8600000143051147,
|
| 182 |
+
0.9200000166893005,
|
| 183 |
+
0.8399999737739563,
|
| 184 |
+
0.9399999976158142,
|
| 185 |
+
0.800000011920929,
|
| 186 |
+
0.7400000095367432,
|
| 187 |
+
0.9200000166893005,
|
| 188 |
+
0.9399999976158142,
|
| 189 |
+
0.5,
|
| 190 |
+
0.9399999976158142,
|
| 191 |
+
0.8999999761581421,
|
| 192 |
+
0.8799999952316284,
|
| 193 |
+
0.9800000190734863,
|
| 194 |
+
0.9200000166893005,
|
| 195 |
+
1.0,
|
| 196 |
+
0.7400000095367432,
|
| 197 |
+
0.7599999904632568,
|
| 198 |
+
0.8399999737739563,
|
| 199 |
+
0.6200000047683716,
|
| 200 |
+
0.6800000071525574,
|
| 201 |
+
0.7200000286102295,
|
| 202 |
+
0.9200000166893005,
|
| 203 |
+
0.7400000095367432,
|
| 204 |
+
0.6800000071525574,
|
| 205 |
+
0.9599999785423279,
|
| 206 |
+
0.5,
|
| 207 |
+
0.9200000166893005,
|
| 208 |
+
0.9599999785423279,
|
| 209 |
+
0.6399999856948853,
|
| 210 |
+
0.8999999761581421,
|
| 211 |
+
0.800000011920929,
|
| 212 |
+
0.7200000286102295,
|
| 213 |
+
0.7200000286102295,
|
| 214 |
+
0.9200000166893005,
|
| 215 |
+
0.9200000166893005,
|
| 216 |
+
0.9399999976158142,
|
| 217 |
+
0.8999999761581421,
|
| 218 |
+
0.9200000166893005,
|
| 219 |
+
0.8999999761581421,
|
| 220 |
+
0.8999999761581421,
|
| 221 |
+
0.8999999761581421,
|
| 222 |
+
0.9200000166893005,
|
| 223 |
+
0.9200000166893005,
|
| 224 |
+
0.9200000166893005,
|
| 225 |
+
0.8999999761581421,
|
| 226 |
+
0.7799999713897705,
|
| 227 |
+
0.9800000190734863,
|
| 228 |
+
0.9800000190734863,
|
| 229 |
+
1.0,
|
| 230 |
+
1.0,
|
| 231 |
+
0.9599999785423279,
|
| 232 |
+
0.9800000190734863,
|
| 233 |
+
0.7599999904632568,
|
| 234 |
+
0.8799999952316284,
|
| 235 |
+
0.7200000286102295,
|
| 236 |
+
0.699999988079071,
|
| 237 |
+
0.8399999737739563,
|
| 238 |
+
0.9399999976158142,
|
| 239 |
+
0.8799999952316284,
|
| 240 |
+
0.9599999785423279,
|
| 241 |
+
0.7599999904632568,
|
| 242 |
+
0.8799999952316284,
|
| 243 |
+
0.9200000166893005,
|
| 244 |
+
0.9599999785423279,
|
| 245 |
+
0.6399999856948853,
|
| 246 |
+
0.9200000166893005,
|
| 247 |
+
0.9399999976158142,
|
| 248 |
+
0.8399999737739563,
|
| 249 |
+
0.9800000190734863,
|
| 250 |
+
0.9800000190734863,
|
| 251 |
+
1.0,
|
| 252 |
+
0.9200000166893005,
|
| 253 |
+
0.9399999976158142,
|
| 254 |
+
0.9599999785423279,
|
| 255 |
+
0.7200000286102295,
|
| 256 |
+
0.8399999737739563,
|
| 257 |
+
0.6800000071525574,
|
| 258 |
+
0.9599999785423279,
|
| 259 |
+
0.9599999785423279,
|
| 260 |
+
0.6399999856948853,
|
| 261 |
+
0.9200000166893005,
|
| 262 |
+
0.8600000143051147,
|
| 263 |
+
0.9399999976158142,
|
| 264 |
+
0.8799999952316284,
|
| 265 |
+
0.8600000143051147,
|
| 266 |
+
0.5799999833106995,
|
| 267 |
+
0.699999988079071,
|
| 268 |
+
0.9800000190734863,
|
| 269 |
+
0.800000011920929,
|
| 270 |
+
0.8399999737739563,
|
| 271 |
+
0.5199999809265137,
|
| 272 |
+
0.8399999737739563,
|
| 273 |
+
0.47999998927116394,
|
| 274 |
+
0.7599999904632568,
|
| 275 |
+
0.7400000095367432,
|
| 276 |
+
0.7799999713897705,
|
| 277 |
+
0.7599999904632568,
|
| 278 |
+
0.800000011920929,
|
| 279 |
+
0.7400000095367432,
|
| 280 |
+
0.8600000143051147,
|
| 281 |
+
0.800000011920929,
|
| 282 |
+
0.8799999952316284,
|
| 283 |
+
0.7599999904632568,
|
| 284 |
+
0.9599999785423279,
|
| 285 |
+
0.8600000143051147,
|
| 286 |
+
0.41999998688697815,
|
| 287 |
+
0.9800000190734863,
|
| 288 |
+
0.9399999976158142,
|
| 289 |
+
0.9200000166893005,
|
| 290 |
+
0.8999999761581421,
|
| 291 |
+
0.8399999737739563,
|
| 292 |
+
0.6200000047683716
|
| 293 |
+
],
|
| 294 |
+
"per_pert_cos": [
|
| 295 |
+
0.8217312097549438,
|
| 296 |
+
0.7043343782424927,
|
| 297 |
+
0.56475430727005,
|
| 298 |
+
0.8042776584625244,
|
| 299 |
+
-0.2947680652141571,
|
| 300 |
+
0.8219202160835266,
|
| 301 |
+
0.4619808495044708,
|
| 302 |
+
0.6270505785942078,
|
| 303 |
+
0.2648325264453888,
|
| 304 |
+
0.5444350838661194,
|
| 305 |
+
0.7227112054824829,
|
| 306 |
+
0.2688094973564148,
|
| 307 |
+
0.798252284526825,
|
| 308 |
+
0.5368057489395142,
|
| 309 |
+
0.41385719180107117,
|
| 310 |
+
0.8763794302940369,
|
| 311 |
+
0.37882208824157715,
|
| 312 |
+
-0.16448666155338287,
|
| 313 |
+
0.15618030726909637,
|
| 314 |
+
0.7093755006790161,
|
| 315 |
+
0.06947442889213562,
|
| 316 |
+
0.8631274104118347,
|
| 317 |
+
0.8676826357841492,
|
| 318 |
+
0.5607470870018005,
|
| 319 |
+
0.6514903903007507,
|
| 320 |
+
0.8546408414840698,
|
| 321 |
+
-0.002058379352092743,
|
| 322 |
+
0.7542240619659424,
|
| 323 |
+
0.043200716376304626,
|
| 324 |
+
0.7918914556503296,
|
| 325 |
+
0.85676509141922,
|
| 326 |
+
0.7220208644866943,
|
| 327 |
+
0.5675918459892273,
|
| 328 |
+
0.46710753440856934,
|
| 329 |
+
0.7035221457481384,
|
| 330 |
+
0.8006865978240967,
|
| 331 |
+
0.4535987675189972,
|
| 332 |
+
0.4921743869781494,
|
| 333 |
+
0.47725942730903625,
|
| 334 |
+
0.391037255525589,
|
| 335 |
+
0.5723154544830322,
|
| 336 |
+
0.7763106822967529,
|
| 337 |
+
0.477398157119751,
|
| 338 |
+
0.42155522108078003,
|
| 339 |
+
0.40240246057510376,
|
| 340 |
+
0.8783931732177734,
|
| 341 |
+
-0.016109686344861984,
|
| 342 |
+
0.7379918098449707,
|
| 343 |
+
0.7955124378204346,
|
| 344 |
+
0.09597641974687576,
|
| 345 |
+
0.7983911633491516,
|
| 346 |
+
0.7059366106987,
|
| 347 |
+
0.7076510190963745,
|
| 348 |
+
0.9280263185501099,
|
| 349 |
+
0.7084503173828125,
|
| 350 |
+
0.8432083129882812,
|
| 351 |
+
0.8056021928787231,
|
| 352 |
+
0.3688582181930542,
|
| 353 |
+
0.5155638456344604,
|
| 354 |
+
0.8796641826629639,
|
| 355 |
+
0.8366633057594299,
|
| 356 |
+
0.7666152119636536,
|
| 357 |
+
0.8474084138870239,
|
| 358 |
+
0.6003181338310242,
|
| 359 |
+
-0.383021742105484,
|
| 360 |
+
0.770652711391449,
|
| 361 |
+
0.8548052310943604,
|
| 362 |
+
0.8031573295593262,
|
| 363 |
+
0.6689224243164062,
|
| 364 |
+
0.3003288507461548,
|
| 365 |
+
0.6435818672180176,
|
| 366 |
+
0.6162557005882263,
|
| 367 |
+
-0.33151671290397644,
|
| 368 |
+
0.8089042901992798,
|
| 369 |
+
0.6486981511116028,
|
| 370 |
+
0.5676168203353882,
|
| 371 |
+
0.6181815266609192,
|
| 372 |
+
0.2862697243690491,
|
| 373 |
+
0.8315032720565796,
|
| 374 |
+
0.5156776309013367,
|
| 375 |
+
0.10255357623100281,
|
| 376 |
+
0.36858052015304565,
|
| 377 |
+
0.08292628824710846,
|
| 378 |
+
0.5112815499305725,
|
| 379 |
+
0.053505148738622665,
|
| 380 |
+
0.8309643864631653,
|
| 381 |
+
0.7287182807922363,
|
| 382 |
+
0.020138533785939217,
|
| 383 |
+
0.15581056475639343,
|
| 384 |
+
0.06701494753360748,
|
| 385 |
+
0.8079401850700378,
|
| 386 |
+
0.7458776831626892,
|
| 387 |
+
0.1854916661977768,
|
| 388 |
+
0.16135545074939728,
|
| 389 |
+
0.22198805212974548,
|
| 390 |
+
0.6939117312431335,
|
| 391 |
+
0.6883432269096375,
|
| 392 |
+
0.1141778826713562,
|
| 393 |
+
0.813716471195221,
|
| 394 |
+
0.8996716737747192,
|
| 395 |
+
0.8272201418876648,
|
| 396 |
+
0.7830660939216614,
|
| 397 |
+
0.059782739728689194,
|
| 398 |
+
0.36522790789604187,
|
| 399 |
+
0.6591730117797852,
|
| 400 |
+
0.8883559107780457,
|
| 401 |
+
0.8389294743537903,
|
| 402 |
+
0.821462094783783,
|
| 403 |
+
0.8084509372711182,
|
| 404 |
+
0.9227156639099121,
|
| 405 |
+
0.46065041422843933,
|
| 406 |
+
0.2673436403274536,
|
| 407 |
+
0.7149283289909363,
|
| 408 |
+
-0.18023449182510376,
|
| 409 |
+
0.7638346552848816,
|
| 410 |
+
0.5978348851203918,
|
| 411 |
+
0.5522522926330566,
|
| 412 |
+
0.6518535614013672,
|
| 413 |
+
0.6433122754096985,
|
| 414 |
+
0.6276992559432983,
|
| 415 |
+
0.5791676044464111,
|
| 416 |
+
0.6110455989837646,
|
| 417 |
+
-0.14120662212371826,
|
| 418 |
+
0.16517379879951477,
|
| 419 |
+
0.47867104411125183,
|
| 420 |
+
0.7308729887008667,
|
| 421 |
+
0.08980695903301239,
|
| 422 |
+
0.4204849302768707,
|
| 423 |
+
-0.21886467933654785,
|
| 424 |
+
-0.1096978634595871,
|
| 425 |
+
0.6057676672935486,
|
| 426 |
+
0.5022121667861938,
|
| 427 |
+
0.5257222652435303,
|
| 428 |
+
0.7235139012336731,
|
| 429 |
+
0.7859400510787964,
|
| 430 |
+
0.8062531352043152,
|
| 431 |
+
0.7490931153297424,
|
| 432 |
+
0.8649159669876099,
|
| 433 |
+
0.6979560852050781,
|
| 434 |
+
0.7539780735969543,
|
| 435 |
+
0.8481057286262512,
|
| 436 |
+
0.6956593990325928,
|
| 437 |
+
0.40133464336395264,
|
| 438 |
+
0.7386952638626099,
|
| 439 |
+
0.8096407651901245,
|
| 440 |
+
0.7402594089508057,
|
| 441 |
+
0.24788668751716614,
|
| 442 |
+
-0.0756908655166626,
|
| 443 |
+
0.6790540814399719,
|
| 444 |
+
0.49000751972198486,
|
| 445 |
+
0.37435001134872437,
|
| 446 |
+
0.27977603673934937,
|
| 447 |
+
0.3504948019981384,
|
| 448 |
+
0.6322547197341919,
|
| 449 |
+
0.7134079933166504,
|
| 450 |
+
0.3604985475540161,
|
| 451 |
+
0.8611408472061157,
|
| 452 |
+
0.1435653567314148,
|
| 453 |
+
0.832990288734436,
|
| 454 |
+
0.6662688851356506,
|
| 455 |
+
0.7073197960853577,
|
| 456 |
+
0.6210546493530273,
|
| 457 |
+
0.8443857431411743,
|
| 458 |
+
0.5184364914894104,
|
| 459 |
+
0.5431636571884155,
|
| 460 |
+
0.8655591011047363,
|
| 461 |
+
0.8235495686531067,
|
| 462 |
+
0.1863856017589569,
|
| 463 |
+
0.9049949049949646,
|
| 464 |
+
0.7536574006080627,
|
| 465 |
+
0.8215582966804504,
|
| 466 |
+
0.9315292835235596,
|
| 467 |
+
0.7858768105506897,
|
| 468 |
+
0.9172518849372864,
|
| 469 |
+
0.46727755665779114,
|
| 470 |
+
0.4194103181362152,
|
| 471 |
+
0.5712718963623047,
|
| 472 |
+
0.3115261495113373,
|
| 473 |
+
0.17222926020622253,
|
| 474 |
+
0.605718731880188,
|
| 475 |
+
0.8215312957763672,
|
| 476 |
+
0.5909947156906128,
|
| 477 |
+
0.41755548119544983,
|
| 478 |
+
0.8247014284133911,
|
| 479 |
+
-0.06655526161193848,
|
| 480 |
+
0.7684953212738037,
|
| 481 |
+
0.8372319340705872,
|
| 482 |
+
0.3602472245693207,
|
| 483 |
+
0.7722407579421997,
|
| 484 |
+
0.5718709230422974,
|
| 485 |
+
0.41255494952201843,
|
| 486 |
+
0.4361433982849121,
|
| 487 |
+
0.7605770230293274,
|
| 488 |
+
0.7212548851966858,
|
| 489 |
+
0.8753830194473267,
|
| 490 |
+
0.8480214476585388,
|
| 491 |
+
0.8546993732452393,
|
| 492 |
+
0.7639110684394836,
|
| 493 |
+
0.7681490778923035,
|
| 494 |
+
0.7917575240135193,
|
| 495 |
+
0.824855387210846,
|
| 496 |
+
0.8660064935684204,
|
| 497 |
+
0.8481796979904175,
|
| 498 |
+
0.846621036529541,
|
| 499 |
+
0.5860454440116882,
|
| 500 |
+
0.8275948762893677,
|
| 501 |
+
0.8652804493904114,
|
| 502 |
+
0.769340991973877,
|
| 503 |
+
0.9216492772102356,
|
| 504 |
+
0.7871269583702087,
|
| 505 |
+
0.769558310508728,
|
| 506 |
+
0.6471536755561829,
|
| 507 |
+
0.7908321022987366,
|
| 508 |
+
0.40304654836654663,
|
| 509 |
+
0.3109326958656311,
|
| 510 |
+
0.6365501284599304,
|
| 511 |
+
0.8291829228401184,
|
| 512 |
+
0.6859905123710632,
|
| 513 |
+
0.797805905342102,
|
| 514 |
+
0.6521517038345337,
|
| 515 |
+
0.6248983144760132,
|
| 516 |
+
0.7808270454406738,
|
| 517 |
+
0.8768095970153809,
|
| 518 |
+
0.18093425035476685,
|
| 519 |
+
0.6547726392745972,
|
| 520 |
+
0.8108558654785156,
|
| 521 |
+
0.6052648425102234,
|
| 522 |
+
0.9069645404815674,
|
| 523 |
+
0.8781020045280457,
|
| 524 |
+
0.9517351388931274,
|
| 525 |
+
0.8688858151435852,
|
| 526 |
+
0.7175269722938538,
|
| 527 |
+
0.6825193166732788,
|
| 528 |
+
0.5045879483222961,
|
| 529 |
+
0.5190224051475525,
|
| 530 |
+
0.37129202485084534,
|
| 531 |
+
0.8687524795532227,
|
| 532 |
+
0.8839114904403687,
|
| 533 |
+
0.4684634506702423,
|
| 534 |
+
0.7675198316574097,
|
| 535 |
+
0.5420420169830322,
|
| 536 |
+
0.8514285087585449,
|
| 537 |
+
0.7577551007270813,
|
| 538 |
+
0.677299976348877,
|
| 539 |
+
0.1830960512161255,
|
| 540 |
+
0.44490915536880493,
|
| 541 |
+
0.8951100707054138,
|
| 542 |
+
0.6280331611633301,
|
| 543 |
+
0.7576819658279419,
|
| 544 |
+
0.18390128016471863,
|
| 545 |
+
0.5862453579902649,
|
| 546 |
+
-0.3014393448829651,
|
| 547 |
+
0.47809892892837524,
|
| 548 |
+
0.42811793088912964,
|
| 549 |
+
0.4924369752407074,
|
| 550 |
+
0.3986935019493103,
|
| 551 |
+
0.4602019488811493,
|
| 552 |
+
0.4377135634422302,
|
| 553 |
+
0.6787254214286804,
|
| 554 |
+
0.4951466917991638,
|
| 555 |
+
0.7795725464820862,
|
| 556 |
+
0.5643013715744019,
|
| 557 |
+
0.8267934322357178,
|
| 558 |
+
0.7054692506790161,
|
| 559 |
+
0.00011114031076431274,
|
| 560 |
+
0.8772765398025513,
|
| 561 |
+
0.8797512650489807,
|
| 562 |
+
0.7976315021514893,
|
| 563 |
+
0.785519540309906,
|
| 564 |
+
0.6378448605537415,
|
| 565 |
+
0.3402870297431946
|
| 566 |
+
],
|
| 567 |
+
"per_pert_pde": [
|
| 568 |
+
0.8275568846760195,
|
| 569 |
+
0.6905539976060531,
|
| 570 |
+
0.5417091208353292,
|
| 571 |
+
0.723577443305614,
|
| 572 |
+
-0.2871965479403723,
|
| 573 |
+
0.8089937590944486,
|
| 574 |
+
0.46640734190271105,
|
| 575 |
+
0.6271173330367157,
|
| 576 |
+
0.28901995070752395,
|
| 577 |
+
0.4880197478117123,
|
| 578 |
+
0.7213256416903708,
|
| 579 |
+
0.20492534191614586,
|
| 580 |
+
0.7487203924646662,
|
| 581 |
+
0.3316831842360835,
|
| 582 |
+
0.14072931488946008,
|
| 583 |
+
0.8394272448641177,
|
| 584 |
+
0.40401409223795454,
|
| 585 |
+
-0.029987996333108374,
|
| 586 |
+
0.19475968095864396,
|
| 587 |
+
0.6601735659487252,
|
| 588 |
+
-0.07820858266083926,
|
| 589 |
+
0.8494191587519034,
|
| 590 |
+
0.8501725883619318,
|
| 591 |
+
0.5297323114300618,
|
| 592 |
+
0.4840793430199529,
|
| 593 |
+
0.8631559081667529,
|
| 594 |
+
0.04929004723033132,
|
| 595 |
+
0.3129206941561171,
|
| 596 |
+
0.03647132084997948,
|
| 597 |
+
0.7304263166598812,
|
| 598 |
+
0.8269777093740287,
|
| 599 |
+
0.7114553356149376,
|
| 600 |
+
0.4611586612702647,
|
| 601 |
+
0.4685723802694321,
|
| 602 |
+
0.7049665209234726,
|
| 603 |
+
0.8054629244253757,
|
| 604 |
+
0.4780039544019162,
|
| 605 |
+
0.39660601163850967,
|
| 606 |
+
0.5750372706310996,
|
| 607 |
+
0.3891278544770543,
|
| 608 |
+
0.548308385291171,
|
| 609 |
+
0.7763273694412901,
|
| 610 |
+
0.4870970195477446,
|
| 611 |
+
0.4302870624592391,
|
| 612 |
+
0.39953848365030037,
|
| 613 |
+
0.886876647677956,
|
| 614 |
+
-0.08558575534376009,
|
| 615 |
+
0.3355522515800399,
|
| 616 |
+
0.6590546371283231,
|
| 617 |
+
0.09390311109831359,
|
| 618 |
+
0.8028137286816128,
|
| 619 |
+
0.7068014684798682,
|
| 620 |
+
0.6968207982637998,
|
| 621 |
+
0.9280458354232283,
|
| 622 |
+
0.7274243556029515,
|
| 623 |
+
0.8191196412882739,
|
| 624 |
+
0.8077821407401528,
|
| 625 |
+
0.3689500949323468,
|
| 626 |
+
0.5119566391597004,
|
| 627 |
+
0.847115932328485,
|
| 628 |
+
0.6974314200578885,
|
| 629 |
+
0.7339859756784172,
|
| 630 |
+
0.8555010569708433,
|
| 631 |
+
0.6011721890946897,
|
| 632 |
+
-0.36622494264209177,
|
| 633 |
+
0.7401364763516306,
|
| 634 |
+
0.8771662118696392,
|
| 635 |
+
0.8046892371623454,
|
| 636 |
+
0.6733260821796928,
|
| 637 |
+
0.29431895967012467,
|
| 638 |
+
0.4220258152459609,
|
| 639 |
+
0.24121193135284527,
|
| 640 |
+
-0.30191567516998835,
|
| 641 |
+
0.8163571613657898,
|
| 642 |
+
0.6013740644448571,
|
| 643 |
+
0.42981912928271465,
|
| 644 |
+
0.5545566907686562,
|
| 645 |
+
0.34645857673449504,
|
| 646 |
+
0.8383678415312338,
|
| 647 |
+
0.5485799277952519,
|
| 648 |
+
0.18456806537423162,
|
| 649 |
+
0.34988377627193734,
|
| 650 |
+
-0.013217436019613116,
|
| 651 |
+
0.6075141578500802,
|
| 652 |
+
0.0369682953557323,
|
| 653 |
+
0.8310918455120991,
|
| 654 |
+
0.6588514879950336,
|
| 655 |
+
0.0017299021408977058,
|
| 656 |
+
0.21259991364425196,
|
| 657 |
+
0.10103308025910418,
|
| 658 |
+
0.8453475890880252,
|
| 659 |
+
0.7475419347946551,
|
| 660 |
+
0.20982683379634237,
|
| 661 |
+
0.173407746218821,
|
| 662 |
+
0.22106103118963877,
|
| 663 |
+
0.7793464396789146,
|
| 664 |
+
0.6720138176382696,
|
| 665 |
+
0.12721307099845883,
|
| 666 |
+
0.7406769188926245,
|
| 667 |
+
0.8319696564125663,
|
| 668 |
+
0.7419007679566386,
|
| 669 |
+
0.813409401572513,
|
| 670 |
+
0.03947168520232893,
|
| 671 |
+
0.39230886132361964,
|
| 672 |
+
0.6594936395109381,
|
| 673 |
+
0.8015132728013293,
|
| 674 |
+
0.7652654676469975,
|
| 675 |
+
0.7027695945682139,
|
| 676 |
+
0.7363714513817299,
|
| 677 |
+
0.8694819152924794,
|
| 678 |
+
0.46455904505947704,
|
| 679 |
+
0.2848696767640032,
|
| 680 |
+
0.7131218956464722,
|
| 681 |
+
-0.1618172745839947,
|
| 682 |
+
0.7577215758068719,
|
| 683 |
+
0.5935862196793816,
|
| 684 |
+
0.5497177713005837,
|
| 685 |
+
0.6479304102444629,
|
| 686 |
+
0.6179948076778805,
|
| 687 |
+
0.6276960309382007,
|
| 688 |
+
0.5838068672570741,
|
| 689 |
+
0.6155183573754264,
|
| 690 |
+
-0.13659179977497812,
|
| 691 |
+
0.1778008421394821,
|
| 692 |
+
0.4879227928144965,
|
| 693 |
+
0.7407218770983556,
|
| 694 |
+
0.07882439101868412,
|
| 695 |
+
0.41128316634075596,
|
| 696 |
+
-0.27201833750194376,
|
| 697 |
+
-0.1155699673424952,
|
| 698 |
+
0.5829456764397504,
|
| 699 |
+
0.5579559848510727,
|
| 700 |
+
0.5247660982326766,
|
| 701 |
+
0.6674278512238047,
|
| 702 |
+
0.7873559422668128,
|
| 703 |
+
0.8068634827112812,
|
| 704 |
+
0.749242460630573,
|
| 705 |
+
0.8628795534899139,
|
| 706 |
+
0.6515214035551476,
|
| 707 |
+
0.7540205183008138,
|
| 708 |
+
0.8480976480151697,
|
| 709 |
+
0.6614493706646791,
|
| 710 |
+
0.30283515409023837,
|
| 711 |
+
0.7372809656749095,
|
| 712 |
+
0.8130696313820885,
|
| 713 |
+
0.7408495875377048,
|
| 714 |
+
0.30229968623151277,
|
| 715 |
+
-0.08733739335789496,
|
| 716 |
+
0.678665504324843,
|
| 717 |
+
0.3276071737308356,
|
| 718 |
+
0.23361532665897328,
|
| 719 |
+
0.17406844596961268,
|
| 720 |
+
0.34173561437707883,
|
| 721 |
+
0.6121998251056587,
|
| 722 |
+
0.6919385369258064,
|
| 723 |
+
0.3606652669445611,
|
| 724 |
+
0.8619929270320089,
|
| 725 |
+
0.16643121342805242,
|
| 726 |
+
0.8317206046981133,
|
| 727 |
+
0.6684692385728501,
|
| 728 |
+
0.731914841680835,
|
| 729 |
+
0.6323348952387784,
|
| 730 |
+
0.6599300591461037,
|
| 731 |
+
0.5147184309683472,
|
| 732 |
+
0.5117644084820813,
|
| 733 |
+
0.7806462736150651,
|
| 734 |
+
0.5553972809062586,
|
| 735 |
+
0.12800417250200724,
|
| 736 |
+
0.9175399286386904,
|
| 737 |
+
0.7521816135783452,
|
| 738 |
+
0.837304533346316,
|
| 739 |
+
0.9323794262120432,
|
| 740 |
+
0.8229556028626016,
|
| 741 |
+
0.9173206017613773,
|
| 742 |
+
0.4705389028580638,
|
| 743 |
+
0.43706334181108775,
|
| 744 |
+
0.5652445221448992,
|
| 745 |
+
0.31886894272336286,
|
| 746 |
+
0.14953937889348656,
|
| 747 |
+
0.5681980546009368,
|
| 748 |
+
0.817329033348751,
|
| 749 |
+
0.49606452379149973,
|
| 750 |
+
0.4082141272636933,
|
| 751 |
+
0.7722111254890446,
|
| 752 |
+
-0.0410003145988143,
|
| 753 |
+
0.7720322627689328,
|
| 754 |
+
0.848990066239804,
|
| 755 |
+
0.40273428120156823,
|
| 756 |
+
0.6844760126273208,
|
| 757 |
+
0.4794641194094639,
|
| 758 |
+
0.2457814586777171,
|
| 759 |
+
0.1644792864684872,
|
| 760 |
+
0.7593338465583086,
|
| 761 |
+
0.7209389696378125,
|
| 762 |
+
0.874520553629503,
|
| 763 |
+
0.8480373096233282,
|
| 764 |
+
0.8510453712736896,
|
| 765 |
+
0.7624885905626423,
|
| 766 |
+
0.7677059656888217,
|
| 767 |
+
0.7903585751205651,
|
| 768 |
+
0.824142236919444,
|
| 769 |
+
0.8649055258644663,
|
| 770 |
+
0.8476191449009424,
|
| 771 |
+
0.839373952448373,
|
| 772 |
+
0.5829347806474419,
|
| 773 |
+
0.832322879706426,
|
| 774 |
+
0.871051782462981,
|
| 775 |
+
0.7773726766403416,
|
| 776 |
+
0.930699470581854,
|
| 777 |
+
0.7869526033497611,
|
| 778 |
+
0.7677842321531638,
|
| 779 |
+
0.6477717873407086,
|
| 780 |
+
0.7238932506599254,
|
| 781 |
+
0.5063603953917228,
|
| 782 |
+
0.2918019140260046,
|
| 783 |
+
0.6077011272633324,
|
| 784 |
+
0.8316648792958671,
|
| 785 |
+
0.6865434098857623,
|
| 786 |
+
0.7768237631909019,
|
| 787 |
+
0.6452507208322692,
|
| 788 |
+
0.6326583609562209,
|
| 789 |
+
0.752769187960732,
|
| 790 |
+
0.8330341497797022,
|
| 791 |
+
0.18304534699583744,
|
| 792 |
+
0.6486025909011511,
|
| 793 |
+
0.8192802820783844,
|
| 794 |
+
0.44577175825404824,
|
| 795 |
+
0.8724963992347103,
|
| 796 |
+
0.7951675905164665,
|
| 797 |
+
0.9190609568698275,
|
| 798 |
+
0.7684002265568722,
|
| 799 |
+
0.6632706887714914,
|
| 800 |
+
0.6290546505158354,
|
| 801 |
+
0.1826391580126239,
|
| 802 |
+
0.5119993716044702,
|
| 803 |
+
0.36404015024735936,
|
| 804 |
+
0.7833637842545618,
|
| 805 |
+
0.8829049498920715,
|
| 806 |
+
0.39425141490999577,
|
| 807 |
+
0.7608870651530601,
|
| 808 |
+
0.5424968701515098,
|
| 809 |
+
0.8416681966042125,
|
| 810 |
+
0.6963807440964476,
|
| 811 |
+
0.5935192726460146,
|
| 812 |
+
0.18442893538425018,
|
| 813 |
+
0.41315266607343953,
|
| 814 |
+
0.9000371005547658,
|
| 815 |
+
0.43188587832230363,
|
| 816 |
+
0.7622129131456548,
|
| 817 |
+
0.19918970751164453,
|
| 818 |
+
0.5729860153489483,
|
| 819 |
+
-0.2711334185418418,
|
| 820 |
+
0.4367309587250873,
|
| 821 |
+
0.40877288390929384,
|
| 822 |
+
0.4952458033490265,
|
| 823 |
+
0.3956068527159821,
|
| 824 |
+
0.44334489910354136,
|
| 825 |
+
0.551152922526452,
|
| 826 |
+
0.6594963964576608,
|
| 827 |
+
0.452521920265615,
|
| 828 |
+
0.4053802879518054,
|
| 829 |
+
0.5117770194323062,
|
| 830 |
+
0.809388967369658,
|
| 831 |
+
0.7055584712798475,
|
| 832 |
+
0.048470177812731045,
|
| 833 |
+
0.8903615828976028,
|
| 834 |
+
0.8814330772497732,
|
| 835 |
+
0.7952430094647407,
|
| 836 |
+
0.7882606960728471,
|
| 837 |
+
0.6355271803800309,
|
| 838 |
+
0.3333763987855274
|
| 839 |
+
],
|
| 840 |
+
"per_pert_mse20": [
|
| 841 |
+
0.09590010344982147,
|
| 842 |
+
0.164822056889534,
|
| 843 |
+
0.13571856915950775,
|
| 844 |
+
0.14146673679351807,
|
| 845 |
+
0.18284404277801514,
|
| 846 |
+
0.22919556498527527,
|
| 847 |
+
0.2243165671825409,
|
| 848 |
+
0.2695942521095276,
|
| 849 |
+
0.32703712582588196,
|
| 850 |
+
0.07076141238212585,
|
| 851 |
+
0.3859345018863678,
|
| 852 |
+
0.1148955374956131,
|
| 853 |
+
0.20320193469524384,
|
| 854 |
+
0.2010621577501297,
|
| 855 |
+
0.1341748982667923,
|
| 856 |
+
0.14582517743110657,
|
| 857 |
+
0.32180410623550415,
|
| 858 |
+
1.333787202835083,
|
| 859 |
+
0.2361738681793213,
|
| 860 |
+
0.32402899861335754,
|
| 861 |
+
0.5117570161819458,
|
| 862 |
+
0.053063660860061646,
|
| 863 |
+
0.09142975509166718,
|
| 864 |
+
0.053159553557634354,
|
| 865 |
+
0.10909203439950943,
|
| 866 |
+
0.07417577505111694,
|
| 867 |
+
0.2848414480686188,
|
| 868 |
+
0.09809665381908417,
|
| 869 |
+
0.6787523031234741,
|
| 870 |
+
0.24843451380729675,
|
| 871 |
+
0.2706526517868042,
|
| 872 |
+
0.10005965083837509,
|
| 873 |
+
0.14382627606391907,
|
| 874 |
+
0.24537234008312225,
|
| 875 |
+
0.27778488397598267,
|
| 876 |
+
0.11942549049854279,
|
| 877 |
+
0.11333958059549332,
|
| 878 |
+
0.25114962458610535,
|
| 879 |
+
0.277464896440506,
|
| 880 |
+
0.11796680837869644,
|
| 881 |
+
0.2368171662092209,
|
| 882 |
+
0.1578715741634369,
|
| 883 |
+
0.09335053712129593,
|
| 884 |
+
0.10850789397954941,
|
| 885 |
+
0.2991878390312195,
|
| 886 |
+
0.10556520521640778,
|
| 887 |
+
0.2765459716320038,
|
| 888 |
+
0.2451135665178299,
|
| 889 |
+
0.16879047453403473,
|
| 890 |
+
0.4215420186519623,
|
| 891 |
+
0.271165668964386,
|
| 892 |
+
0.08760624378919601,
|
| 893 |
+
0.3442879021167755,
|
| 894 |
+
0.2946559190750122,
|
| 895 |
+
0.7183257341384888,
|
| 896 |
+
0.3104709982872009,
|
| 897 |
+
0.12551160156726837,
|
| 898 |
+
0.04429696500301361,
|
| 899 |
+
0.1441621333360672,
|
| 900 |
+
0.2565869688987732,
|
| 901 |
+
0.13377591967582703,
|
| 902 |
+
0.1059565544128418,
|
| 903 |
+
0.1490672379732132,
|
| 904 |
+
0.09027920663356781,
|
| 905 |
+
1.4027879238128662,
|
| 906 |
+
0.08383022248744965,
|
| 907 |
+
0.09880156069993973,
|
| 908 |
+
0.1315607875585556,
|
| 909 |
+
0.1701461225748062,
|
| 910 |
+
0.05180296301841736,
|
| 911 |
+
0.16009491682052612,
|
| 912 |
+
0.2823602557182312,
|
| 913 |
+
0.19924892485141754,
|
| 914 |
+
0.13920404016971588,
|
| 915 |
+
0.07809747755527496,
|
| 916 |
+
0.36781448125839233,
|
| 917 |
+
0.20291085541248322,
|
| 918 |
+
0.51424640417099,
|
| 919 |
+
0.23154398798942566,
|
| 920 |
+
0.19582557678222656,
|
| 921 |
+
0.18560300767421722,
|
| 922 |
+
0.39906594157218933,
|
| 923 |
+
0.3366631269454956,
|
| 924 |
+
1.385469675064087,
|
| 925 |
+
1.3709022998809814,
|
| 926 |
+
0.7173992395401001,
|
| 927 |
+
0.3464873135089874,
|
| 928 |
+
0.20990559458732605,
|
| 929 |
+
0.4655899107456207,
|
| 930 |
+
0.4991821348667145,
|
| 931 |
+
0.22238163650035858,
|
| 932 |
+
0.12473861873149872,
|
| 933 |
+
0.09880091995000839,
|
| 934 |
+
0.2087571918964386,
|
| 935 |
+
0.13668659329414368,
|
| 936 |
+
0.22356486320495605,
|
| 937 |
+
0.22484293580055237,
|
| 938 |
+
0.5383139848709106,
|
| 939 |
+
0.6661292314529419,
|
| 940 |
+
0.15963341295719147,
|
| 941 |
+
0.30638009309768677,
|
| 942 |
+
0.12419955432415009,
|
| 943 |
+
0.3702235519886017,
|
| 944 |
+
0.20326848328113556,
|
| 945 |
+
0.18939471244812012,
|
| 946 |
+
0.8975415229797363,
|
| 947 |
+
1.8969932794570923,
|
| 948 |
+
0.6801284551620483,
|
| 949 |
+
1.406078577041626,
|
| 950 |
+
0.5229147672653198,
|
| 951 |
+
0.1496007740497589,
|
| 952 |
+
0.1132604330778122,
|
| 953 |
+
0.0551689974963665,
|
| 954 |
+
0.2689701020717621,
|
| 955 |
+
0.34816741943359375,
|
| 956 |
+
0.049448564648628235,
|
| 957 |
+
0.07974910736083984,
|
| 958 |
+
0.04618782550096512,
|
| 959 |
+
0.04210391268134117,
|
| 960 |
+
0.0677918940782547,
|
| 961 |
+
0.05080721527338028,
|
| 962 |
+
0.03516814112663269,
|
| 963 |
+
0.3741450309753418,
|
| 964 |
+
0.19474710524082184,
|
| 965 |
+
0.1702137291431427,
|
| 966 |
+
0.08255071938037872,
|
| 967 |
+
0.1197391003370285,
|
| 968 |
+
0.31477659940719604,
|
| 969 |
+
0.2291678637266159,
|
| 970 |
+
0.21235664188861847,
|
| 971 |
+
0.2147992104291916,
|
| 972 |
+
0.19724063575267792,
|
| 973 |
+
0.21055050194263458,
|
| 974 |
+
0.32325509190559387,
|
| 975 |
+
0.12272319942712784,
|
| 976 |
+
0.34833091497421265,
|
| 977 |
+
0.2165910303592682,
|
| 978 |
+
0.3868798315525055,
|
| 979 |
+
0.2658287584781647,
|
| 980 |
+
0.15564878284931183,
|
| 981 |
+
0.2026292085647583,
|
| 982 |
+
0.36324697732925415,
|
| 983 |
+
0.09451263397932053,
|
| 984 |
+
0.3250661790370941,
|
| 985 |
+
0.4076232314109802,
|
| 986 |
+
0.24576182663440704,
|
| 987 |
+
0.23935148119926453,
|
| 988 |
+
0.4631550908088684,
|
| 989 |
+
0.09993596374988556,
|
| 990 |
+
0.21573781967163086,
|
| 991 |
+
0.1625121533870697,
|
| 992 |
+
0.32766419649124146,
|
| 993 |
+
0.05507971718907356,
|
| 994 |
+
0.12876343727111816,
|
| 995 |
+
0.5645302534103394,
|
| 996 |
+
0.2355656921863556,
|
| 997 |
+
0.07995863258838654,
|
| 998 |
+
0.26487234234809875,
|
| 999 |
+
0.13974925875663757,
|
| 1000 |
+
0.15297085046768188,
|
| 1001 |
+
0.3655187785625458,
|
| 1002 |
+
0.12456867843866348,
|
| 1003 |
+
1.4626723527908325,
|
| 1004 |
+
0.09511423856019974,
|
| 1005 |
+
0.08455546945333481,
|
| 1006 |
+
0.22501114010810852,
|
| 1007 |
+
0.44718804955482483,
|
| 1008 |
+
0.0732646957039833,
|
| 1009 |
+
0.534517765045166,
|
| 1010 |
+
0.3933584690093994,
|
| 1011 |
+
0.4178543984889984,
|
| 1012 |
+
0.9472410082817078,
|
| 1013 |
+
1.287834644317627,
|
| 1014 |
+
0.9671106338500977,
|
| 1015 |
+
0.25438129901885986,
|
| 1016 |
+
0.21602173149585724,
|
| 1017 |
+
0.420560359954834,
|
| 1018 |
+
0.3748207688331604,
|
| 1019 |
+
0.4593377709388733,
|
| 1020 |
+
0.3442595601081848,
|
| 1021 |
+
0.19099627435207367,
|
| 1022 |
+
0.15035752952098846,
|
| 1023 |
+
0.10746993869543076,
|
| 1024 |
+
0.34822359681129456,
|
| 1025 |
+
0.321969211101532,
|
| 1026 |
+
0.20066118240356445,
|
| 1027 |
+
0.23581428825855255,
|
| 1028 |
+
0.06789063662290573,
|
| 1029 |
+
0.2325078248977661,
|
| 1030 |
+
0.24079611897468567,
|
| 1031 |
+
0.1817963421344757,
|
| 1032 |
+
0.25170546770095825,
|
| 1033 |
+
0.2595912516117096,
|
| 1034 |
+
1.8621435165405273,
|
| 1035 |
+
2.022747278213501,
|
| 1036 |
+
2.0172252655029297,
|
| 1037 |
+
2.246720790863037,
|
| 1038 |
+
2.2158703804016113,
|
| 1039 |
+
2.1061813831329346,
|
| 1040 |
+
0.5480984449386597,
|
| 1041 |
+
0.6152308583259583,
|
| 1042 |
+
1.9215446710586548,
|
| 1043 |
+
2.303347110748291,
|
| 1044 |
+
1.5306881666183472,
|
| 1045 |
+
1.6691538095474243,
|
| 1046 |
+
0.9475467801094055,
|
| 1047 |
+
0.7093605995178223,
|
| 1048 |
+
1.1286455392837524,
|
| 1049 |
+
0.7126595377922058,
|
| 1050 |
+
1.1147342920303345,
|
| 1051 |
+
1.3503730297088623,
|
| 1052 |
+
0.3428070545196533,
|
| 1053 |
+
0.41698941588401794,
|
| 1054 |
+
0.3114200532436371,
|
| 1055 |
+
0.1264319121837616,
|
| 1056 |
+
0.07737147063016891,
|
| 1057 |
+
0.1540335714817047,
|
| 1058 |
+
0.39358028769493103,
|
| 1059 |
+
0.15173329412937164,
|
| 1060 |
+
0.3858724534511566,
|
| 1061 |
+
0.3990682065486908,
|
| 1062 |
+
1.1670222282409668,
|
| 1063 |
+
0.8413804769515991,
|
| 1064 |
+
0.08563300222158432,
|
| 1065 |
+
0.17634525895118713,
|
| 1066 |
+
0.12267974764108658,
|
| 1067 |
+
0.2083113193511963,
|
| 1068 |
+
0.41898345947265625,
|
| 1069 |
+
0.9095078706741333,
|
| 1070 |
+
1.059598684310913,
|
| 1071 |
+
1.3552587032318115,
|
| 1072 |
+
0.5069376230239868,
|
| 1073 |
+
0.1366264373064041,
|
| 1074 |
+
0.11750181019306183,
|
| 1075 |
+
0.3942217230796814,
|
| 1076 |
+
0.26951178908348083,
|
| 1077 |
+
0.22912612557411194,
|
| 1078 |
+
0.11279065907001495,
|
| 1079 |
+
0.15721261501312256,
|
| 1080 |
+
0.22578100860118866,
|
| 1081 |
+
0.1840655505657196,
|
| 1082 |
+
0.38601070642471313,
|
| 1083 |
+
0.16853991150856018,
|
| 1084 |
+
0.10120455920696259,
|
| 1085 |
+
0.27982765436172485,
|
| 1086 |
+
0.1960374116897583,
|
| 1087 |
+
0.1452229917049408,
|
| 1088 |
+
0.1165623813867569,
|
| 1089 |
+
0.11983094364404678,
|
| 1090 |
+
0.20788748562335968,
|
| 1091 |
+
0.14381034672260284,
|
| 1092 |
+
0.5202161073684692,
|
| 1093 |
+
0.20927870273590088,
|
| 1094 |
+
0.0689985603094101,
|
| 1095 |
+
0.618922233581543,
|
| 1096 |
+
0.3138752579689026,
|
| 1097 |
+
0.5311626195907593,
|
| 1098 |
+
0.35580262541770935,
|
| 1099 |
+
0.6536051034927368,
|
| 1100 |
+
0.05433621257543564,
|
| 1101 |
+
0.12272478640079498,
|
| 1102 |
+
0.06620695441961288,
|
| 1103 |
+
0.2620092034339905,
|
| 1104 |
+
0.06321348249912262,
|
| 1105 |
+
0.19921168684959412,
|
| 1106 |
+
0.28770703077316284,
|
| 1107 |
+
0.37747618556022644,
|
| 1108 |
+
0.2739669680595398,
|
| 1109 |
+
0.27785366773605347,
|
| 1110 |
+
0.19350068271160126,
|
| 1111 |
+
0.06947541236877441
|
| 1112 |
+
],
|
| 1113 |
+
"per_pert_name": [
|
| 1114 |
+
"AATF",
|
| 1115 |
+
"ABCB7",
|
| 1116 |
+
"ABT1",
|
| 1117 |
+
"ACTR8",
|
| 1118 |
+
"AHCY",
|
| 1119 |
+
"ARCN1",
|
| 1120 |
+
"ARIH1",
|
| 1121 |
+
"ATF5",
|
| 1122 |
+
"ATP1A1",
|
| 1123 |
+
"BANP",
|
| 1124 |
+
"BMS1",
|
| 1125 |
+
"BTF3",
|
| 1126 |
+
"BUD13",
|
| 1127 |
+
"C14orf178",
|
| 1128 |
+
"C1QBP",
|
| 1129 |
+
"CACTIN",
|
| 1130 |
+
"CAPZB",
|
| 1131 |
+
"CASP8AP2",
|
| 1132 |
+
"CCDC59",
|
| 1133 |
+
"CCNH",
|
| 1134 |
+
"CCNK",
|
| 1135 |
+
"CCT4",
|
| 1136 |
+
"CCT6A",
|
| 1137 |
+
"CDAN1",
|
| 1138 |
+
"CDC16",
|
| 1139 |
+
"CDC6",
|
| 1140 |
+
"CDK9",
|
| 1141 |
+
"CENPC",
|
| 1142 |
+
"CHD4",
|
| 1143 |
+
"CHMP2A",
|
| 1144 |
+
"CHMP3",
|
| 1145 |
+
"CLNS1A",
|
| 1146 |
+
"CLP1",
|
| 1147 |
+
"CLTC",
|
| 1148 |
+
"CNOT2",
|
| 1149 |
+
"COPS3",
|
| 1150 |
+
"CSNK1A1",
|
| 1151 |
+
"CSTF3",
|
| 1152 |
+
"CTNNBL1",
|
| 1153 |
+
"DDX10",
|
| 1154 |
+
"DDX49",
|
| 1155 |
+
"DDX56",
|
| 1156 |
+
"DERL2",
|
| 1157 |
+
"DHX36",
|
| 1158 |
+
"DNAJA3",
|
| 1159 |
+
"DNTTIP2",
|
| 1160 |
+
"DOHH",
|
| 1161 |
+
"DYNC1H1",
|
| 1162 |
+
"DYNC1I2",
|
| 1163 |
+
"DYNLL1",
|
| 1164 |
+
"EBNA1BP2",
|
| 1165 |
+
"EEF1G",
|
| 1166 |
+
"EIF1AX",
|
| 1167 |
+
"EIF2B2",
|
| 1168 |
+
"EIF3E",
|
| 1169 |
+
"EIF3M",
|
| 1170 |
+
"EIF6",
|
| 1171 |
+
"ELP3",
|
| 1172 |
+
"EPRS",
|
| 1173 |
+
"EXOSC3",
|
| 1174 |
+
"EXOSC7",
|
| 1175 |
+
"FAM50A",
|
| 1176 |
+
"FBL",
|
| 1177 |
+
"FNTA",
|
| 1178 |
+
"GAB2",
|
| 1179 |
+
"GEMIN5",
|
| 1180 |
+
"GINS4",
|
| 1181 |
+
"GNL2",
|
| 1182 |
+
"GNL3",
|
| 1183 |
+
"GOLT1B",
|
| 1184 |
+
"GPN1",
|
| 1185 |
+
"GPN3",
|
| 1186 |
+
"GRB2",
|
| 1187 |
+
"GRPEL1",
|
| 1188 |
+
"GTF2E2",
|
| 1189 |
+
"GTF2F2",
|
| 1190 |
+
"GTF2H4",
|
| 1191 |
+
"HDAC7",
|
| 1192 |
+
"HEATR1",
|
| 1193 |
+
"HINFP",
|
| 1194 |
+
"HMGCS1",
|
| 1195 |
+
"HNRNPU",
|
| 1196 |
+
"HSF1",
|
| 1197 |
+
"HSPA5",
|
| 1198 |
+
"HSPA8",
|
| 1199 |
+
"HSPA9",
|
| 1200 |
+
"IK",
|
| 1201 |
+
"ILF3",
|
| 1202 |
+
"IMPDH2",
|
| 1203 |
+
"INTS6",
|
| 1204 |
+
"INTS7",
|
| 1205 |
+
"ISG20L2",
|
| 1206 |
+
"JAZF1",
|
| 1207 |
+
"KANSL3",
|
| 1208 |
+
"KAT8",
|
| 1209 |
+
"KPNB1",
|
| 1210 |
+
"LAS1L",
|
| 1211 |
+
"LONP1",
|
| 1212 |
+
"LSM5",
|
| 1213 |
+
"LSM6",
|
| 1214 |
+
"LSM7",
|
| 1215 |
+
"MAGOH",
|
| 1216 |
+
"MAT2A",
|
| 1217 |
+
"MCM3AP",
|
| 1218 |
+
"MCM4",
|
| 1219 |
+
"MED1",
|
| 1220 |
+
"MED14",
|
| 1221 |
+
"MED28",
|
| 1222 |
+
"MED8",
|
| 1223 |
+
"MED9",
|
| 1224 |
+
"METAP2",
|
| 1225 |
+
"METTL14",
|
| 1226 |
+
"MICOS10",
|
| 1227 |
+
"MOB4",
|
| 1228 |
+
"MPHOSPH10",
|
| 1229 |
+
"MRPL10",
|
| 1230 |
+
"MRPL16",
|
| 1231 |
+
"MRPL2",
|
| 1232 |
+
"MRPL24",
|
| 1233 |
+
"MRPL36",
|
| 1234 |
+
"MRPL37",
|
| 1235 |
+
"MRPL41",
|
| 1236 |
+
"MRPL50",
|
| 1237 |
+
"MRPS26",
|
| 1238 |
+
"MRPS34",
|
| 1239 |
+
"MYBBP1A",
|
| 1240 |
+
"N6AMT1",
|
| 1241 |
+
"NCL",
|
| 1242 |
+
"NDUFB10",
|
| 1243 |
+
"NDUFB4",
|
| 1244 |
+
"NELFA",
|
| 1245 |
+
"NELFB",
|
| 1246 |
+
"NEPRO",
|
| 1247 |
+
"NKAP",
|
| 1248 |
+
"NLE1",
|
| 1249 |
+
"NOC4L",
|
| 1250 |
+
"NOL12",
|
| 1251 |
+
"NOL6",
|
| 1252 |
+
"NOP10",
|
| 1253 |
+
"NOP16",
|
| 1254 |
+
"NOP2",
|
| 1255 |
+
"NOP58",
|
| 1256 |
+
"NUDCD3",
|
| 1257 |
+
"NUP133",
|
| 1258 |
+
"NUP54",
|
| 1259 |
+
"NVL",
|
| 1260 |
+
"OGFOD1",
|
| 1261 |
+
"OGT",
|
| 1262 |
+
"OXA1L",
|
| 1263 |
+
"PCF11",
|
| 1264 |
+
"PDCD7",
|
| 1265 |
+
"PFDN2",
|
| 1266 |
+
"PFN1",
|
| 1267 |
+
"PGD",
|
| 1268 |
+
"PHF5A",
|
| 1269 |
+
"PIAS4",
|
| 1270 |
+
"PMPCB",
|
| 1271 |
+
"PNISR",
|
| 1272 |
+
"POLE",
|
| 1273 |
+
"POLR1A",
|
| 1274 |
+
"POLR1B",
|
| 1275 |
+
"POLR1C",
|
| 1276 |
+
"POLR2D",
|
| 1277 |
+
"POLR3B",
|
| 1278 |
+
"POLR3D",
|
| 1279 |
+
"PRPF31",
|
| 1280 |
+
"PRPF4",
|
| 1281 |
+
"PRRC2A",
|
| 1282 |
+
"PSMA1",
|
| 1283 |
+
"PSMA2",
|
| 1284 |
+
"PSMB3",
|
| 1285 |
+
"PSMC1",
|
| 1286 |
+
"PSMD3",
|
| 1287 |
+
"PSMD7",
|
| 1288 |
+
"PSMG4",
|
| 1289 |
+
"RAD51",
|
| 1290 |
+
"RAN",
|
| 1291 |
+
"RANGAP1",
|
| 1292 |
+
"RBM14",
|
| 1293 |
+
"RBM17",
|
| 1294 |
+
"RBM28",
|
| 1295 |
+
"RBM42",
|
| 1296 |
+
"RBM48",
|
| 1297 |
+
"RBMX2",
|
| 1298 |
+
"REXO2",
|
| 1299 |
+
"RFC2",
|
| 1300 |
+
"RFC3",
|
| 1301 |
+
"RMI1",
|
| 1302 |
+
"RNF113A",
|
| 1303 |
+
"RNF20",
|
| 1304 |
+
"RNF40",
|
| 1305 |
+
"RPAP1",
|
| 1306 |
+
"RPF2",
|
| 1307 |
+
"RPL10",
|
| 1308 |
+
"RPL10A",
|
| 1309 |
+
"RPL11",
|
| 1310 |
+
"RPL13",
|
| 1311 |
+
"RPL14",
|
| 1312 |
+
"RPL17",
|
| 1313 |
+
"RPL30",
|
| 1314 |
+
"RPL31",
|
| 1315 |
+
"RPL5",
|
| 1316 |
+
"RPL8",
|
| 1317 |
+
"RPLP0",
|
| 1318 |
+
"RPLP1",
|
| 1319 |
+
"RPS11",
|
| 1320 |
+
"RPS13",
|
| 1321 |
+
"RPS18",
|
| 1322 |
+
"RPS19",
|
| 1323 |
+
"RPS3A",
|
| 1324 |
+
"RPS9",
|
| 1325 |
+
"RRP1",
|
| 1326 |
+
"RTF1",
|
| 1327 |
+
"SAE1",
|
| 1328 |
+
"SARS2",
|
| 1329 |
+
"SCAF1",
|
| 1330 |
+
"SDAD1",
|
| 1331 |
+
"SEC13",
|
| 1332 |
+
"SEC61G",
|
| 1333 |
+
"SEH1L",
|
| 1334 |
+
"SETD1A",
|
| 1335 |
+
"SF3B4",
|
| 1336 |
+
"SF3B5",
|
| 1337 |
+
"SLC39A9",
|
| 1338 |
+
"SMC4",
|
| 1339 |
+
"SNAPC3",
|
| 1340 |
+
"SNRNP48",
|
| 1341 |
+
"SNRPA1",
|
| 1342 |
+
"SNRPD1",
|
| 1343 |
+
"SNRPE",
|
| 1344 |
+
"SNRPG",
|
| 1345 |
+
"SON",
|
| 1346 |
+
"SRBD1",
|
| 1347 |
+
"SRPRB",
|
| 1348 |
+
"SRSF7",
|
| 1349 |
+
"STARD7",
|
| 1350 |
+
"SUPT5H",
|
| 1351 |
+
"SYMPK",
|
| 1352 |
+
"TADA3",
|
| 1353 |
+
"TAF1",
|
| 1354 |
+
"TAF1D",
|
| 1355 |
+
"TBL3",
|
| 1356 |
+
"TCP1",
|
| 1357 |
+
"TERF2",
|
| 1358 |
+
"THG1L",
|
| 1359 |
+
"THOC3",
|
| 1360 |
+
"TIMM23B",
|
| 1361 |
+
"TMX2",
|
| 1362 |
+
"TOMM22",
|
| 1363 |
+
"TRMT5",
|
| 1364 |
+
"TRPM7",
|
| 1365 |
+
"TSEN2",
|
| 1366 |
+
"TTI1",
|
| 1367 |
+
"TUT1",
|
| 1368 |
+
"TWISTNB",
|
| 1369 |
+
"TXN",
|
| 1370 |
+
"TXNL4A",
|
| 1371 |
+
"UBA2",
|
| 1372 |
+
"UBA52",
|
| 1373 |
+
"UBQLN4",
|
| 1374 |
+
"UPF1",
|
| 1375 |
+
"URI1",
|
| 1376 |
+
"UTP6",
|
| 1377 |
+
"VPS54",
|
| 1378 |
+
"VPS72",
|
| 1379 |
+
"WDR3",
|
| 1380 |
+
"WDR36",
|
| 1381 |
+
"WDR43",
|
| 1382 |
+
"WDR46",
|
| 1383 |
+
"ZNF207",
|
| 1384 |
+
"ZNF335"
|
| 1385 |
+
],
|
| 1386 |
+
"per_pert_combo_seen": [
|
| 1387 |
+
0,
|
| 1388 |
+
0,
|
| 1389 |
+
0,
|
| 1390 |
+
0,
|
| 1391 |
+
0,
|
| 1392 |
+
0,
|
| 1393 |
+
0,
|
| 1394 |
+
0,
|
| 1395 |
+
0,
|
| 1396 |
+
0,
|
| 1397 |
+
0,
|
| 1398 |
+
0,
|
| 1399 |
+
0,
|
| 1400 |
+
0,
|
| 1401 |
+
0,
|
| 1402 |
+
0,
|
| 1403 |
+
0,
|
| 1404 |
+
0,
|
| 1405 |
+
0,
|
| 1406 |
+
0,
|
| 1407 |
+
0,
|
| 1408 |
+
0,
|
| 1409 |
+
0,
|
| 1410 |
+
0,
|
| 1411 |
+
0,
|
| 1412 |
+
0,
|
| 1413 |
+
0,
|
| 1414 |
+
0,
|
| 1415 |
+
0,
|
| 1416 |
+
0,
|
| 1417 |
+
0,
|
| 1418 |
+
0,
|
| 1419 |
+
0,
|
| 1420 |
+
0,
|
| 1421 |
+
0,
|
| 1422 |
+
0,
|
| 1423 |
+
0,
|
| 1424 |
+
0,
|
| 1425 |
+
0,
|
| 1426 |
+
0,
|
| 1427 |
+
0,
|
| 1428 |
+
0,
|
| 1429 |
+
0,
|
| 1430 |
+
0,
|
| 1431 |
+
0,
|
| 1432 |
+
0,
|
| 1433 |
+
0,
|
| 1434 |
+
0,
|
| 1435 |
+
0,
|
| 1436 |
+
0,
|
| 1437 |
+
0,
|
| 1438 |
+
0,
|
| 1439 |
+
0,
|
| 1440 |
+
0,
|
| 1441 |
+
0,
|
| 1442 |
+
0,
|
| 1443 |
+
0,
|
| 1444 |
+
0,
|
| 1445 |
+
0,
|
| 1446 |
+
0,
|
| 1447 |
+
0,
|
| 1448 |
+
0,
|
| 1449 |
+
0,
|
| 1450 |
+
0,
|
| 1451 |
+
0,
|
| 1452 |
+
0,
|
| 1453 |
+
0,
|
| 1454 |
+
0,
|
| 1455 |
+
0,
|
| 1456 |
+
0,
|
| 1457 |
+
0,
|
| 1458 |
+
0,
|
| 1459 |
+
0,
|
| 1460 |
+
0,
|
| 1461 |
+
0,
|
| 1462 |
+
0,
|
| 1463 |
+
0,
|
| 1464 |
+
0,
|
| 1465 |
+
0,
|
| 1466 |
+
0,
|
| 1467 |
+
0,
|
| 1468 |
+
0,
|
| 1469 |
+
0,
|
| 1470 |
+
0,
|
| 1471 |
+
0,
|
| 1472 |
+
0,
|
| 1473 |
+
0,
|
| 1474 |
+
0,
|
| 1475 |
+
0,
|
| 1476 |
+
0,
|
| 1477 |
+
0,
|
| 1478 |
+
0,
|
| 1479 |
+
0,
|
| 1480 |
+
0,
|
| 1481 |
+
0,
|
| 1482 |
+
0,
|
| 1483 |
+
0,
|
| 1484 |
+
0,
|
| 1485 |
+
0,
|
| 1486 |
+
0,
|
| 1487 |
+
0,
|
| 1488 |
+
0,
|
| 1489 |
+
0,
|
| 1490 |
+
0,
|
| 1491 |
+
0,
|
| 1492 |
+
0,
|
| 1493 |
+
0,
|
| 1494 |
+
0,
|
| 1495 |
+
0,
|
| 1496 |
+
0,
|
| 1497 |
+
0,
|
| 1498 |
+
0,
|
| 1499 |
+
0,
|
| 1500 |
+
0,
|
| 1501 |
+
0,
|
| 1502 |
+
0,
|
| 1503 |
+
0,
|
| 1504 |
+
0,
|
| 1505 |
+
0,
|
| 1506 |
+
0,
|
| 1507 |
+
0,
|
| 1508 |
+
0,
|
| 1509 |
+
0,
|
| 1510 |
+
0,
|
| 1511 |
+
0,
|
| 1512 |
+
0,
|
| 1513 |
+
0,
|
| 1514 |
+
0,
|
| 1515 |
+
0,
|
| 1516 |
+
0,
|
| 1517 |
+
0,
|
| 1518 |
+
0,
|
| 1519 |
+
0,
|
| 1520 |
+
0,
|
| 1521 |
+
0,
|
| 1522 |
+
0,
|
| 1523 |
+
0,
|
| 1524 |
+
0,
|
| 1525 |
+
0,
|
| 1526 |
+
0,
|
| 1527 |
+
0,
|
| 1528 |
+
0,
|
| 1529 |
+
0,
|
| 1530 |
+
0,
|
| 1531 |
+
0,
|
| 1532 |
+
0,
|
| 1533 |
+
0,
|
| 1534 |
+
0,
|
| 1535 |
+
0,
|
| 1536 |
+
0,
|
| 1537 |
+
0,
|
| 1538 |
+
0,
|
| 1539 |
+
0,
|
| 1540 |
+
0,
|
| 1541 |
+
0,
|
| 1542 |
+
0,
|
| 1543 |
+
0,
|
| 1544 |
+
0,
|
| 1545 |
+
0,
|
| 1546 |
+
0,
|
| 1547 |
+
0,
|
| 1548 |
+
0,
|
| 1549 |
+
0,
|
| 1550 |
+
0,
|
| 1551 |
+
0,
|
| 1552 |
+
0,
|
| 1553 |
+
0,
|
| 1554 |
+
0,
|
| 1555 |
+
0,
|
| 1556 |
+
0,
|
| 1557 |
+
0,
|
| 1558 |
+
0,
|
| 1559 |
+
0,
|
| 1560 |
+
0,
|
| 1561 |
+
0,
|
| 1562 |
+
0,
|
| 1563 |
+
0,
|
| 1564 |
+
0,
|
| 1565 |
+
0,
|
| 1566 |
+
0,
|
| 1567 |
+
0,
|
| 1568 |
+
0,
|
| 1569 |
+
0,
|
| 1570 |
+
0,
|
| 1571 |
+
0,
|
| 1572 |
+
0,
|
| 1573 |
+
0,
|
| 1574 |
+
0,
|
| 1575 |
+
0,
|
| 1576 |
+
0,
|
| 1577 |
+
0,
|
| 1578 |
+
0,
|
| 1579 |
+
0,
|
| 1580 |
+
0,
|
| 1581 |
+
0,
|
| 1582 |
+
0,
|
| 1583 |
+
0,
|
| 1584 |
+
0,
|
| 1585 |
+
0,
|
| 1586 |
+
0,
|
| 1587 |
+
0,
|
| 1588 |
+
0,
|
| 1589 |
+
0,
|
| 1590 |
+
0,
|
| 1591 |
+
0,
|
| 1592 |
+
0,
|
| 1593 |
+
0,
|
| 1594 |
+
0,
|
| 1595 |
+
0,
|
| 1596 |
+
0,
|
| 1597 |
+
0,
|
| 1598 |
+
0,
|
| 1599 |
+
0,
|
| 1600 |
+
0,
|
| 1601 |
+
0,
|
| 1602 |
+
0,
|
| 1603 |
+
0,
|
| 1604 |
+
0,
|
| 1605 |
+
0,
|
| 1606 |
+
0,
|
| 1607 |
+
0,
|
| 1608 |
+
0,
|
| 1609 |
+
0,
|
| 1610 |
+
0,
|
| 1611 |
+
0,
|
| 1612 |
+
0,
|
| 1613 |
+
0,
|
| 1614 |
+
0,
|
| 1615 |
+
0,
|
| 1616 |
+
0,
|
| 1617 |
+
0,
|
| 1618 |
+
0,
|
| 1619 |
+
0,
|
| 1620 |
+
0,
|
| 1621 |
+
0,
|
| 1622 |
+
0,
|
| 1623 |
+
0,
|
| 1624 |
+
0,
|
| 1625 |
+
0,
|
| 1626 |
+
0,
|
| 1627 |
+
0,
|
| 1628 |
+
0,
|
| 1629 |
+
0,
|
| 1630 |
+
0,
|
| 1631 |
+
0,
|
| 1632 |
+
0,
|
| 1633 |
+
0,
|
| 1634 |
+
0,
|
| 1635 |
+
0,
|
| 1636 |
+
0,
|
| 1637 |
+
0,
|
| 1638 |
+
0,
|
| 1639 |
+
0,
|
| 1640 |
+
0,
|
| 1641 |
+
0,
|
| 1642 |
+
0,
|
| 1643 |
+
0,
|
| 1644 |
+
0,
|
| 1645 |
+
0,
|
| 1646 |
+
0,
|
| 1647 |
+
0,
|
| 1648 |
+
0,
|
| 1649 |
+
0,
|
| 1650 |
+
0,
|
| 1651 |
+
0,
|
| 1652 |
+
0,
|
| 1653 |
+
0,
|
| 1654 |
+
0,
|
| 1655 |
+
0,
|
| 1656 |
+
0,
|
| 1657 |
+
0
|
| 1658 |
+
],
|
| 1659 |
+
"per_category": {
|
| 1660 |
+
"single": {
|
| 1661 |
+
"n": 271,
|
| 1662 |
+
"da": 0.8130627296507579,
|
| 1663 |
+
"cos": 0.5814690915077265,
|
| 1664 |
+
"pde": 0.5547719720033931,
|
| 1665 |
+
"mse20": 0.37757759728224954
|
| 1666 |
+
}
|
| 1667 |
+
}
|
| 1668 |
+
},
|
| 1669 |
+
"direct_delta_krr": {
|
| 1670 |
+
"da": 0.9032472330265819,
|
| 1671 |
+
"da_singles": 0.9032472330265819,
|
| 1672 |
+
"da_combos": 0,
|
| 1673 |
+
"cos": 0.7654647964613024,
|
| 1674 |
+
"pde": 0.7477573156421048,
|
| 1675 |
+
"mse20": 0.15579363175090472,
|
| 1676 |
+
"n_singles": 271,
|
| 1677 |
+
"n_combos": 0,
|
| 1678 |
+
"krr_params": {
|
| 1679 |
+
"alpha": 1.0,
|
| 1680 |
+
"gamma": 0.001
|
| 1681 |
+
},
|
| 1682 |
+
"per_pert_da": [
|
| 1683 |
+
1.0,
|
| 1684 |
+
0.9200000166893005,
|
| 1685 |
+
0.800000011920929,
|
| 1686 |
+
0.8999999761581421,
|
| 1687 |
+
0.4399999976158142,
|
| 1688 |
+
0.9800000190734863,
|
| 1689 |
+
0.9200000166893005,
|
| 1690 |
+
0.8799999952316284,
|
| 1691 |
+
0.6800000071525574,
|
| 1692 |
+
0.7400000095367432,
|
| 1693 |
+
1.0,
|
| 1694 |
+
0.8399999737739563,
|
| 1695 |
+
1.0,
|
| 1696 |
+
0.8999999761581421,
|
| 1697 |
+
0.7599999904632568,
|
| 1698 |
+
1.0,
|
| 1699 |
+
0.8399999737739563,
|
| 1700 |
+
0.699999988079071,
|
| 1701 |
+
0.8600000143051147,
|
| 1702 |
+
0.9800000190734863,
|
| 1703 |
+
0.8600000143051147,
|
| 1704 |
+
1.0,
|
| 1705 |
+
1.0,
|
| 1706 |
+
0.8799999952316284,
|
| 1707 |
+
0.9800000190734863,
|
| 1708 |
+
1.0,
|
| 1709 |
+
0.46000000834465027,
|
| 1710 |
+
1.0,
|
| 1711 |
+
0.699999988079071,
|
| 1712 |
+
0.9599999785423279,
|
| 1713 |
+
0.9800000190734863,
|
| 1714 |
+
1.0,
|
| 1715 |
+
0.8399999737739563,
|
| 1716 |
+
0.9399999976158142,
|
| 1717 |
+
0.9800000190734863,
|
| 1718 |
+
0.9800000190734863,
|
| 1719 |
+
0.9200000166893005,
|
| 1720 |
+
0.9200000166893005,
|
| 1721 |
+
0.7599999904632568,
|
| 1722 |
+
0.9200000166893005,
|
| 1723 |
+
0.8399999737739563,
|
| 1724 |
+
1.0,
|
| 1725 |
+
0.8600000143051147,
|
| 1726 |
+
0.7799999713897705,
|
| 1727 |
+
0.9599999785423279,
|
| 1728 |
+
0.9800000190734863,
|
| 1729 |
+
0.5799999833106995,
|
| 1730 |
+
1.0,
|
| 1731 |
+
0.9599999785423279,
|
| 1732 |
+
0.8600000143051147,
|
| 1733 |
+
0.9800000190734863,
|
| 1734 |
+
0.9200000166893005,
|
| 1735 |
+
0.9800000190734863,
|
| 1736 |
+
1.0,
|
| 1737 |
+
0.9800000190734863,
|
| 1738 |
+
0.9599999785423279,
|
| 1739 |
+
0.7799999713897705,
|
| 1740 |
+
0.8600000143051147,
|
| 1741 |
+
0.9800000190734863,
|
| 1742 |
+
1.0,
|
| 1743 |
+
1.0,
|
| 1744 |
+
0.9200000166893005,
|
| 1745 |
+
1.0,
|
| 1746 |
+
0.7599999904632568,
|
| 1747 |
+
0.6399999856948853,
|
| 1748 |
+
1.0,
|
| 1749 |
+
1.0,
|
| 1750 |
+
1.0,
|
| 1751 |
+
0.9200000166893005,
|
| 1752 |
+
0.8399999737739563,
|
| 1753 |
+
0.9599999785423279,
|
| 1754 |
+
0.9800000190734863,
|
| 1755 |
+
0.6000000238418579,
|
| 1756 |
+
1.0,
|
| 1757 |
+
0.9599999785423279,
|
| 1758 |
+
0.8999999761581421,
|
| 1759 |
+
1.0,
|
| 1760 |
+
0.8600000143051147,
|
| 1761 |
+
1.0,
|
| 1762 |
+
0.8799999952316284,
|
| 1763 |
+
0.800000011920929,
|
| 1764 |
+
0.7599999904632568,
|
| 1765 |
+
0.7200000286102295,
|
| 1766 |
+
0.8999999761581421,
|
| 1767 |
+
0.7400000095367432,
|
| 1768 |
+
0.9599999785423279,
|
| 1769 |
+
0.8999999761581421,
|
| 1770 |
+
0.7599999904632568,
|
| 1771 |
+
0.8600000143051147,
|
| 1772 |
+
0.6800000071525574,
|
| 1773 |
+
1.0,
|
| 1774 |
+
1.0,
|
| 1775 |
+
0.7799999713897705,
|
| 1776 |
+
0.9800000190734863,
|
| 1777 |
+
0.8600000143051147,
|
| 1778 |
+
1.0,
|
| 1779 |
+
0.9399999976158142,
|
| 1780 |
+
0.8600000143051147,
|
| 1781 |
+
1.0,
|
| 1782 |
+
1.0,
|
| 1783 |
+
0.9800000190734863,
|
| 1784 |
+
0.9800000190734863,
|
| 1785 |
+
0.5799999833106995,
|
| 1786 |
+
0.9200000166893005,
|
| 1787 |
+
0.9599999785423279,
|
| 1788 |
+
1.0,
|
| 1789 |
+
1.0,
|
| 1790 |
+
1.0,
|
| 1791 |
+
1.0,
|
| 1792 |
+
1.0,
|
| 1793 |
+
0.7799999713897705,
|
| 1794 |
+
0.8999999761581421,
|
| 1795 |
+
0.9800000190734863,
|
| 1796 |
+
0.7200000286102295,
|
| 1797 |
+
0.9800000190734863,
|
| 1798 |
+
0.9800000190734863,
|
| 1799 |
+
0.9800000190734863,
|
| 1800 |
+
0.9800000190734863,
|
| 1801 |
+
1.0,
|
| 1802 |
+
0.9399999976158142,
|
| 1803 |
+
0.9800000190734863,
|
| 1804 |
+
0.8999999761581421,
|
| 1805 |
+
1.0,
|
| 1806 |
+
0.9800000190734863,
|
| 1807 |
+
0.6600000262260437,
|
| 1808 |
+
0.8999999761581421,
|
| 1809 |
+
0.5400000214576721,
|
| 1810 |
+
0.9399999976158142,
|
| 1811 |
+
0.8799999952316284,
|
| 1812 |
+
0.8399999737739563,
|
| 1813 |
+
0.8399999737739563,
|
| 1814 |
+
0.8999999761581421,
|
| 1815 |
+
0.9399999976158142,
|
| 1816 |
+
0.699999988079071,
|
| 1817 |
+
0.9800000190734863,
|
| 1818 |
+
1.0,
|
| 1819 |
+
0.9800000190734863,
|
| 1820 |
+
1.0,
|
| 1821 |
+
0.9800000190734863,
|
| 1822 |
+
1.0,
|
| 1823 |
+
1.0,
|
| 1824 |
+
0.9599999785423279,
|
| 1825 |
+
0.800000011920929,
|
| 1826 |
+
0.9800000190734863,
|
| 1827 |
+
1.0,
|
| 1828 |
+
0.9399999976158142,
|
| 1829 |
+
0.7599999904632568,
|
| 1830 |
+
0.47999998927116394,
|
| 1831 |
+
0.9800000190734863,
|
| 1832 |
+
0.8799999952316284,
|
| 1833 |
+
0.8199999928474426,
|
| 1834 |
+
0.7799999713897705,
|
| 1835 |
+
0.9399999976158142,
|
| 1836 |
+
0.7799999713897705,
|
| 1837 |
+
0.9200000166893005,
|
| 1838 |
+
0.7200000286102295,
|
| 1839 |
+
0.9800000190734863,
|
| 1840 |
+
0.6600000262260437,
|
| 1841 |
+
1.0,
|
| 1842 |
+
0.9399999976158142,
|
| 1843 |
+
0.9399999976158142,
|
| 1844 |
+
0.8799999952316284,
|
| 1845 |
+
1.0,
|
| 1846 |
+
0.8799999952316284,
|
| 1847 |
+
1.0,
|
| 1848 |
+
1.0,
|
| 1849 |
+
1.0,
|
| 1850 |
+
0.5600000023841858,
|
| 1851 |
+
1.0,
|
| 1852 |
+
0.9200000166893005,
|
| 1853 |
+
0.9800000190734863,
|
| 1854 |
+
1.0,
|
| 1855 |
+
1.0,
|
| 1856 |
+
1.0,
|
| 1857 |
+
0.800000011920929,
|
| 1858 |
+
0.8999999761581421,
|
| 1859 |
+
0.9399999976158142,
|
| 1860 |
+
0.800000011920929,
|
| 1861 |
+
0.7599999904632568,
|
| 1862 |
+
0.7799999713897705,
|
| 1863 |
+
0.8600000143051147,
|
| 1864 |
+
0.7599999904632568,
|
| 1865 |
+
0.7400000095367432,
|
| 1866 |
+
1.0,
|
| 1867 |
+
0.699999988079071,
|
| 1868 |
+
1.0,
|
| 1869 |
+
1.0,
|
| 1870 |
+
0.8199999928474426,
|
| 1871 |
+
0.9800000190734863,
|
| 1872 |
+
0.9200000166893005,
|
| 1873 |
+
0.8799999952316284,
|
| 1874 |
+
0.9399999976158142,
|
| 1875 |
+
1.0,
|
| 1876 |
+
1.0,
|
| 1877 |
+
1.0,
|
| 1878 |
+
1.0,
|
| 1879 |
+
1.0,
|
| 1880 |
+
1.0,
|
| 1881 |
+
1.0,
|
| 1882 |
+
1.0,
|
| 1883 |
+
1.0,
|
| 1884 |
+
1.0,
|
| 1885 |
+
1.0,
|
| 1886 |
+
1.0,
|
| 1887 |
+
0.9599999785423279,
|
| 1888 |
+
1.0,
|
| 1889 |
+
1.0,
|
| 1890 |
+
1.0,
|
| 1891 |
+
1.0,
|
| 1892 |
+
1.0,
|
| 1893 |
+
1.0,
|
| 1894 |
+
0.8999999761581421,
|
| 1895 |
+
1.0,
|
| 1896 |
+
0.8199999928474426,
|
| 1897 |
+
0.8199999928474426,
|
| 1898 |
+
0.8799999952316284,
|
| 1899 |
+
1.0,
|
| 1900 |
+
0.8600000143051147,
|
| 1901 |
+
0.9800000190734863,
|
| 1902 |
+
0.8999999761581421,
|
| 1903 |
+
0.7400000095367432,
|
| 1904 |
+
0.9800000190734863,
|
| 1905 |
+
1.0,
|
| 1906 |
+
0.800000011920929,
|
| 1907 |
+
0.9399999976158142,
|
| 1908 |
+
1.0,
|
| 1909 |
+
0.8399999737739563,
|
| 1910 |
+
0.9800000190734863,
|
| 1911 |
+
1.0,
|
| 1912 |
+
1.0,
|
| 1913 |
+
1.0,
|
| 1914 |
+
0.9200000166893005,
|
| 1915 |
+
0.9800000190734863,
|
| 1916 |
+
0.8799999952316284,
|
| 1917 |
+
0.7799999713897705,
|
| 1918 |
+
0.5799999833106995,
|
| 1919 |
+
0.9599999785423279,
|
| 1920 |
+
1.0,
|
| 1921 |
+
0.7599999904632568,
|
| 1922 |
+
1.0,
|
| 1923 |
+
0.9599999785423279,
|
| 1924 |
+
1.0,
|
| 1925 |
+
1.0,
|
| 1926 |
+
0.8600000143051147,
|
| 1927 |
+
0.9399999976158142,
|
| 1928 |
+
0.8399999737739563,
|
| 1929 |
+
1.0,
|
| 1930 |
+
0.8600000143051147,
|
| 1931 |
+
0.9800000190734863,
|
| 1932 |
+
0.9599999785423279,
|
| 1933 |
+
0.9200000166893005,
|
| 1934 |
+
0.8399999737739563,
|
| 1935 |
+
0.9800000190734863,
|
| 1936 |
+
0.800000011920929,
|
| 1937 |
+
0.6800000071525574,
|
| 1938 |
+
0.7799999713897705,
|
| 1939 |
+
0.9800000190734863,
|
| 1940 |
+
0.800000011920929,
|
| 1941 |
+
0.8600000143051147,
|
| 1942 |
+
0.8199999928474426,
|
| 1943 |
+
1.0,
|
| 1944 |
+
0.8399999737739563,
|
| 1945 |
+
1.0,
|
| 1946 |
+
0.9399999976158142,
|
| 1947 |
+
0.6800000071525574,
|
| 1948 |
+
0.9800000190734863,
|
| 1949 |
+
0.9800000190734863,
|
| 1950 |
+
0.9800000190734863,
|
| 1951 |
+
1.0,
|
| 1952 |
+
0.8600000143051147,
|
| 1953 |
+
0.5400000214576721
|
| 1954 |
+
],
|
| 1955 |
+
"per_pert_cos": [
|
| 1956 |
+
0.9404011964797974,
|
| 1957 |
+
0.8136133551597595,
|
| 1958 |
+
0.6765431761741638,
|
| 1959 |
+
0.7376970052719116,
|
| 1960 |
+
-0.27770689129829407,
|
| 1961 |
+
0.888029932975769,
|
| 1962 |
+
0.6775194406509399,
|
| 1963 |
+
0.7950215935707092,
|
| 1964 |
+
0.31577301025390625,
|
| 1965 |
+
0.5053817629814148,
|
| 1966 |
+
0.9379938840866089,
|
| 1967 |
+
0.7198183536529541,
|
| 1968 |
+
0.9604879021644592,
|
| 1969 |
+
0.8304588198661804,
|
| 1970 |
+
0.6110004186630249,
|
| 1971 |
+
0.944929301738739,
|
| 1972 |
+
0.5597509145736694,
|
| 1973 |
+
0.48135867714881897,
|
| 1974 |
+
0.7787941694259644,
|
| 1975 |
+
0.9039077758789062,
|
| 1976 |
+
0.6042335629463196,
|
| 1977 |
+
0.9887586236000061,
|
| 1978 |
+
0.9850887656211853,
|
| 1979 |
+
0.6753630638122559,
|
| 1980 |
+
0.8692430257797241,
|
| 1981 |
+
0.9318680763244629,
|
| 1982 |
+
0.01664753258228302,
|
| 1983 |
+
0.9578948616981506,
|
| 1984 |
+
0.3703235983848572,
|
| 1985 |
+
0.8574807643890381,
|
| 1986 |
+
0.925967812538147,
|
| 1987 |
+
0.8438500165939331,
|
| 1988 |
+
0.7392707467079163,
|
| 1989 |
+
0.7007312178611755,
|
| 1990 |
+
0.837240993976593,
|
| 1991 |
+
0.9311537146568298,
|
| 1992 |
+
0.7634280920028687,
|
| 1993 |
+
0.864157497882843,
|
| 1994 |
+
0.5793081521987915,
|
| 1995 |
+
0.781570553779602,
|
| 1996 |
+
0.6578959226608276,
|
| 1997 |
+
0.9259817600250244,
|
| 1998 |
+
0.5947604775428772,
|
| 1999 |
+
0.5377689599990845,
|
| 2000 |
+
0.6889013051986694,
|
| 2001 |
+
0.8681768774986267,
|
| 2002 |
+
0.11185196787118912,
|
| 2003 |
+
0.8735975623130798,
|
| 2004 |
+
0.8805416822433472,
|
| 2005 |
+
0.533133864402771,
|
| 2006 |
+
0.8643521070480347,
|
| 2007 |
+
0.8281618356704712,
|
| 2008 |
+
0.8494694828987122,
|
| 2009 |
+
0.9898613095283508,
|
| 2010 |
+
0.8849728107452393,
|
| 2011 |
+
0.9048954844474792,
|
| 2012 |
+
0.6345054507255554,
|
| 2013 |
+
0.6886541247367859,
|
| 2014 |
+
0.7562114000320435,
|
| 2015 |
+
0.9867989420890808,
|
| 2016 |
+
0.9780139923095703,
|
| 2017 |
+
0.7896533608436584,
|
| 2018 |
+
0.9564977884292603,
|
| 2019 |
+
0.6097871661186218,
|
| 2020 |
+
-0.011384189128875732,
|
| 2021 |
+
0.8495956063270569,
|
| 2022 |
+
0.9652778506278992,
|
| 2023 |
+
0.9822942018508911,
|
| 2024 |
+
0.7949322462081909,
|
| 2025 |
+
0.7224612832069397,
|
| 2026 |
+
0.8943575024604797,
|
| 2027 |
+
0.9368521571159363,
|
| 2028 |
+
0.2360077053308487,
|
| 2029 |
+
0.9640954732894897,
|
| 2030 |
+
0.8768097758293152,
|
| 2031 |
+
0.8445273041725159,
|
| 2032 |
+
0.9346581697463989,
|
| 2033 |
+
0.6272810101509094,
|
| 2034 |
+
0.9394093751907349,
|
| 2035 |
+
0.8346594572067261,
|
| 2036 |
+
0.4956267476081848,
|
| 2037 |
+
0.3900964856147766,
|
| 2038 |
+
0.39250144362449646,
|
| 2039 |
+
0.6280933022499084,
|
| 2040 |
+
0.3018115758895874,
|
| 2041 |
+
0.8736425638198853,
|
| 2042 |
+
0.6519373059272766,
|
| 2043 |
+
0.47724226117134094,
|
| 2044 |
+
0.7402874827384949,
|
| 2045 |
+
0.32675713300704956,
|
| 2046 |
+
0.957415759563446,
|
| 2047 |
+
0.9219629764556885,
|
| 2048 |
+
0.5263417959213257,
|
| 2049 |
+
0.9229437708854675,
|
| 2050 |
+
0.8218044638633728,
|
| 2051 |
+
0.8868964314460754,
|
| 2052 |
+
0.8576058745384216,
|
| 2053 |
+
0.3584691882133484,
|
| 2054 |
+
0.9555842876434326,
|
| 2055 |
+
0.9840721487998962,
|
| 2056 |
+
0.9757343530654907,
|
| 2057 |
+
0.9108295440673828,
|
| 2058 |
+
0.24750691652297974,
|
| 2059 |
+
0.8516315221786499,
|
| 2060 |
+
0.8738417029380798,
|
| 2061 |
+
0.9916362166404724,
|
| 2062 |
+
0.9667541980743408,
|
| 2063 |
+
0.9803229570388794,
|
| 2064 |
+
0.9602324366569519,
|
| 2065 |
+
0.9930002689361572,
|
| 2066 |
+
0.5121519565582275,
|
| 2067 |
+
0.7728871703147888,
|
| 2068 |
+
0.9196099638938904,
|
| 2069 |
+
0.3760890066623688,
|
| 2070 |
+
0.9330575466156006,
|
| 2071 |
+
0.9382462501525879,
|
| 2072 |
+
0.8015657067298889,
|
| 2073 |
+
0.9477471113204956,
|
| 2074 |
+
0.957817792892456,
|
| 2075 |
+
0.8531418442726135,
|
| 2076 |
+
0.9258006811141968,
|
| 2077 |
+
0.8038472533226013,
|
| 2078 |
+
0.9133901000022888,
|
| 2079 |
+
0.9542020559310913,
|
| 2080 |
+
0.36248791217803955,
|
| 2081 |
+
0.7449638247489929,
|
| 2082 |
+
-0.018131621181964874,
|
| 2083 |
+
0.6121297478675842,
|
| 2084 |
+
0.666884183883667,
|
| 2085 |
+
0.7231131792068481,
|
| 2086 |
+
0.6409328579902649,
|
| 2087 |
+
0.7673348188400269,
|
| 2088 |
+
0.8163024187088013,
|
| 2089 |
+
0.23654048144817352,
|
| 2090 |
+
0.91929692029953,
|
| 2091 |
+
0.9580841064453125,
|
| 2092 |
+
0.9336286187171936,
|
| 2093 |
+
0.985988974571228,
|
| 2094 |
+
0.9447801113128662,
|
| 2095 |
+
0.9170015454292297,
|
| 2096 |
+
0.940277636051178,
|
| 2097 |
+
0.8561246395111084,
|
| 2098 |
+
0.6952496767044067,
|
| 2099 |
+
0.8932352066040039,
|
| 2100 |
+
0.9365926384925842,
|
| 2101 |
+
0.9059374928474426,
|
| 2102 |
+
0.36397016048431396,
|
| 2103 |
+
0.06268364191055298,
|
| 2104 |
+
0.9505166411399841,
|
| 2105 |
+
0.7628725171089172,
|
| 2106 |
+
0.6655335426330566,
|
| 2107 |
+
0.6094980239868164,
|
| 2108 |
+
0.5969944000244141,
|
| 2109 |
+
0.7111519575119019,
|
| 2110 |
+
0.8339542150497437,
|
| 2111 |
+
0.48262739181518555,
|
| 2112 |
+
0.9508242607116699,
|
| 2113 |
+
0.22531649470329285,
|
| 2114 |
+
0.988102376461029,
|
| 2115 |
+
0.8758611083030701,
|
| 2116 |
+
0.7512277364730835,
|
| 2117 |
+
0.7332034111022949,
|
| 2118 |
+
0.9822583198547363,
|
| 2119 |
+
0.8091297745704651,
|
| 2120 |
+
0.8737711310386658,
|
| 2121 |
+
0.9593685865402222,
|
| 2122 |
+
0.9571483135223389,
|
| 2123 |
+
0.41823437809944153,
|
| 2124 |
+
0.9811546206474304,
|
| 2125 |
+
0.7456022500991821,
|
| 2126 |
+
0.8978809118270874,
|
| 2127 |
+
0.9815864562988281,
|
| 2128 |
+
0.8998719453811646,
|
| 2129 |
+
0.978222668170929,
|
| 2130 |
+
0.5903046131134033,
|
| 2131 |
+
0.6425950527191162,
|
| 2132 |
+
0.8609182834625244,
|
| 2133 |
+
0.48063963651657104,
|
| 2134 |
+
0.624558687210083,
|
| 2135 |
+
0.6209953427314758,
|
| 2136 |
+
0.7167863845825195,
|
| 2137 |
+
0.6206620335578918,
|
| 2138 |
+
0.6131809949874878,
|
| 2139 |
+
0.9683854579925537,
|
| 2140 |
+
0.5231689214706421,
|
| 2141 |
+
0.9470824599266052,
|
| 2142 |
+
0.981474757194519,
|
| 2143 |
+
0.6101669669151306,
|
| 2144 |
+
0.9257180094718933,
|
| 2145 |
+
0.8042207360267639,
|
| 2146 |
+
0.6680458188056946,
|
| 2147 |
+
0.8748464584350586,
|
| 2148 |
+
0.9574469327926636,
|
| 2149 |
+
0.8861598372459412,
|
| 2150 |
+
0.984820544719696,
|
| 2151 |
+
0.9662914872169495,
|
| 2152 |
+
0.9657644033432007,
|
| 2153 |
+
0.8757277131080627,
|
| 2154 |
+
0.9106563329696655,
|
| 2155 |
+
0.9919220209121704,
|
| 2156 |
+
0.9937154650688171,
|
| 2157 |
+
0.9717298746109009,
|
| 2158 |
+
0.9967513680458069,
|
| 2159 |
+
0.9683922529220581,
|
| 2160 |
+
0.9011042714118958,
|
| 2161 |
+
0.9021657109260559,
|
| 2162 |
+
0.9861268997192383,
|
| 2163 |
+
0.7959536910057068,
|
| 2164 |
+
0.9962471723556519,
|
| 2165 |
+
0.8577911853790283,
|
| 2166 |
+
0.9037201404571533,
|
| 2167 |
+
0.7430432438850403,
|
| 2168 |
+
0.9271639585494995,
|
| 2169 |
+
0.7113144397735596,
|
| 2170 |
+
0.5667734146118164,
|
| 2171 |
+
0.8108548521995544,
|
| 2172 |
+
0.9723581075668335,
|
| 2173 |
+
0.7011263966560364,
|
| 2174 |
+
0.8888570070266724,
|
| 2175 |
+
0.7880454063415527,
|
| 2176 |
+
0.31024178862571716,
|
| 2177 |
+
0.924161970615387,
|
| 2178 |
+
0.9712216854095459,
|
| 2179 |
+
0.5455223917961121,
|
| 2180 |
+
0.7192326188087463,
|
| 2181 |
+
0.9433705806732178,
|
| 2182 |
+
0.691318154335022,
|
| 2183 |
+
0.935978889465332,
|
| 2184 |
+
0.9386824369430542,
|
| 2185 |
+
0.9913175106048584,
|
| 2186 |
+
0.9666458964347839,
|
| 2187 |
+
0.7503753304481506,
|
| 2188 |
+
0.8858122229576111,
|
| 2189 |
+
0.8302807807922363,
|
| 2190 |
+
0.4437602162361145,
|
| 2191 |
+
0.35356155037879944,
|
| 2192 |
+
0.9154221415519714,
|
| 2193 |
+
0.8651201128959656,
|
| 2194 |
+
0.4915018677711487,
|
| 2195 |
+
0.9663428068161011,
|
| 2196 |
+
0.8439816832542419,
|
| 2197 |
+
0.9610176086425781,
|
| 2198 |
+
0.8678685426712036,
|
| 2199 |
+
0.602676272392273,
|
| 2200 |
+
0.8677326440811157,
|
| 2201 |
+
0.6500645875930786,
|
| 2202 |
+
0.9839172959327698,
|
| 2203 |
+
0.725265622138977,
|
| 2204 |
+
0.8964052796363831,
|
| 2205 |
+
0.8682243824005127,
|
| 2206 |
+
0.7944344878196716,
|
| 2207 |
+
0.4958033263683319,
|
| 2208 |
+
0.9144062995910645,
|
| 2209 |
+
0.6376808881759644,
|
| 2210 |
+
0.3313981890678406,
|
| 2211 |
+
0.4550192058086395,
|
| 2212 |
+
0.7500998973846436,
|
| 2213 |
+
0.7114322781562805,
|
| 2214 |
+
0.653334379196167,
|
| 2215 |
+
0.6108276844024658,
|
| 2216 |
+
0.9419806599617004,
|
| 2217 |
+
0.7771188020706177,
|
| 2218 |
+
0.9868013262748718,
|
| 2219 |
+
0.8386345505714417,
|
| 2220 |
+
0.3977522850036621,
|
| 2221 |
+
0.925194263458252,
|
| 2222 |
+
0.9560853838920593,
|
| 2223 |
+
0.9361295104026794,
|
| 2224 |
+
0.9683452844619751,
|
| 2225 |
+
0.6980476379394531,
|
| 2226 |
+
-0.17246131598949432
|
| 2227 |
+
],
|
| 2228 |
+
"per_pert_pde": [
|
| 2229 |
+
0.9313209274157795,
|
| 2230 |
+
0.7954750745003183,
|
| 2231 |
+
0.6228931997097181,
|
| 2232 |
+
0.6558385429923977,
|
| 2233 |
+
-0.20811236616878817,
|
| 2234 |
+
0.8789218009185203,
|
| 2235 |
+
0.6820233130034763,
|
| 2236 |
+
0.8290206994628119,
|
| 2237 |
+
0.3912559738158214,
|
| 2238 |
+
0.46365955716565715,
|
| 2239 |
+
0.952211380573633,
|
| 2240 |
+
0.7134924408433544,
|
| 2241 |
+
0.9465987714903984,
|
| 2242 |
+
0.5974153111670233,
|
| 2243 |
+
0.35312656369439843,
|
| 2244 |
+
0.918315557078864,
|
| 2245 |
+
0.5689503954645391,
|
| 2246 |
+
0.5778931517022748,
|
| 2247 |
+
0.728314034053076,
|
| 2248 |
+
0.8844439655933829,
|
| 2249 |
+
0.5267169687866406,
|
| 2250 |
+
0.9876137457760726,
|
| 2251 |
+
0.9839437004605617,
|
| 2252 |
+
0.667062137770658,
|
| 2253 |
+
0.769371834844025,
|
| 2254 |
+
0.9402783942800123,
|
| 2255 |
+
-0.025506964388244333,
|
| 2256 |
+
0.6963188844282423,
|
| 2257 |
+
0.41450588050692705,
|
| 2258 |
+
0.8680910244083087,
|
| 2259 |
+
0.9230225760788004,
|
| 2260 |
+
0.8574608226006651,
|
| 2261 |
+
0.6677195611244927,
|
| 2262 |
+
0.7153778622619136,
|
| 2263 |
+
0.8442016249047035,
|
| 2264 |
+
0.9499427702280263,
|
| 2265 |
+
0.7319559925185587,
|
| 2266 |
+
0.8185263825361262,
|
| 2267 |
+
0.7205514028238414,
|
| 2268 |
+
0.7598762763523482,
|
| 2269 |
+
0.6402288542506646,
|
| 2270 |
+
0.9319314443659918,
|
| 2271 |
+
0.6711518834425286,
|
| 2272 |
+
0.5619349125196119,
|
| 2273 |
+
0.6840806967980508,
|
| 2274 |
+
0.8512970780941969,
|
| 2275 |
+
0.021742129843502676,
|
| 2276 |
+
0.6550249728505037,
|
| 2277 |
+
0.7403226400683509,
|
| 2278 |
+
0.5558732636654092,
|
| 2279 |
+
0.864149019552712,
|
| 2280 |
+
0.8633445399705716,
|
| 2281 |
+
0.8271899253442999,
|
| 2282 |
+
0.9922270176289074,
|
| 2283 |
+
0.905472222236283,
|
| 2284 |
+
0.890126197408877,
|
| 2285 |
+
0.6818224917996479,
|
| 2286 |
+
0.6995473643191933,
|
| 2287 |
+
0.7515473152017962,
|
| 2288 |
+
0.9726527526503237,
|
| 2289 |
+
0.9672783240269203,
|
| 2290 |
+
0.7584619236060546,
|
| 2291 |
+
0.9568462236338886,
|
| 2292 |
+
0.6691159431190751,
|
| 2293 |
+
0.03898672036473825,
|
| 2294 |
+
0.8663581487893144,
|
| 2295 |
+
0.9675273674272552,
|
| 2296 |
+
0.9828403291133165,
|
| 2297 |
+
0.794631883010157,
|
| 2298 |
+
0.7667038319838275,
|
| 2299 |
+
0.7721599730632817,
|
| 2300 |
+
0.7968398885486194,
|
| 2301 |
+
0.17470367130913467,
|
| 2302 |
+
0.9639301852791706,
|
| 2303 |
+
0.8493555057799111,
|
| 2304 |
+
0.7439720623426826,
|
| 2305 |
+
0.9110247976579559,
|
| 2306 |
+
0.6873061813515221,
|
| 2307 |
+
0.9466867819101706,
|
| 2308 |
+
0.8159982978705507,
|
| 2309 |
+
0.6102795630066105,
|
| 2310 |
+
0.3009920145004542,
|
| 2311 |
+
0.11191216291170586,
|
| 2312 |
+
0.6996345446349868,
|
| 2313 |
+
0.3644399817692121,
|
| 2314 |
+
0.8778276048677108,
|
| 2315 |
+
0.5735741426887282,
|
| 2316 |
+
0.422148216233999,
|
| 2317 |
+
0.7798826711559458,
|
| 2318 |
+
0.32784743737391825,
|
| 2319 |
+
0.9663253398139184,
|
| 2320 |
+
0.9290326933330336,
|
| 2321 |
+
0.5652781838176381,
|
| 2322 |
+
0.9197495176969716,
|
| 2323 |
+
0.8271128455628873,
|
| 2324 |
+
0.9319340786712839,
|
| 2325 |
+
0.8506353060656235,
|
| 2326 |
+
0.38052061521773384,
|
| 2327 |
+
0.9346933986609895,
|
| 2328 |
+
0.9757793053009431,
|
| 2329 |
+
0.9421249186176238,
|
| 2330 |
+
0.9264462631604491,
|
| 2331 |
+
0.23693088615767904,
|
| 2332 |
+
0.8431621170213713,
|
| 2333 |
+
0.8612586473664119,
|
| 2334 |
+
0.9848780290529031,
|
| 2335 |
+
0.9470341487150725,
|
| 2336 |
+
0.9630423894091494,
|
| 2337 |
+
0.9483165396487315,
|
| 2338 |
+
0.9878560359043738,
|
| 2339 |
+
0.5123782772474117,
|
| 2340 |
+
0.781057125217416,
|
| 2341 |
+
0.9186544955070407,
|
| 2342 |
+
0.3759485521401341,
|
| 2343 |
+
0.923328530368844,
|
| 2344 |
+
0.9398090999932552,
|
| 2345 |
+
0.8195730377383799,
|
| 2346 |
+
0.9556308397443305,
|
| 2347 |
+
0.9594821866362693,
|
| 2348 |
+
0.8577100794395688,
|
| 2349 |
+
0.9305557836619893,
|
| 2350 |
+
0.806249796323776,
|
| 2351 |
+
0.9131671801979497,
|
| 2352 |
+
0.9527706560827669,
|
| 2353 |
+
0.39078020797219826,
|
| 2354 |
+
0.7449330816143274,
|
| 2355 |
+
-0.09470746612854518,
|
| 2356 |
+
0.6086951676185517,
|
| 2357 |
+
0.6051636516560328,
|
| 2358 |
+
0.7023307097899705,
|
| 2359 |
+
0.6177148054614885,
|
| 2360 |
+
0.8188717473757476,
|
| 2361 |
+
0.8409608997144834,
|
| 2362 |
+
0.22096210287328394,
|
| 2363 |
+
0.9193575631917331,
|
| 2364 |
+
0.9579079012684407,
|
| 2365 |
+
0.9351089164370627,
|
| 2366 |
+
0.9852953903047438,
|
| 2367 |
+
0.9444686608642829,
|
| 2368 |
+
0.919351229784565,
|
| 2369 |
+
0.9406398890881406,
|
| 2370 |
+
0.8232544667100853,
|
| 2371 |
+
0.6121141935801001,
|
| 2372 |
+
0.8888234332938537,
|
| 2373 |
+
0.9390783214014459,
|
| 2374 |
+
0.9162820843784857,
|
| 2375 |
+
0.4108916354565112,
|
| 2376 |
+
0.05852549971185778,
|
| 2377 |
+
0.9468617848531505,
|
| 2378 |
+
0.7263890636961083,
|
| 2379 |
+
0.5586215580651608,
|
| 2380 |
+
0.5217675324526247,
|
| 2381 |
+
0.548843787714964,
|
| 2382 |
+
0.6917565245864802,
|
| 2383 |
+
0.8215077129279681,
|
| 2384 |
+
0.5006797332421361,
|
| 2385 |
+
0.9516497132486945,
|
| 2386 |
+
0.2569795168791991,
|
| 2387 |
+
0.9887184493845833,
|
| 2388 |
+
0.8927002433742413,
|
| 2389 |
+
0.7909310077109004,
|
| 2390 |
+
0.7801658116551885,
|
| 2391 |
+
0.9557767131276026,
|
| 2392 |
+
0.6141101459171671,
|
| 2393 |
+
0.8540824150147448,
|
| 2394 |
+
0.9240976320410197,
|
| 2395 |
+
0.8538850342743518,
|
| 2396 |
+
0.24706362348008803,
|
| 2397 |
+
0.9832027910255523,
|
| 2398 |
+
0.7417341864394761,
|
| 2399 |
+
0.9017390663775601,
|
| 2400 |
+
0.9816872565942738,
|
| 2401 |
+
0.9206925522491114,
|
| 2402 |
+
0.9781614081001412,
|
| 2403 |
+
0.5026760521186807,
|
| 2404 |
+
0.6142587921261097,
|
| 2405 |
+
0.8973533927820845,
|
| 2406 |
+
0.49919111575024444,
|
| 2407 |
+
0.5697261491457656,
|
| 2408 |
+
0.520320559324173,
|
| 2409 |
+
0.7575252846910763,
|
| 2410 |
+
0.5553842658538611,
|
| 2411 |
+
0.5137388008101914,
|
| 2412 |
+
0.947945314893537,
|
| 2413 |
+
0.554081300835538,
|
| 2414 |
+
0.9470809215213003,
|
| 2415 |
+
0.9811848283276092,
|
| 2416 |
+
0.6191194709994553,
|
| 2417 |
+
0.8506363742795755,
|
| 2418 |
+
0.7587878657081558,
|
| 2419 |
+
0.5526590103330868,
|
| 2420 |
+
0.7687654575994797,
|
| 2421 |
+
0.9573592475749164,
|
| 2422 |
+
0.8860579818534904,
|
| 2423 |
+
0.9854883271830365,
|
| 2424 |
+
0.9740204015131392,
|
| 2425 |
+
0.9718890217235113,
|
| 2426 |
+
0.8757237385614729,
|
| 2427 |
+
0.9125762613111548,
|
| 2428 |
+
0.9921395661912141,
|
| 2429 |
+
0.994344054422021,
|
| 2430 |
+
0.9767939614129723,
|
| 2431 |
+
0.9967132325560626,
|
| 2432 |
+
0.9685383457125006,
|
| 2433 |
+
0.9020570014584279,
|
| 2434 |
+
0.8918249950573831,
|
| 2435 |
+
0.9859104821917372,
|
| 2436 |
+
0.7868755033100632,
|
| 2437 |
+
0.9956203660155257,
|
| 2438 |
+
0.852476050013175,
|
| 2439 |
+
0.8980346453157267,
|
| 2440 |
+
0.7442216841776981,
|
| 2441 |
+
0.9018781527425039,
|
| 2442 |
+
0.7796397397793962,
|
| 2443 |
+
0.5885910006722833,
|
| 2444 |
+
0.8015981367095445,
|
| 2445 |
+
0.9722657286756555,
|
| 2446 |
+
0.7221878814025218,
|
| 2447 |
+
0.8549597611974828,
|
| 2448 |
+
0.6407911022698721,
|
| 2449 |
+
0.310683347383794,
|
| 2450 |
+
0.9118207497715912,
|
| 2451 |
+
0.9575556509596661,
|
| 2452 |
+
0.5778269877795539,
|
| 2453 |
+
0.7157476245000386,
|
| 2454 |
+
0.9617624626155862,
|
| 2455 |
+
0.5385203660517215,
|
| 2456 |
+
0.8975072823957421,
|
| 2457 |
+
0.8573246286677614,
|
| 2458 |
+
0.9811363211565891,
|
| 2459 |
+
0.9494036326362254,
|
| 2460 |
+
0.7067452071924519,
|
| 2461 |
+
0.8313087338536191,
|
| 2462 |
+
0.5263686015226046,
|
| 2463 |
+
0.439469981174031,
|
| 2464 |
+
0.3397258411487541,
|
| 2465 |
+
0.8442982697846592,
|
| 2466 |
+
0.8403977885246727,
|
| 2467 |
+
0.4674843684271084,
|
| 2468 |
+
0.9733312875145856,
|
| 2469 |
+
0.8531401514600917,
|
| 2470 |
+
0.954044360181889,
|
| 2471 |
+
0.8405115814603578,
|
| 2472 |
+
0.5202495712556762,
|
| 2473 |
+
0.8722929451568497,
|
| 2474 |
+
0.5996158132262944,
|
| 2475 |
+
0.9841969078426331,
|
| 2476 |
+
0.5505936400458747,
|
| 2477 |
+
0.8985695551410626,
|
| 2478 |
+
0.8408169222732649,
|
| 2479 |
+
0.6860456131795699,
|
| 2480 |
+
0.49074367277287895,
|
| 2481 |
+
0.9270295871929285,
|
| 2482 |
+
0.6314641899889364,
|
| 2483 |
+
0.3265595226773736,
|
| 2484 |
+
0.4488505251656096,
|
| 2485 |
+
0.7370389933456079,
|
| 2486 |
+
0.7585785693178467,
|
| 2487 |
+
0.6607362185596937,
|
| 2488 |
+
0.5252519139880273,
|
| 2489 |
+
0.871648778062668,
|
| 2490 |
+
0.7469454875535273,
|
| 2491 |
+
0.9861608799445187,
|
| 2492 |
+
0.8422820504791578,
|
| 2493 |
+
0.3757418191229588,
|
| 2494 |
+
0.8977922849448903,
|
| 2495 |
+
0.9526066648431326,
|
| 2496 |
+
0.9360332036469103,
|
| 2497 |
+
0.9577077811993049,
|
| 2498 |
+
0.7002880671128342,
|
| 2499 |
+
-0.15079372476398034
|
| 2500 |
+
],
|
| 2501 |
+
"per_pert_mse20": [
|
| 2502 |
+
0.09352563321590424,
|
| 2503 |
+
0.022792991250753403,
|
| 2504 |
+
0.10067971795797348,
|
| 2505 |
+
0.09761626273393631,
|
| 2506 |
+
0.07818108052015305,
|
| 2507 |
+
0.06934629380702972,
|
| 2508 |
+
0.10003040730953217,
|
| 2509 |
+
0.4330414831638336,
|
| 2510 |
+
0.2791506052017212,
|
| 2511 |
+
0.08703253418207169,
|
| 2512 |
+
0.11900246143341064,
|
| 2513 |
+
0.10086564719676971,
|
| 2514 |
+
0.047185804694890976,
|
| 2515 |
+
0.16861972212791443,
|
| 2516 |
+
0.07443027198314667,
|
| 2517 |
+
0.07626291364431381,
|
| 2518 |
+
0.330487459897995,
|
| 2519 |
+
0.8070147633552551,
|
| 2520 |
+
0.0789063572883606,
|
| 2521 |
+
0.09336410462856293,
|
| 2522 |
+
0.05277901142835617,
|
| 2523 |
+
0.03142310678958893,
|
| 2524 |
+
0.05500378459692001,
|
| 2525 |
+
0.028826823458075523,
|
| 2526 |
+
0.03197144344449043,
|
| 2527 |
+
0.13778772950172424,
|
| 2528 |
+
0.12799762189388275,
|
| 2529 |
+
0.027697686105966568,
|
| 2530 |
+
0.3860533833503723,
|
| 2531 |
+
0.19664816558361053,
|
| 2532 |
+
0.8347392082214355,
|
| 2533 |
+
0.11452987045049667,
|
| 2534 |
+
0.08701693266630173,
|
| 2535 |
+
0.10246968269348145,
|
| 2536 |
+
0.07161206007003784,
|
| 2537 |
+
0.050171393901109695,
|
| 2538 |
+
0.06700188666582108,
|
| 2539 |
+
0.16418729722499847,
|
| 2540 |
+
0.1811767816543579,
|
| 2541 |
+
0.0820779800415039,
|
| 2542 |
+
0.0676492303609848,
|
| 2543 |
+
0.11193008720874786,
|
| 2544 |
+
0.11906613409519196,
|
| 2545 |
+
0.07651980221271515,
|
| 2546 |
+
0.2684924006462097,
|
| 2547 |
+
0.20476357638835907,
|
| 2548 |
+
0.13140234351158142,
|
| 2549 |
+
0.05349856615066528,
|
| 2550 |
+
0.03991309180855751,
|
| 2551 |
+
0.25958675146102905,
|
| 2552 |
+
0.12479875236749649,
|
| 2553 |
+
0.06057156249880791,
|
| 2554 |
+
0.1911775916814804,
|
| 2555 |
+
0.1292763650417328,
|
| 2556 |
+
0.21935757994651794,
|
| 2557 |
+
0.12124592065811157,
|
| 2558 |
+
0.10729888826608658,
|
| 2559 |
+
0.026065487414598465,
|
| 2560 |
+
0.14242765307426453,
|
| 2561 |
+
0.21374687552452087,
|
| 2562 |
+
0.01649429090321064,
|
| 2563 |
+
0.23980312049388885,
|
| 2564 |
+
0.20633044838905334,
|
| 2565 |
+
0.09986665099859238,
|
| 2566 |
+
1.154203176498413,
|
| 2567 |
+
0.13522258400917053,
|
| 2568 |
+
0.014773370698094368,
|
| 2569 |
+
0.07641804963350296,
|
| 2570 |
+
0.19719405472278595,
|
| 2571 |
+
0.022306809201836586,
|
| 2572 |
+
0.1933784931898117,
|
| 2573 |
+
0.17899009585380554,
|
| 2574 |
+
0.11944150924682617,
|
| 2575 |
+
0.1659616231918335,
|
| 2576 |
+
0.05145280435681343,
|
| 2577 |
+
0.12212896347045898,
|
| 2578 |
+
0.006888637784868479,
|
| 2579 |
+
0.23717324435710907,
|
| 2580 |
+
0.1759306937456131,
|
| 2581 |
+
0.18067502975463867,
|
| 2582 |
+
0.11405827850103378,
|
| 2583 |
+
0.34233248233795166,
|
| 2584 |
+
0.15998727083206177,
|
| 2585 |
+
1.4846885204315186,
|
| 2586 |
+
0.8386529088020325,
|
| 2587 |
+
1.0410076379776,
|
| 2588 |
+
0.12404949963092804,
|
| 2589 |
+
0.1376747041940689,
|
| 2590 |
+
0.2728500962257385,
|
| 2591 |
+
0.06221362203359604,
|
| 2592 |
+
0.15278708934783936,
|
| 2593 |
+
0.08438365906476974,
|
| 2594 |
+
0.06651444733142853,
|
| 2595 |
+
0.044969599694013596,
|
| 2596 |
+
0.07603435218334198,
|
| 2597 |
+
0.19736416637897491,
|
| 2598 |
+
0.02571067586541176,
|
| 2599 |
+
0.2988586127758026,
|
| 2600 |
+
0.012188578955829144,
|
| 2601 |
+
0.10469343513250351,
|
| 2602 |
+
0.013983435928821564,
|
| 2603 |
+
0.15430143475532532,
|
| 2604 |
+
0.2660309076309204,
|
| 2605 |
+
0.10982652008533478,
|
| 2606 |
+
0.09626401960849762,
|
| 2607 |
+
0.07690732181072235,
|
| 2608 |
+
0.033135849982500076,
|
| 2609 |
+
0.09318871051073074,
|
| 2610 |
+
0.01992279663681984,
|
| 2611 |
+
0.20509016513824463,
|
| 2612 |
+
0.14455434679985046,
|
| 2613 |
+
0.03614763170480728,
|
| 2614 |
+
0.06259745359420776,
|
| 2615 |
+
0.13158459961414337,
|
| 2616 |
+
0.12642920017242432,
|
| 2617 |
+
0.01510533969849348,
|
| 2618 |
+
0.047999605536460876,
|
| 2619 |
+
0.007006642874330282,
|
| 2620 |
+
0.005417628213763237,
|
| 2621 |
+
0.03353627771139145,
|
| 2622 |
+
0.014707003720104694,
|
| 2623 |
+
0.04220505431294441,
|
| 2624 |
+
0.015104400925338268,
|
| 2625 |
+
0.0115745197981596,
|
| 2626 |
+
0.2416379451751709,
|
| 2627 |
+
0.0973304808139801,
|
| 2628 |
+
0.06487467139959335,
|
| 2629 |
+
0.2513048052787781,
|
| 2630 |
+
0.02572176232933998,
|
| 2631 |
+
0.02057068981230259,
|
| 2632 |
+
0.2089155912399292,
|
| 2633 |
+
0.08565856516361237,
|
| 2634 |
+
0.18431267142295837,
|
| 2635 |
+
0.26419368386268616,
|
| 2636 |
+
0.12193004786968231,
|
| 2637 |
+
0.08870494365692139,
|
| 2638 |
+
0.022665295749902725,
|
| 2639 |
+
0.044298477470874786,
|
| 2640 |
+
0.015211274847388268,
|
| 2641 |
+
0.12921465933322906,
|
| 2642 |
+
0.1610536128282547,
|
| 2643 |
+
0.17562247812747955,
|
| 2644 |
+
0.08252674341201782,
|
| 2645 |
+
0.05089491605758667,
|
| 2646 |
+
0.1086856871843338,
|
| 2647 |
+
0.03294498100876808,
|
| 2648 |
+
0.26593199372291565,
|
| 2649 |
+
0.3304467797279358,
|
| 2650 |
+
0.11109677702188492,
|
| 2651 |
+
0.1644192636013031,
|
| 2652 |
+
0.07026564329862595,
|
| 2653 |
+
0.2159155309200287,
|
| 2654 |
+
0.03704588860273361,
|
| 2655 |
+
0.1186831146478653,
|
| 2656 |
+
0.2236461192369461,
|
| 2657 |
+
0.21129722893238068,
|
| 2658 |
+
0.21576189994812012,
|
| 2659 |
+
0.18290705978870392,
|
| 2660 |
+
0.06599095463752747,
|
| 2661 |
+
0.1946597546339035,
|
| 2662 |
+
0.45928460359573364,
|
| 2663 |
+
0.10058905184268951,
|
| 2664 |
+
0.009027412161231041,
|
| 2665 |
+
0.027974817901849747,
|
| 2666 |
+
0.03587125986814499,
|
| 2667 |
+
0.23751311004161835,
|
| 2668 |
+
0.15738005936145782,
|
| 2669 |
+
0.04688296467065811,
|
| 2670 |
+
0.013380385935306549,
|
| 2671 |
+
0.11918498575687408,
|
| 2672 |
+
0.030558446422219276,
|
| 2673 |
+
0.14486417174339294,
|
| 2674 |
+
0.027754252776503563,
|
| 2675 |
+
0.1274527609348297,
|
| 2676 |
+
0.23418955504894257,
|
| 2677 |
+
0.15227442979812622,
|
| 2678 |
+
0.12885378301143646,
|
| 2679 |
+
0.17650707066059113,
|
| 2680 |
+
0.38489335775375366,
|
| 2681 |
+
0.19092793762683868,
|
| 2682 |
+
0.15428391098976135,
|
| 2683 |
+
0.10347135365009308,
|
| 2684 |
+
0.07355992496013641,
|
| 2685 |
+
0.0822080597281456,
|
| 2686 |
+
0.15019160509109497,
|
| 2687 |
+
0.05236018821597099,
|
| 2688 |
+
0.006255176849663258,
|
| 2689 |
+
0.026875892654061317,
|
| 2690 |
+
0.09937967360019684,
|
| 2691 |
+
0.24733059108257294,
|
| 2692 |
+
0.08632313460111618,
|
| 2693 |
+
0.1595565378665924,
|
| 2694 |
+
0.009197162464261055,
|
| 2695 |
+
0.34740233421325684,
|
| 2696 |
+
0.047481030225753784,
|
| 2697 |
+
0.08692710101604462,
|
| 2698 |
+
0.1241377741098404,
|
| 2699 |
+
0.4249750077724457,
|
| 2700 |
+
0.44091135263442993,
|
| 2701 |
+
0.0137719064950943,
|
| 2702 |
+
0.08564538508653641,
|
| 2703 |
+
0.129481703042984,
|
| 2704 |
+
0.02440570667386055,
|
| 2705 |
+
0.11350253969430923,
|
| 2706 |
+
0.03568900749087334,
|
| 2707 |
+
0.250727117061615,
|
| 2708 |
+
0.03677329421043396,
|
| 2709 |
+
0.4777430593967438,
|
| 2710 |
+
0.003708864329382777,
|
| 2711 |
+
0.2580467462539673,
|
| 2712 |
+
0.209466814994812,
|
| 2713 |
+
0.06309261173009872,
|
| 2714 |
+
0.25867363810539246,
|
| 2715 |
+
0.2932829260826111,
|
| 2716 |
+
0.03958833962678909,
|
| 2717 |
+
0.05944184213876724,
|
| 2718 |
+
0.05359534174203873,
|
| 2719 |
+
0.1993533819913864,
|
| 2720 |
+
0.25055575370788574,
|
| 2721 |
+
0.07327025383710861,
|
| 2722 |
+
0.5905805826187134,
|
| 2723 |
+
0.06723345816135406,
|
| 2724 |
+
0.128361776471138,
|
| 2725 |
+
0.042288754135370255,
|
| 2726 |
+
0.07111398875713348,
|
| 2727 |
+
0.02250797674059868,
|
| 2728 |
+
0.1351100504398346,
|
| 2729 |
+
0.39617490768432617,
|
| 2730 |
+
0.3935835659503937,
|
| 2731 |
+
0.19661688804626465,
|
| 2732 |
+
0.02778542973101139,
|
| 2733 |
+
0.6266359090805054,
|
| 2734 |
+
0.02639312483370304,
|
| 2735 |
+
0.02544923685491085,
|
| 2736 |
+
0.3113595247268677,
|
| 2737 |
+
0.13417726755142212,
|
| 2738 |
+
0.5591451525688171,
|
| 2739 |
+
0.3920920491218567,
|
| 2740 |
+
0.08869712054729462,
|
| 2741 |
+
0.22142577171325684,
|
| 2742 |
+
0.10073475539684296,
|
| 2743 |
+
0.060394853353500366,
|
| 2744 |
+
0.19016358256340027,
|
| 2745 |
+
0.20519085228443146,
|
| 2746 |
+
0.16609901189804077,
|
| 2747 |
+
0.14007343351840973,
|
| 2748 |
+
0.284580260515213,
|
| 2749 |
+
0.13584622740745544,
|
| 2750 |
+
0.15978018939495087,
|
| 2751 |
+
0.12998977303504944,
|
| 2752 |
+
0.053299032151699066,
|
| 2753 |
+
0.24820402264595032,
|
| 2754 |
+
0.11874158680438995,
|
| 2755 |
+
0.017032604664564133,
|
| 2756 |
+
0.7471991777420044,
|
| 2757 |
+
0.24614496529102325,
|
| 2758 |
+
0.12003413587808609,
|
| 2759 |
+
0.3313528299331665,
|
| 2760 |
+
0.1904611885547638,
|
| 2761 |
+
0.06650997698307037,
|
| 2762 |
+
0.19325953722000122,
|
| 2763 |
+
0.0519474558532238,
|
| 2764 |
+
0.010264026932418346,
|
| 2765 |
+
0.009263383224606514,
|
| 2766 |
+
0.10162242501974106,
|
| 2767 |
+
0.11343283951282501,
|
| 2768 |
+
0.0683450698852539,
|
| 2769 |
+
0.21247759461402893,
|
| 2770 |
+
0.008193234913051128,
|
| 2771 |
+
0.0925789475440979,
|
| 2772 |
+
0.09000305831432343
|
| 2773 |
+
],
|
| 2774 |
+
"per_pert_name": [
|
| 2775 |
+
"AATF",
|
| 2776 |
+
"ABCB7",
|
| 2777 |
+
"ABT1",
|
| 2778 |
+
"ACTR8",
|
| 2779 |
+
"AHCY",
|
| 2780 |
+
"ARCN1",
|
| 2781 |
+
"ARIH1",
|
| 2782 |
+
"ATF5",
|
| 2783 |
+
"ATP1A1",
|
| 2784 |
+
"BANP",
|
| 2785 |
+
"BMS1",
|
| 2786 |
+
"BTF3",
|
| 2787 |
+
"BUD13",
|
| 2788 |
+
"C14orf178",
|
| 2789 |
+
"C1QBP",
|
| 2790 |
+
"CACTIN",
|
| 2791 |
+
"CAPZB",
|
| 2792 |
+
"CASP8AP2",
|
| 2793 |
+
"CCDC59",
|
| 2794 |
+
"CCNH",
|
| 2795 |
+
"CCNK",
|
| 2796 |
+
"CCT4",
|
| 2797 |
+
"CCT6A",
|
| 2798 |
+
"CDAN1",
|
| 2799 |
+
"CDC16",
|
| 2800 |
+
"CDC6",
|
| 2801 |
+
"CDK9",
|
| 2802 |
+
"CENPC",
|
| 2803 |
+
"CHD4",
|
| 2804 |
+
"CHMP2A",
|
| 2805 |
+
"CHMP3",
|
| 2806 |
+
"CLNS1A",
|
| 2807 |
+
"CLP1",
|
| 2808 |
+
"CLTC",
|
| 2809 |
+
"CNOT2",
|
| 2810 |
+
"COPS3",
|
| 2811 |
+
"CSNK1A1",
|
| 2812 |
+
"CSTF3",
|
| 2813 |
+
"CTNNBL1",
|
| 2814 |
+
"DDX10",
|
| 2815 |
+
"DDX49",
|
| 2816 |
+
"DDX56",
|
| 2817 |
+
"DERL2",
|
| 2818 |
+
"DHX36",
|
| 2819 |
+
"DNAJA3",
|
| 2820 |
+
"DNTTIP2",
|
| 2821 |
+
"DOHH",
|
| 2822 |
+
"DYNC1H1",
|
| 2823 |
+
"DYNC1I2",
|
| 2824 |
+
"DYNLL1",
|
| 2825 |
+
"EBNA1BP2",
|
| 2826 |
+
"EEF1G",
|
| 2827 |
+
"EIF1AX",
|
| 2828 |
+
"EIF2B2",
|
| 2829 |
+
"EIF3E",
|
| 2830 |
+
"EIF3M",
|
| 2831 |
+
"EIF6",
|
| 2832 |
+
"ELP3",
|
| 2833 |
+
"EPRS",
|
| 2834 |
+
"EXOSC3",
|
| 2835 |
+
"EXOSC7",
|
| 2836 |
+
"FAM50A",
|
| 2837 |
+
"FBL",
|
| 2838 |
+
"FNTA",
|
| 2839 |
+
"GAB2",
|
| 2840 |
+
"GEMIN5",
|
| 2841 |
+
"GINS4",
|
| 2842 |
+
"GNL2",
|
| 2843 |
+
"GNL3",
|
| 2844 |
+
"GOLT1B",
|
| 2845 |
+
"GPN1",
|
| 2846 |
+
"GPN3",
|
| 2847 |
+
"GRB2",
|
| 2848 |
+
"GRPEL1",
|
| 2849 |
+
"GTF2E2",
|
| 2850 |
+
"GTF2F2",
|
| 2851 |
+
"GTF2H4",
|
| 2852 |
+
"HDAC7",
|
| 2853 |
+
"HEATR1",
|
| 2854 |
+
"HINFP",
|
| 2855 |
+
"HMGCS1",
|
| 2856 |
+
"HNRNPU",
|
| 2857 |
+
"HSF1",
|
| 2858 |
+
"HSPA5",
|
| 2859 |
+
"HSPA8",
|
| 2860 |
+
"HSPA9",
|
| 2861 |
+
"IK",
|
| 2862 |
+
"ILF3",
|
| 2863 |
+
"IMPDH2",
|
| 2864 |
+
"INTS6",
|
| 2865 |
+
"INTS7",
|
| 2866 |
+
"ISG20L2",
|
| 2867 |
+
"JAZF1",
|
| 2868 |
+
"KANSL3",
|
| 2869 |
+
"KAT8",
|
| 2870 |
+
"KPNB1",
|
| 2871 |
+
"LAS1L",
|
| 2872 |
+
"LONP1",
|
| 2873 |
+
"LSM5",
|
| 2874 |
+
"LSM6",
|
| 2875 |
+
"LSM7",
|
| 2876 |
+
"MAGOH",
|
| 2877 |
+
"MAT2A",
|
| 2878 |
+
"MCM3AP",
|
| 2879 |
+
"MCM4",
|
| 2880 |
+
"MED1",
|
| 2881 |
+
"MED14",
|
| 2882 |
+
"MED28",
|
| 2883 |
+
"MED8",
|
| 2884 |
+
"MED9",
|
| 2885 |
+
"METAP2",
|
| 2886 |
+
"METTL14",
|
| 2887 |
+
"MICOS10",
|
| 2888 |
+
"MOB4",
|
| 2889 |
+
"MPHOSPH10",
|
| 2890 |
+
"MRPL10",
|
| 2891 |
+
"MRPL16",
|
| 2892 |
+
"MRPL2",
|
| 2893 |
+
"MRPL24",
|
| 2894 |
+
"MRPL36",
|
| 2895 |
+
"MRPL37",
|
| 2896 |
+
"MRPL41",
|
| 2897 |
+
"MRPL50",
|
| 2898 |
+
"MRPS26",
|
| 2899 |
+
"MRPS34",
|
| 2900 |
+
"MYBBP1A",
|
| 2901 |
+
"N6AMT1",
|
| 2902 |
+
"NCL",
|
| 2903 |
+
"NDUFB10",
|
| 2904 |
+
"NDUFB4",
|
| 2905 |
+
"NELFA",
|
| 2906 |
+
"NELFB",
|
| 2907 |
+
"NEPRO",
|
| 2908 |
+
"NKAP",
|
| 2909 |
+
"NLE1",
|
| 2910 |
+
"NOC4L",
|
| 2911 |
+
"NOL12",
|
| 2912 |
+
"NOL6",
|
| 2913 |
+
"NOP10",
|
| 2914 |
+
"NOP16",
|
| 2915 |
+
"NOP2",
|
| 2916 |
+
"NOP58",
|
| 2917 |
+
"NUDCD3",
|
| 2918 |
+
"NUP133",
|
| 2919 |
+
"NUP54",
|
| 2920 |
+
"NVL",
|
| 2921 |
+
"OGFOD1",
|
| 2922 |
+
"OGT",
|
| 2923 |
+
"OXA1L",
|
| 2924 |
+
"PCF11",
|
| 2925 |
+
"PDCD7",
|
| 2926 |
+
"PFDN2",
|
| 2927 |
+
"PFN1",
|
| 2928 |
+
"PGD",
|
| 2929 |
+
"PHF5A",
|
| 2930 |
+
"PIAS4",
|
| 2931 |
+
"PMPCB",
|
| 2932 |
+
"PNISR",
|
| 2933 |
+
"POLE",
|
| 2934 |
+
"POLR1A",
|
| 2935 |
+
"POLR1B",
|
| 2936 |
+
"POLR1C",
|
| 2937 |
+
"POLR2D",
|
| 2938 |
+
"POLR3B",
|
| 2939 |
+
"POLR3D",
|
| 2940 |
+
"PRPF31",
|
| 2941 |
+
"PRPF4",
|
| 2942 |
+
"PRRC2A",
|
| 2943 |
+
"PSMA1",
|
| 2944 |
+
"PSMA2",
|
| 2945 |
+
"PSMB3",
|
| 2946 |
+
"PSMC1",
|
| 2947 |
+
"PSMD3",
|
| 2948 |
+
"PSMD7",
|
| 2949 |
+
"PSMG4",
|
| 2950 |
+
"RAD51",
|
| 2951 |
+
"RAN",
|
| 2952 |
+
"RANGAP1",
|
| 2953 |
+
"RBM14",
|
| 2954 |
+
"RBM17",
|
| 2955 |
+
"RBM28",
|
| 2956 |
+
"RBM42",
|
| 2957 |
+
"RBM48",
|
| 2958 |
+
"RBMX2",
|
| 2959 |
+
"REXO2",
|
| 2960 |
+
"RFC2",
|
| 2961 |
+
"RFC3",
|
| 2962 |
+
"RMI1",
|
| 2963 |
+
"RNF113A",
|
| 2964 |
+
"RNF20",
|
| 2965 |
+
"RNF40",
|
| 2966 |
+
"RPAP1",
|
| 2967 |
+
"RPF2",
|
| 2968 |
+
"RPL10",
|
| 2969 |
+
"RPL10A",
|
| 2970 |
+
"RPL11",
|
| 2971 |
+
"RPL13",
|
| 2972 |
+
"RPL14",
|
| 2973 |
+
"RPL17",
|
| 2974 |
+
"RPL30",
|
| 2975 |
+
"RPL31",
|
| 2976 |
+
"RPL5",
|
| 2977 |
+
"RPL8",
|
| 2978 |
+
"RPLP0",
|
| 2979 |
+
"RPLP1",
|
| 2980 |
+
"RPS11",
|
| 2981 |
+
"RPS13",
|
| 2982 |
+
"RPS18",
|
| 2983 |
+
"RPS19",
|
| 2984 |
+
"RPS3A",
|
| 2985 |
+
"RPS9",
|
| 2986 |
+
"RRP1",
|
| 2987 |
+
"RTF1",
|
| 2988 |
+
"SAE1",
|
| 2989 |
+
"SARS2",
|
| 2990 |
+
"SCAF1",
|
| 2991 |
+
"SDAD1",
|
| 2992 |
+
"SEC13",
|
| 2993 |
+
"SEC61G",
|
| 2994 |
+
"SEH1L",
|
| 2995 |
+
"SETD1A",
|
| 2996 |
+
"SF3B4",
|
| 2997 |
+
"SF3B5",
|
| 2998 |
+
"SLC39A9",
|
| 2999 |
+
"SMC4",
|
| 3000 |
+
"SNAPC3",
|
| 3001 |
+
"SNRNP48",
|
| 3002 |
+
"SNRPA1",
|
| 3003 |
+
"SNRPD1",
|
| 3004 |
+
"SNRPE",
|
| 3005 |
+
"SNRPG",
|
| 3006 |
+
"SON",
|
| 3007 |
+
"SRBD1",
|
| 3008 |
+
"SRPRB",
|
| 3009 |
+
"SRSF7",
|
| 3010 |
+
"STARD7",
|
| 3011 |
+
"SUPT5H",
|
| 3012 |
+
"SYMPK",
|
| 3013 |
+
"TADA3",
|
| 3014 |
+
"TAF1",
|
| 3015 |
+
"TAF1D",
|
| 3016 |
+
"TBL3",
|
| 3017 |
+
"TCP1",
|
| 3018 |
+
"TERF2",
|
| 3019 |
+
"THG1L",
|
| 3020 |
+
"THOC3",
|
| 3021 |
+
"TIMM23B",
|
| 3022 |
+
"TMX2",
|
| 3023 |
+
"TOMM22",
|
| 3024 |
+
"TRMT5",
|
| 3025 |
+
"TRPM7",
|
| 3026 |
+
"TSEN2",
|
| 3027 |
+
"TTI1",
|
| 3028 |
+
"TUT1",
|
| 3029 |
+
"TWISTNB",
|
| 3030 |
+
"TXN",
|
| 3031 |
+
"TXNL4A",
|
| 3032 |
+
"UBA2",
|
| 3033 |
+
"UBA52",
|
| 3034 |
+
"UBQLN4",
|
| 3035 |
+
"UPF1",
|
| 3036 |
+
"URI1",
|
| 3037 |
+
"UTP6",
|
| 3038 |
+
"VPS54",
|
| 3039 |
+
"VPS72",
|
| 3040 |
+
"WDR3",
|
| 3041 |
+
"WDR36",
|
| 3042 |
+
"WDR43",
|
| 3043 |
+
"WDR46",
|
| 3044 |
+
"ZNF207",
|
| 3045 |
+
"ZNF335"
|
| 3046 |
+
],
|
| 3047 |
+
"per_pert_combo_seen": [
|
| 3048 |
+
0,
|
| 3049 |
+
0,
|
| 3050 |
+
0,
|
| 3051 |
+
0,
|
| 3052 |
+
0,
|
| 3053 |
+
0,
|
| 3054 |
+
0,
|
| 3055 |
+
0,
|
| 3056 |
+
0,
|
| 3057 |
+
0,
|
| 3058 |
+
0,
|
| 3059 |
+
0,
|
| 3060 |
+
0,
|
| 3061 |
+
0,
|
| 3062 |
+
0,
|
| 3063 |
+
0,
|
| 3064 |
+
0,
|
| 3065 |
+
0,
|
| 3066 |
+
0,
|
| 3067 |
+
0,
|
| 3068 |
+
0,
|
| 3069 |
+
0,
|
| 3070 |
+
0,
|
| 3071 |
+
0,
|
| 3072 |
+
0,
|
| 3073 |
+
0,
|
| 3074 |
+
0,
|
| 3075 |
+
0,
|
| 3076 |
+
0,
|
| 3077 |
+
0,
|
| 3078 |
+
0,
|
| 3079 |
+
0,
|
| 3080 |
+
0,
|
| 3081 |
+
0,
|
| 3082 |
+
0,
|
| 3083 |
+
0,
|
| 3084 |
+
0,
|
| 3085 |
+
0,
|
| 3086 |
+
0,
|
| 3087 |
+
0,
|
| 3088 |
+
0,
|
| 3089 |
+
0,
|
| 3090 |
+
0,
|
| 3091 |
+
0,
|
| 3092 |
+
0,
|
| 3093 |
+
0,
|
| 3094 |
+
0,
|
| 3095 |
+
0,
|
| 3096 |
+
0,
|
| 3097 |
+
0,
|
| 3098 |
+
0,
|
| 3099 |
+
0,
|
| 3100 |
+
0,
|
| 3101 |
+
0,
|
| 3102 |
+
0,
|
| 3103 |
+
0,
|
| 3104 |
+
0,
|
| 3105 |
+
0,
|
| 3106 |
+
0,
|
| 3107 |
+
0,
|
| 3108 |
+
0,
|
| 3109 |
+
0,
|
| 3110 |
+
0,
|
| 3111 |
+
0,
|
| 3112 |
+
0,
|
| 3113 |
+
0,
|
| 3114 |
+
0,
|
| 3115 |
+
0,
|
| 3116 |
+
0,
|
| 3117 |
+
0,
|
| 3118 |
+
0,
|
| 3119 |
+
0,
|
| 3120 |
+
0,
|
| 3121 |
+
0,
|
| 3122 |
+
0,
|
| 3123 |
+
0,
|
| 3124 |
+
0,
|
| 3125 |
+
0,
|
| 3126 |
+
0,
|
| 3127 |
+
0,
|
| 3128 |
+
0,
|
| 3129 |
+
0,
|
| 3130 |
+
0,
|
| 3131 |
+
0,
|
| 3132 |
+
0,
|
| 3133 |
+
0,
|
| 3134 |
+
0,
|
| 3135 |
+
0,
|
| 3136 |
+
0,
|
| 3137 |
+
0,
|
| 3138 |
+
0,
|
| 3139 |
+
0,
|
| 3140 |
+
0,
|
| 3141 |
+
0,
|
| 3142 |
+
0,
|
| 3143 |
+
0,
|
| 3144 |
+
0,
|
| 3145 |
+
0,
|
| 3146 |
+
0,
|
| 3147 |
+
0,
|
| 3148 |
+
0,
|
| 3149 |
+
0,
|
| 3150 |
+
0,
|
| 3151 |
+
0,
|
| 3152 |
+
0,
|
| 3153 |
+
0,
|
| 3154 |
+
0,
|
| 3155 |
+
0,
|
| 3156 |
+
0,
|
| 3157 |
+
0,
|
| 3158 |
+
0,
|
| 3159 |
+
0,
|
| 3160 |
+
0,
|
| 3161 |
+
0,
|
| 3162 |
+
0,
|
| 3163 |
+
0,
|
| 3164 |
+
0,
|
| 3165 |
+
0,
|
| 3166 |
+
0,
|
| 3167 |
+
0,
|
| 3168 |
+
0,
|
| 3169 |
+
0,
|
| 3170 |
+
0,
|
| 3171 |
+
0,
|
| 3172 |
+
0,
|
| 3173 |
+
0,
|
| 3174 |
+
0,
|
| 3175 |
+
0,
|
| 3176 |
+
0,
|
| 3177 |
+
0,
|
| 3178 |
+
0,
|
| 3179 |
+
0,
|
| 3180 |
+
0,
|
| 3181 |
+
0,
|
| 3182 |
+
0,
|
| 3183 |
+
0,
|
| 3184 |
+
0,
|
| 3185 |
+
0,
|
| 3186 |
+
0,
|
| 3187 |
+
0,
|
| 3188 |
+
0,
|
| 3189 |
+
0,
|
| 3190 |
+
0,
|
| 3191 |
+
0,
|
| 3192 |
+
0,
|
| 3193 |
+
0,
|
| 3194 |
+
0,
|
| 3195 |
+
0,
|
| 3196 |
+
0,
|
| 3197 |
+
0,
|
| 3198 |
+
0,
|
| 3199 |
+
0,
|
| 3200 |
+
0,
|
| 3201 |
+
0,
|
| 3202 |
+
0,
|
| 3203 |
+
0,
|
| 3204 |
+
0,
|
| 3205 |
+
0,
|
| 3206 |
+
0,
|
| 3207 |
+
0,
|
| 3208 |
+
0,
|
| 3209 |
+
0,
|
| 3210 |
+
0,
|
| 3211 |
+
0,
|
| 3212 |
+
0,
|
| 3213 |
+
0,
|
| 3214 |
+
0,
|
| 3215 |
+
0,
|
| 3216 |
+
0,
|
| 3217 |
+
0,
|
| 3218 |
+
0,
|
| 3219 |
+
0,
|
| 3220 |
+
0,
|
| 3221 |
+
0,
|
| 3222 |
+
0,
|
| 3223 |
+
0,
|
| 3224 |
+
0,
|
| 3225 |
+
0,
|
| 3226 |
+
0,
|
| 3227 |
+
0,
|
| 3228 |
+
0,
|
| 3229 |
+
0,
|
| 3230 |
+
0,
|
| 3231 |
+
0,
|
| 3232 |
+
0,
|
| 3233 |
+
0,
|
| 3234 |
+
0,
|
| 3235 |
+
0,
|
| 3236 |
+
0,
|
| 3237 |
+
0,
|
| 3238 |
+
0,
|
| 3239 |
+
0,
|
| 3240 |
+
0,
|
| 3241 |
+
0,
|
| 3242 |
+
0,
|
| 3243 |
+
0,
|
| 3244 |
+
0,
|
| 3245 |
+
0,
|
| 3246 |
+
0,
|
| 3247 |
+
0,
|
| 3248 |
+
0,
|
| 3249 |
+
0,
|
| 3250 |
+
0,
|
| 3251 |
+
0,
|
| 3252 |
+
0,
|
| 3253 |
+
0,
|
| 3254 |
+
0,
|
| 3255 |
+
0,
|
| 3256 |
+
0,
|
| 3257 |
+
0,
|
| 3258 |
+
0,
|
| 3259 |
+
0,
|
| 3260 |
+
0,
|
| 3261 |
+
0,
|
| 3262 |
+
0,
|
| 3263 |
+
0,
|
| 3264 |
+
0,
|
| 3265 |
+
0,
|
| 3266 |
+
0,
|
| 3267 |
+
0,
|
| 3268 |
+
0,
|
| 3269 |
+
0,
|
| 3270 |
+
0,
|
| 3271 |
+
0,
|
| 3272 |
+
0,
|
| 3273 |
+
0,
|
| 3274 |
+
0,
|
| 3275 |
+
0,
|
| 3276 |
+
0,
|
| 3277 |
+
0,
|
| 3278 |
+
0,
|
| 3279 |
+
0,
|
| 3280 |
+
0,
|
| 3281 |
+
0,
|
| 3282 |
+
0,
|
| 3283 |
+
0,
|
| 3284 |
+
0,
|
| 3285 |
+
0,
|
| 3286 |
+
0,
|
| 3287 |
+
0,
|
| 3288 |
+
0,
|
| 3289 |
+
0,
|
| 3290 |
+
0,
|
| 3291 |
+
0,
|
| 3292 |
+
0,
|
| 3293 |
+
0,
|
| 3294 |
+
0,
|
| 3295 |
+
0,
|
| 3296 |
+
0,
|
| 3297 |
+
0,
|
| 3298 |
+
0,
|
| 3299 |
+
0,
|
| 3300 |
+
0,
|
| 3301 |
+
0,
|
| 3302 |
+
0,
|
| 3303 |
+
0,
|
| 3304 |
+
0,
|
| 3305 |
+
0,
|
| 3306 |
+
0,
|
| 3307 |
+
0,
|
| 3308 |
+
0,
|
| 3309 |
+
0,
|
| 3310 |
+
0,
|
| 3311 |
+
0,
|
| 3312 |
+
0,
|
| 3313 |
+
0,
|
| 3314 |
+
0,
|
| 3315 |
+
0,
|
| 3316 |
+
0,
|
| 3317 |
+
0,
|
| 3318 |
+
0
|
| 3319 |
+
],
|
| 3320 |
+
"per_category": {
|
| 3321 |
+
"single": {
|
| 3322 |
+
"n": 271,
|
| 3323 |
+
"da": 0.9032472330265819,
|
| 3324 |
+
"cos": 0.7654647964613024,
|
| 3325 |
+
"pde": 0.7477573156421048,
|
| 3326 |
+
"mse20": 0.15579363175090472
|
| 3327 |
+
}
|
| 3328 |
+
}
|
| 3329 |
+
}
|
| 3330 |
+
}
|
results/table1_inputs/rpe1_rotation_vs_direct__flow__b200_rpe1_flow_block_krrinit_mask_30k_s1_rpe1_block_K128.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
results/table1_inputs/sciplex3_iter196_reflow_ensemble_mixed18_K16_N5.json
ADDED
|
@@ -0,0 +1,995 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"iter": 196,
|
| 3 |
+
"date": "2026-04-24",
|
| 4 |
+
"dataset": "sciplex3",
|
| 5 |
+
"recipe": "reflow_ensemble_distillation_mixed18_K16",
|
| 6 |
+
"description": "mixed-18 K=16 distilled student N=5 extension (s4, s5) of iter195 N=3. Tests whether mixed-18 std stays <2pp at N=5 (reproducibility-winner hypothesis).",
|
| 7 |
+
"teachers": {
|
| 8 |
+
"M": 18,
|
| 9 |
+
"priornone_count": 9,
|
| 10 |
+
"priorkrr_count": 9,
|
| 11 |
+
"priornone_pattern": "b200_sciplex3_delta_flow_mv_v2_sig0p3_priornone_V2B_s{1..9}/flow_best.pt",
|
| 12 |
+
"priorkrr_pattern": "b200_sciplex3_delta_flow_mv_v2_sig0p3_priorkrr_V2B_s{1..9}/flow_best.pt"
|
| 13 |
+
},
|
| 14 |
+
"student_hparams": {
|
| 15 |
+
"reflow_K": 16,
|
| 16 |
+
"epochs": 30000,
|
| 17 |
+
"lr": 0.0003,
|
| 18 |
+
"batch": 64,
|
| 19 |
+
"sigma_train": 0.3,
|
| 20 |
+
"teacher_sigma": 0.3,
|
| 21 |
+
"teacher_steps": 40,
|
| 22 |
+
"sigma_inf": 0.1,
|
| 23 |
+
"n_steps": 20,
|
| 24 |
+
"K_eval": 128
|
| 25 |
+
},
|
| 26 |
+
"per_seed": {
|
| 27 |
+
"s1": {
|
| 28 |
+
"da_mean": 0.6719999897480011,
|
| 29 |
+
"cos_topk_mean": 0.3804330453276634,
|
| 30 |
+
"cos_full_mean": 0.2917704139649868,
|
| 31 |
+
"mse_top20_mean": 0.004852101616561413,
|
| 32 |
+
"best_loss": 0.09106886386871338,
|
| 33 |
+
"ensemble_mean_train_cos_to_true": 0.9961639046669006,
|
| 34 |
+
"per_drug": [
|
| 35 |
+
{
|
| 36 |
+
"drug": "AC480",
|
| 37 |
+
"da": 0.5399999618530273,
|
| 38 |
+
"cos_topk": 0.3666813373565674,
|
| 39 |
+
"cos_full": 0.23144270479679108,
|
| 40 |
+
"mse_top20": 0.0016871048137545586
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"drug": "AG-14361",
|
| 44 |
+
"da": 0.6800000071525574,
|
| 45 |
+
"cos_topk": 0.2473336011171341,
|
| 46 |
+
"cos_full": 0.2549985945224762,
|
| 47 |
+
"mse_top20": 0.002241251291707158
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"drug": "AICAR",
|
| 51 |
+
"da": 0.4599999785423279,
|
| 52 |
+
"cos_topk": 0.05902060121297836,
|
| 53 |
+
"cos_full": 0.01741347461938858,
|
| 54 |
+
"mse_top20": 0.0029262779280543327
|
| 55 |
+
},
|
| 56 |
+
{
|
| 57 |
+
"drug": "Alendronate",
|
| 58 |
+
"da": 0.5600000023841858,
|
| 59 |
+
"cos_topk": 0.44767025113105774,
|
| 60 |
+
"cos_full": 0.26719337701797485,
|
| 61 |
+
"mse_top20": 0.011956561356782913
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"drug": "Amisulpride",
|
| 65 |
+
"da": 0.5199999809265137,
|
| 66 |
+
"cos_topk": 0.13411244750022888,
|
| 67 |
+
"cos_full": -0.016735080629587173,
|
| 68 |
+
"mse_top20": 0.004260061774402857
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"drug": "Azacitidine",
|
| 72 |
+
"da": 0.4399999976158142,
|
| 73 |
+
"cos_topk": -0.3094947934150696,
|
| 74 |
+
"cos_full": -0.1841612160205841,
|
| 75 |
+
"mse_top20": 0.008672157302498817
|
| 76 |
+
},
|
| 77 |
+
{
|
| 78 |
+
"drug": "BMS-754807",
|
| 79 |
+
"da": 0.41999998688697815,
|
| 80 |
+
"cos_topk": 0.14324863255023956,
|
| 81 |
+
"cos_full": 0.09104663133621216,
|
| 82 |
+
"mse_top20": 0.009589209221303463
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"drug": "Belinostat",
|
| 86 |
+
"da": 1.0,
|
| 87 |
+
"cos_topk": 0.9707125425338745,
|
| 88 |
+
"cos_full": 0.9270307421684265,
|
| 89 |
+
"mse_top20": 0.01475168764591217
|
| 90 |
+
},
|
| 91 |
+
{
|
| 92 |
+
"drug": "CUDC-101",
|
| 93 |
+
"da": 0.9799999594688416,
|
| 94 |
+
"cos_topk": 0.9193797707557678,
|
| 95 |
+
"cos_full": 0.874120831489563,
|
| 96 |
+
"mse_top20": 0.001547394203953445
|
| 97 |
+
},
|
| 98 |
+
{
|
| 99 |
+
"drug": "Cimetidine",
|
| 100 |
+
"da": 0.3400000035762787,
|
| 101 |
+
"cos_topk": -0.29837343096733093,
|
| 102 |
+
"cos_full": -0.09679213166236877,
|
| 103 |
+
"mse_top20": 0.0021626052912324667
|
| 104 |
+
},
|
| 105 |
+
{
|
| 106 |
+
"drug": "Daphnetin",
|
| 107 |
+
"da": 0.6800000071525574,
|
| 108 |
+
"cos_topk": 0.22375527024269104,
|
| 109 |
+
"cos_full": 0.17135393619537354,
|
| 110 |
+
"mse_top20": 0.0013199251843616366
|
| 111 |
+
},
|
| 112 |
+
{
|
| 113 |
+
"drug": "GSK-LSD1",
|
| 114 |
+
"da": 0.8799999952316284,
|
| 115 |
+
"cos_topk": 0.8104297518730164,
|
| 116 |
+
"cos_full": 0.6378585696220398,
|
| 117 |
+
"mse_top20": 0.002069824608042836
|
| 118 |
+
},
|
| 119 |
+
{
|
| 120 |
+
"drug": "INO-1001",
|
| 121 |
+
"da": 0.7599999904632568,
|
| 122 |
+
"cos_topk": 0.42819032073020935,
|
| 123 |
+
"cos_full": 0.3130202293395996,
|
| 124 |
+
"mse_top20": 0.001022020704112947
|
| 125 |
+
},
|
| 126 |
+
{
|
| 127 |
+
"drug": "JNJ-26854165",
|
| 128 |
+
"da": 0.47999998927116394,
|
| 129 |
+
"cos_topk": 0.09309136867523193,
|
| 130 |
+
"cos_full": 0.12419748306274414,
|
| 131 |
+
"mse_top20": 0.002723386976867914
|
| 132 |
+
},
|
| 133 |
+
{
|
| 134 |
+
"drug": "JNJ-7706621",
|
| 135 |
+
"da": 0.85999995470047,
|
| 136 |
+
"cos_topk": 0.6829619407653809,
|
| 137 |
+
"cos_full": 0.47330325841903687,
|
| 138 |
+
"mse_top20": 0.004496832378208637
|
| 139 |
+
},
|
| 140 |
+
{
|
| 141 |
+
"drug": "MLN8054",
|
| 142 |
+
"da": 1.0,
|
| 143 |
+
"cos_topk": 0.9452951550483704,
|
| 144 |
+
"cos_full": 0.832528293132782,
|
| 145 |
+
"mse_top20": 0.001351192593574524
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"drug": "Momelotinib",
|
| 149 |
+
"da": 0.8199999928474426,
|
| 150 |
+
"cos_topk": 0.5621747970581055,
|
| 151 |
+
"cos_full": 0.3995189070701599,
|
| 152 |
+
"mse_top20": 0.0022320502903312445
|
| 153 |
+
},
|
| 154 |
+
{
|
| 155 |
+
"drug": "NVP-BSK805",
|
| 156 |
+
"da": 0.8399999737739563,
|
| 157 |
+
"cos_topk": 0.6851994395256042,
|
| 158 |
+
"cos_full": 0.3768799304962158,
|
| 159 |
+
"mse_top20": 0.002123502781614661
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"drug": "Nintedanib",
|
| 163 |
+
"da": 0.5799999833106995,
|
| 164 |
+
"cos_topk": 0.3769875168800354,
|
| 165 |
+
"cos_full": 0.41336068511009216,
|
| 166 |
+
"mse_top20": 0.007257333490997553
|
| 167 |
+
},
|
| 168 |
+
{
|
| 169 |
+
"drug": "PHA-680632",
|
| 170 |
+
"da": 0.8799999952316284,
|
| 171 |
+
"cos_topk": 0.7760840654373169,
|
| 172 |
+
"cos_full": 0.5114666819572449,
|
| 173 |
+
"mse_top20": 0.0012191393179818988
|
| 174 |
+
},
|
| 175 |
+
{
|
| 176 |
+
"drug": "Raltitrexed",
|
| 177 |
+
"da": 0.6200000047683716,
|
| 178 |
+
"cos_topk": 0.19008123874664307,
|
| 179 |
+
"cos_full": 0.07992945611476898,
|
| 180 |
+
"mse_top20": 0.023758653551340103
|
| 181 |
+
},
|
| 182 |
+
{
|
| 183 |
+
"drug": "Roxadustat",
|
| 184 |
+
"da": 0.5600000023841858,
|
| 185 |
+
"cos_topk": 0.21431033313274384,
|
| 186 |
+
"cos_full": 0.14353163540363312,
|
| 187 |
+
"mse_top20": 0.0024563432671129704
|
| 188 |
+
},
|
| 189 |
+
{
|
| 190 |
+
"drug": "SB431542",
|
| 191 |
+
"da": 0.5600000023841858,
|
| 192 |
+
"cos_topk": 0.12282294034957886,
|
| 193 |
+
"cos_full": 0.10341435670852661,
|
| 194 |
+
"mse_top20": 0.004463124554604292
|
| 195 |
+
},
|
| 196 |
+
{
|
| 197 |
+
"drug": "TMP195",
|
| 198 |
+
"da": 0.5600000023841858,
|
| 199 |
+
"cos_topk": 0.08692033588886261,
|
| 200 |
+
"cos_full": 0.0019040480256080627,
|
| 201 |
+
"mse_top20": 0.0023056131321936846
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"drug": "Toremifene",
|
| 205 |
+
"da": 0.7799999713897705,
|
| 206 |
+
"cos_topk": 0.6322306990623474,
|
| 207 |
+
"cos_full": 0.34643495082855225,
|
| 208 |
+
"mse_top20": 0.002709286753088236
|
| 209 |
+
}
|
| 210 |
+
]
|
| 211 |
+
},
|
| 212 |
+
"s2": {
|
| 213 |
+
"da_mean": 0.6799999874830246,
|
| 214 |
+
"cos_topk_mean": 0.4122859483957291,
|
| 215 |
+
"cos_full_mean": 0.32948429830372333,
|
| 216 |
+
"mse_top20_mean": 0.0045055156433954835,
|
| 217 |
+
"best_loss": 0.08428943157196045,
|
| 218 |
+
"ensemble_mean_train_cos_to_true": 0.9961639046669006,
|
| 219 |
+
"per_drug": [
|
| 220 |
+
{
|
| 221 |
+
"drug": "AC480",
|
| 222 |
+
"da": 0.5600000023841858,
|
| 223 |
+
"cos_topk": 0.41687506437301636,
|
| 224 |
+
"cos_full": 0.26117074489593506,
|
| 225 |
+
"mse_top20": 0.0015024723252281547
|
| 226 |
+
},
|
| 227 |
+
{
|
| 228 |
+
"drug": "AG-14361",
|
| 229 |
+
"da": 0.7400000095367432,
|
| 230 |
+
"cos_topk": 0.3240312337875366,
|
| 231 |
+
"cos_full": 0.3068891167640686,
|
| 232 |
+
"mse_top20": 0.002050363924354315
|
| 233 |
+
},
|
| 234 |
+
{
|
| 235 |
+
"drug": "AICAR",
|
| 236 |
+
"da": 0.4399999976158142,
|
| 237 |
+
"cos_topk": 0.04379357397556305,
|
| 238 |
+
"cos_full": 0.014894310384988785,
|
| 239 |
+
"mse_top20": 0.0027178602758795023
|
| 240 |
+
},
|
| 241 |
+
{
|
| 242 |
+
"drug": "Alendronate",
|
| 243 |
+
"da": 0.6800000071525574,
|
| 244 |
+
"cos_topk": 0.636162281036377,
|
| 245 |
+
"cos_full": 0.4824798107147217,
|
| 246 |
+
"mse_top20": 0.011346839368343353
|
| 247 |
+
},
|
| 248 |
+
{
|
| 249 |
+
"drug": "Amisulpride",
|
| 250 |
+
"da": 0.6399999856948853,
|
| 251 |
+
"cos_topk": 0.5002943873405457,
|
| 252 |
+
"cos_full": 0.2090681791305542,
|
| 253 |
+
"mse_top20": 0.003467733506113291
|
| 254 |
+
},
|
| 255 |
+
{
|
| 256 |
+
"drug": "Azacitidine",
|
| 257 |
+
"da": 0.4399999976158142,
|
| 258 |
+
"cos_topk": -0.28413301706314087,
|
| 259 |
+
"cos_full": -0.1752910614013672,
|
| 260 |
+
"mse_top20": 0.008524670265614986
|
| 261 |
+
},
|
| 262 |
+
{
|
| 263 |
+
"drug": "BMS-754807",
|
| 264 |
+
"da": 0.4399999976158142,
|
| 265 |
+
"cos_topk": 0.3425223231315613,
|
| 266 |
+
"cos_full": 0.2592616677284241,
|
| 267 |
+
"mse_top20": 0.008867232128977776
|
| 268 |
+
},
|
| 269 |
+
{
|
| 270 |
+
"drug": "Belinostat",
|
| 271 |
+
"da": 1.0,
|
| 272 |
+
"cos_topk": 0.9852392077445984,
|
| 273 |
+
"cos_full": 0.9598937034606934,
|
| 274 |
+
"mse_top20": 0.008057952858507633
|
| 275 |
+
},
|
| 276 |
+
{
|
| 277 |
+
"drug": "CUDC-101",
|
| 278 |
+
"da": 0.9799999594688416,
|
| 279 |
+
"cos_topk": 0.8904041647911072,
|
| 280 |
+
"cos_full": 0.843950092792511,
|
| 281 |
+
"mse_top20": 0.0038458702620118856
|
| 282 |
+
},
|
| 283 |
+
{
|
| 284 |
+
"drug": "Cimetidine",
|
| 285 |
+
"da": 0.23999999463558197,
|
| 286 |
+
"cos_topk": -0.5805788636207581,
|
| 287 |
+
"cos_full": -0.2761175334453583,
|
| 288 |
+
"mse_top20": 0.003352293511852622
|
| 289 |
+
},
|
| 290 |
+
{
|
| 291 |
+
"drug": "Daphnetin",
|
| 292 |
+
"da": 0.7199999690055847,
|
| 293 |
+
"cos_topk": 0.27761244773864746,
|
| 294 |
+
"cos_full": 0.17112970352172852,
|
| 295 |
+
"mse_top20": 0.0011400405783206224
|
| 296 |
+
},
|
| 297 |
+
{
|
| 298 |
+
"drug": "GSK-LSD1",
|
| 299 |
+
"da": 0.9199999570846558,
|
| 300 |
+
"cos_topk": 0.8502164483070374,
|
| 301 |
+
"cos_full": 0.6853934526443481,
|
| 302 |
+
"mse_top20": 0.0017945126164704561
|
| 303 |
+
},
|
| 304 |
+
{
|
| 305 |
+
"drug": "INO-1001",
|
| 306 |
+
"da": 0.6200000047683716,
|
| 307 |
+
"cos_topk": 0.07406550645828247,
|
| 308 |
+
"cos_full": 0.18936938047409058,
|
| 309 |
+
"mse_top20": 0.0016485564410686493
|
| 310 |
+
},
|
| 311 |
+
{
|
| 312 |
+
"drug": "JNJ-26854165",
|
| 313 |
+
"da": 0.6399999856948853,
|
| 314 |
+
"cos_topk": 0.46999630331993103,
|
| 315 |
+
"cos_full": 0.24367272853851318,
|
| 316 |
+
"mse_top20": 0.0016139816725626588
|
| 317 |
+
},
|
| 318 |
+
{
|
| 319 |
+
"drug": "JNJ-7706621",
|
| 320 |
+
"da": 0.6800000071525574,
|
| 321 |
+
"cos_topk": 0.5550079345703125,
|
| 322 |
+
"cos_full": 0.43332362174987793,
|
| 323 |
+
"mse_top20": 0.004883156158030033
|
| 324 |
+
},
|
| 325 |
+
{
|
| 326 |
+
"drug": "MLN8054",
|
| 327 |
+
"da": 1.0,
|
| 328 |
+
"cos_topk": 0.9445616602897644,
|
| 329 |
+
"cos_full": 0.8344175815582275,
|
| 330 |
+
"mse_top20": 0.0011604883475229144
|
| 331 |
+
},
|
| 332 |
+
{
|
| 333 |
+
"drug": "Momelotinib",
|
| 334 |
+
"da": 0.699999988079071,
|
| 335 |
+
"cos_topk": 0.37697580456733704,
|
| 336 |
+
"cos_full": 0.2867729961872101,
|
| 337 |
+
"mse_top20": 0.0026288845110684633
|
| 338 |
+
},
|
| 339 |
+
{
|
| 340 |
+
"drug": "NVP-BSK805",
|
| 341 |
+
"da": 0.8399999737739563,
|
| 342 |
+
"cos_topk": 0.709048867225647,
|
| 343 |
+
"cos_full": 0.461646169424057,
|
| 344 |
+
"mse_top20": 0.0019723789300769567
|
| 345 |
+
},
|
| 346 |
+
{
|
| 347 |
+
"drug": "Nintedanib",
|
| 348 |
+
"da": 0.7799999713897705,
|
| 349 |
+
"cos_topk": 0.6007544994354248,
|
| 350 |
+
"cos_full": 0.5156761407852173,
|
| 351 |
+
"mse_top20": 0.005818542558699846
|
| 352 |
+
},
|
| 353 |
+
{
|
| 354 |
+
"drug": "PHA-680632",
|
| 355 |
+
"da": 0.8799999952316284,
|
| 356 |
+
"cos_topk": 0.7575922012329102,
|
| 357 |
+
"cos_full": 0.501724898815155,
|
| 358 |
+
"mse_top20": 0.0013288829941302538
|
| 359 |
+
},
|
| 360 |
+
{
|
| 361 |
+
"drug": "Raltitrexed",
|
| 362 |
+
"da": 0.4599999785423279,
|
| 363 |
+
"cos_topk": 0.09272687137126923,
|
| 364 |
+
"cos_full": 0.037881262600421906,
|
| 365 |
+
"mse_top20": 0.02438640035688877
|
| 366 |
+
},
|
| 367 |
+
{
|
| 368 |
+
"drug": "Roxadustat",
|
| 369 |
+
"da": 0.3999999761581421,
|
| 370 |
+
"cos_topk": -0.029620617628097534,
|
| 371 |
+
"cos_full": 0.00936102494597435,
|
| 372 |
+
"mse_top20": 0.00290120136924088
|
| 373 |
+
},
|
| 374 |
+
{
|
| 375 |
+
"drug": "SB431542",
|
| 376 |
+
"da": 0.8399999737739563,
|
| 377 |
+
"cos_topk": 0.6713225245475769,
|
| 378 |
+
"cos_full": 0.551869809627533,
|
| 379 |
+
"mse_top20": 0.0023568279575556517
|
| 380 |
+
},
|
| 381 |
+
{
|
| 382 |
+
"drug": "TMP195",
|
| 383 |
+
"da": 0.5600000023841858,
|
| 384 |
+
"cos_topk": 0.008312925696372986,
|
| 385 |
+
"cos_full": -0.028774535283446312,
|
| 386 |
+
"mse_top20": 0.002433139132335782
|
| 387 |
+
},
|
| 388 |
+
{
|
| 389 |
+
"drug": "Toremifene",
|
| 390 |
+
"da": 0.7999999523162842,
|
| 391 |
+
"cos_topk": 0.6739649772644043,
|
| 392 |
+
"cos_full": 0.4574441909790039,
|
| 393 |
+
"mse_top20": 0.0028376090340316296
|
| 394 |
+
}
|
| 395 |
+
]
|
| 396 |
+
},
|
| 397 |
+
"s3": {
|
| 398 |
+
"da_mean": 0.6439999866485596,
|
| 399 |
+
"cos_topk_mean": 0.34213308185338975,
|
| 400 |
+
"cos_full_mean": 0.26989672824740407,
|
| 401 |
+
"mse_top20_mean": 0.00519054542761296,
|
| 402 |
+
"best_loss": 0.08900302648544312,
|
| 403 |
+
"ensemble_mean_train_cos_to_true": 0.9961639046669006,
|
| 404 |
+
"per_drug": [
|
| 405 |
+
{
|
| 406 |
+
"drug": "AC480",
|
| 407 |
+
"da": 0.5799999833106995,
|
| 408 |
+
"cos_topk": 0.3256121277809143,
|
| 409 |
+
"cos_full": 0.18662258982658386,
|
| 410 |
+
"mse_top20": 0.0018938493449240923
|
| 411 |
+
},
|
| 412 |
+
{
|
| 413 |
+
"drug": "AG-14361",
|
| 414 |
+
"da": 0.8799999952316284,
|
| 415 |
+
"cos_topk": 0.8092317581176758,
|
| 416 |
+
"cos_full": 0.573141872882843,
|
| 417 |
+
"mse_top20": 0.000743142212741077
|
| 418 |
+
},
|
| 419 |
+
{
|
| 420 |
+
"drug": "AICAR",
|
| 421 |
+
"da": 0.4599999785423279,
|
| 422 |
+
"cos_topk": 0.06675632297992706,
|
| 423 |
+
"cos_full": 0.01793213188648224,
|
| 424 |
+
"mse_top20": 0.0031354674138128757
|
| 425 |
+
},
|
| 426 |
+
{
|
| 427 |
+
"drug": "Alendronate",
|
| 428 |
+
"da": 0.5399999618530273,
|
| 429 |
+
"cos_topk": -0.02941174805164337,
|
| 430 |
+
"cos_full": -0.007832929491996765,
|
| 431 |
+
"mse_top20": 0.01573919877409935
|
| 432 |
+
},
|
| 433 |
+
{
|
| 434 |
+
"drug": "Amisulpride",
|
| 435 |
+
"da": 0.5799999833106995,
|
| 436 |
+
"cos_topk": 0.28552186489105225,
|
| 437 |
+
"cos_full": 0.051662709563970566,
|
| 438 |
+
"mse_top20": 0.0036404416896402836
|
| 439 |
+
},
|
| 440 |
+
{
|
| 441 |
+
"drug": "Azacitidine",
|
| 442 |
+
"da": 0.41999998688697815,
|
| 443 |
+
"cos_topk": -0.2918958365917206,
|
| 444 |
+
"cos_full": -0.17383185029029846,
|
| 445 |
+
"mse_top20": 0.008571133948862553
|
| 446 |
+
},
|
| 447 |
+
{
|
| 448 |
+
"drug": "BMS-754807",
|
| 449 |
+
"da": 0.4599999785423279,
|
| 450 |
+
"cos_topk": 0.25672969222068787,
|
| 451 |
+
"cos_full": 0.16693612933158875,
|
| 452 |
+
"mse_top20": 0.009213742800056934
|
| 453 |
+
},
|
| 454 |
+
{
|
| 455 |
+
"drug": "Belinostat",
|
| 456 |
+
"da": 1.0,
|
| 457 |
+
"cos_topk": 0.9786096215248108,
|
| 458 |
+
"cos_full": 0.9486284255981445,
|
| 459 |
+
"mse_top20": 0.010631628334522247
|
| 460 |
+
},
|
| 461 |
+
{
|
| 462 |
+
"drug": "CUDC-101",
|
| 463 |
+
"da": 1.0,
|
| 464 |
+
"cos_topk": 0.9174361824989319,
|
| 465 |
+
"cos_full": 0.8018031716346741,
|
| 466 |
+
"mse_top20": 0.006279041059315205
|
| 467 |
+
},
|
| 468 |
+
{
|
| 469 |
+
"drug": "Cimetidine",
|
| 470 |
+
"da": 0.41999998688697815,
|
| 471 |
+
"cos_topk": -0.271576851606369,
|
| 472 |
+
"cos_full": -0.089010089635849,
|
| 473 |
+
"mse_top20": 0.004163384437561035
|
| 474 |
+
},
|
| 475 |
+
{
|
| 476 |
+
"drug": "Daphnetin",
|
| 477 |
+
"da": 0.35999998450279236,
|
| 478 |
+
"cos_topk": -0.1635718047618866,
|
| 479 |
+
"cos_full": -0.08040972054004669,
|
| 480 |
+
"mse_top20": 0.0015061706071719527
|
| 481 |
+
},
|
| 482 |
+
{
|
| 483 |
+
"drug": "GSK-LSD1",
|
| 484 |
+
"da": 0.8999999761581421,
|
| 485 |
+
"cos_topk": 0.8299894332885742,
|
| 486 |
+
"cos_full": 0.6578658819198608,
|
| 487 |
+
"mse_top20": 0.0019072489812970161
|
| 488 |
+
},
|
| 489 |
+
{
|
| 490 |
+
"drug": "INO-1001",
|
| 491 |
+
"da": 0.7400000095367432,
|
| 492 |
+
"cos_topk": 0.6398397088050842,
|
| 493 |
+
"cos_full": 0.43791791796684265,
|
| 494 |
+
"mse_top20": 0.0006558328168466687
|
| 495 |
+
},
|
| 496 |
+
{
|
| 497 |
+
"drug": "JNJ-26854165",
|
| 498 |
+
"da": 0.5999999642372131,
|
| 499 |
+
"cos_topk": 0.37543705105781555,
|
| 500 |
+
"cos_full": 0.17203882336616516,
|
| 501 |
+
"mse_top20": 0.001831856439821422
|
| 502 |
+
},
|
| 503 |
+
{
|
| 504 |
+
"drug": "JNJ-7706621",
|
| 505 |
+
"da": 0.41999998688697815,
|
| 506 |
+
"cos_topk": -0.1848854422569275,
|
| 507 |
+
"cos_full": -0.08667483925819397,
|
| 508 |
+
"mse_top20": 0.007249520625919104
|
| 509 |
+
},
|
| 510 |
+
{
|
| 511 |
+
"drug": "MLN8054",
|
| 512 |
+
"da": 1.0,
|
| 513 |
+
"cos_topk": 0.946992039680481,
|
| 514 |
+
"cos_full": 0.8361663818359375,
|
| 515 |
+
"mse_top20": 0.0011689402163028717
|
| 516 |
+
},
|
| 517 |
+
{
|
| 518 |
+
"drug": "Momelotinib",
|
| 519 |
+
"da": 0.7400000095367432,
|
| 520 |
+
"cos_topk": 0.47736096382141113,
|
| 521 |
+
"cos_full": 0.34642964601516724,
|
| 522 |
+
"mse_top20": 0.002317664911970496
|
| 523 |
+
},
|
| 524 |
+
{
|
| 525 |
+
"drug": "NVP-BSK805",
|
| 526 |
+
"da": 0.8799999952316284,
|
| 527 |
+
"cos_topk": 0.7513902187347412,
|
| 528 |
+
"cos_full": 0.4911309480667114,
|
| 529 |
+
"mse_top20": 0.0017735196743160486
|
| 530 |
+
},
|
| 531 |
+
{
|
| 532 |
+
"drug": "Nintedanib",
|
| 533 |
+
"da": 0.4599999785423279,
|
| 534 |
+
"cos_topk": 0.19522078335285187,
|
| 535 |
+
"cos_full": 0.27867311239242554,
|
| 536 |
+
"mse_top20": 0.008804920129477978
|
| 537 |
+
},
|
| 538 |
+
{
|
| 539 |
+
"drug": "PHA-680632",
|
| 540 |
+
"da": 0.8199999928474426,
|
| 541 |
+
"cos_topk": 0.7636021375656128,
|
| 542 |
+
"cos_full": 0.5217987298965454,
|
| 543 |
+
"mse_top20": 0.0012487733038142323
|
| 544 |
+
},
|
| 545 |
+
{
|
| 546 |
+
"drug": "Raltitrexed",
|
| 547 |
+
"da": 0.3799999952316284,
|
| 548 |
+
"cos_topk": -0.10398319363594055,
|
| 549 |
+
"cos_full": -0.09012630581855774,
|
| 550 |
+
"mse_top20": 0.02594352327287197
|
| 551 |
+
},
|
| 552 |
+
{
|
| 553 |
+
"drug": "Roxadustat",
|
| 554 |
+
"da": 0.4599999785423279,
|
| 555 |
+
"cos_topk": 0.11611808091402054,
|
| 556 |
+
"cos_full": 0.09331992268562317,
|
| 557 |
+
"mse_top20": 0.0026100880932062864
|
| 558 |
+
},
|
| 559 |
+
{
|
| 560 |
+
"drug": "SB431542",
|
| 561 |
+
"da": 0.8399999737739563,
|
| 562 |
+
"cos_topk": 0.6162518262863159,
|
| 563 |
+
"cos_full": 0.506256103515625,
|
| 564 |
+
"mse_top20": 0.002701777731999755
|
| 565 |
+
},
|
| 566 |
+
{
|
| 567 |
+
"drug": "TMP195",
|
| 568 |
+
"da": 0.4399999976158142,
|
| 569 |
+
"cos_topk": -0.3284074068069458,
|
| 570 |
+
"cos_full": -0.14302894473075867,
|
| 571 |
+
"mse_top20": 0.002881584456190467
|
| 572 |
+
},
|
| 573 |
+
{
|
| 574 |
+
"drug": "Toremifene",
|
| 575 |
+
"da": 0.7199999690055847,
|
| 576 |
+
"cos_topk": 0.5749595165252686,
|
| 577 |
+
"cos_full": 0.3300083875656128,
|
| 578 |
+
"mse_top20": 0.0031511844135820866
|
| 579 |
+
}
|
| 580 |
+
]
|
| 581 |
+
},
|
| 582 |
+
"s4": {
|
| 583 |
+
"da_mean": 0.6623999792337417,
|
| 584 |
+
"cos_topk_mean": 0.3358116766810417,
|
| 585 |
+
"cos_full_mean": 0.2568937823548913,
|
| 586 |
+
"mse_top20_mean": 0.005070490648504347,
|
| 587 |
+
"best_loss": 0.08818190544843674,
|
| 588 |
+
"ensemble_mean_train_cos_to_true": 0.9961639046669006,
|
| 589 |
+
"per_drug": [
|
| 590 |
+
{
|
| 591 |
+
"drug": "AC480",
|
| 592 |
+
"da": 0.6200000047683716,
|
| 593 |
+
"cos_topk": 0.4546748697757721,
|
| 594 |
+
"cos_full": 0.2618369162082672,
|
| 595 |
+
"mse_top20": 0.0014285575598478317
|
| 596 |
+
},
|
| 597 |
+
{
|
| 598 |
+
"drug": "AG-14361",
|
| 599 |
+
"da": 0.6599999666213989,
|
| 600 |
+
"cos_topk": 0.11038322746753693,
|
| 601 |
+
"cos_full": 0.1609717607498169,
|
| 602 |
+
"mse_top20": 0.002729331608861685
|
| 603 |
+
},
|
| 604 |
+
{
|
| 605 |
+
"drug": "AICAR",
|
| 606 |
+
"da": 0.5,
|
| 607 |
+
"cos_topk": 0.1432850956916809,
|
| 608 |
+
"cos_full": 0.07162279635667801,
|
| 609 |
+
"mse_top20": 0.002002144930884242
|
| 610 |
+
},
|
| 611 |
+
{
|
| 612 |
+
"drug": "Alendronate",
|
| 613 |
+
"da": 0.5199999809265137,
|
| 614 |
+
"cos_topk": 0.15912869572639465,
|
| 615 |
+
"cos_full": 0.06477323174476624,
|
| 616 |
+
"mse_top20": 0.013810276985168457
|
| 617 |
+
},
|
| 618 |
+
{
|
| 619 |
+
"drug": "Amisulpride",
|
| 620 |
+
"da": 0.5999999642372131,
|
| 621 |
+
"cos_topk": 0.315676212310791,
|
| 622 |
+
"cos_full": 0.0858050063252449,
|
| 623 |
+
"mse_top20": 0.003692948492243886
|
| 624 |
+
},
|
| 625 |
+
{
|
| 626 |
+
"drug": "Azacitidine",
|
| 627 |
+
"da": 0.4399999976158142,
|
| 628 |
+
"cos_topk": -0.26448091864585876,
|
| 629 |
+
"cos_full": -0.16343474388122559,
|
| 630 |
+
"mse_top20": 0.00843373965471983
|
| 631 |
+
},
|
| 632 |
+
{
|
| 633 |
+
"drug": "BMS-754807",
|
| 634 |
+
"da": 0.5199999809265137,
|
| 635 |
+
"cos_topk": 0.22130337357521057,
|
| 636 |
+
"cos_full": 0.12766364216804504,
|
| 637 |
+
"mse_top20": 0.009401894174516201
|
| 638 |
+
},
|
| 639 |
+
{
|
| 640 |
+
"drug": "Belinostat",
|
| 641 |
+
"da": 0.9799999594688416,
|
| 642 |
+
"cos_topk": 0.9576772451400757,
|
| 643 |
+
"cos_full": 0.8984932899475098,
|
| 644 |
+
"mse_top20": 0.013495668768882751
|
| 645 |
+
},
|
| 646 |
+
{
|
| 647 |
+
"drug": "CUDC-101",
|
| 648 |
+
"da": 0.9199999570846558,
|
| 649 |
+
"cos_topk": 0.8719120025634766,
|
| 650 |
+
"cos_full": 0.8208450078964233,
|
| 651 |
+
"mse_top20": 0.0036386405117809772
|
| 652 |
+
},
|
| 653 |
+
{
|
| 654 |
+
"drug": "Cimetidine",
|
| 655 |
+
"da": 0.5999999642372131,
|
| 656 |
+
"cos_topk": -0.04443608224391937,
|
| 657 |
+
"cos_full": -0.017530834302306175,
|
| 658 |
+
"mse_top20": 0.0025686314329504967
|
| 659 |
+
},
|
| 660 |
+
{
|
| 661 |
+
"drug": "Daphnetin",
|
| 662 |
+
"da": 0.699999988079071,
|
| 663 |
+
"cos_topk": 0.34725964069366455,
|
| 664 |
+
"cos_full": 0.19723409414291382,
|
| 665 |
+
"mse_top20": 0.0011200417065992951
|
| 666 |
+
},
|
| 667 |
+
{
|
| 668 |
+
"drug": "GSK-LSD1",
|
| 669 |
+
"da": 0.9199999570846558,
|
| 670 |
+
"cos_topk": 0.8542895913124084,
|
| 671 |
+
"cos_full": 0.6825324296951294,
|
| 672 |
+
"mse_top20": 0.0016522891819477081
|
| 673 |
+
},
|
| 674 |
+
{
|
| 675 |
+
"drug": "INO-1001",
|
| 676 |
+
"da": 0.8199999928474426,
|
| 677 |
+
"cos_topk": 0.6422187685966492,
|
| 678 |
+
"cos_full": 0.4530876874923706,
|
| 679 |
+
"mse_top20": 0.0007018474279902875
|
| 680 |
+
},
|
| 681 |
+
{
|
| 682 |
+
"drug": "JNJ-26854165",
|
| 683 |
+
"da": 0.5999999642372131,
|
| 684 |
+
"cos_topk": 0.37527841329574585,
|
| 685 |
+
"cos_full": 0.20459184050559998,
|
| 686 |
+
"mse_top20": 0.0017207361524924636
|
| 687 |
+
},
|
| 688 |
+
{
|
| 689 |
+
"drug": "JNJ-7706621",
|
| 690 |
+
"da": 0.23999999463558197,
|
| 691 |
+
"cos_topk": -0.6102994680404663,
|
| 692 |
+
"cos_full": -0.3370928168296814,
|
| 693 |
+
"mse_top20": 0.009266364388167858
|
| 694 |
+
},
|
| 695 |
+
{
|
| 696 |
+
"drug": "MLN8054",
|
| 697 |
+
"da": 1.0,
|
| 698 |
+
"cos_topk": 0.9449207782745361,
|
| 699 |
+
"cos_full": 0.8347971439361572,
|
| 700 |
+
"mse_top20": 0.001234216964803636
|
| 701 |
+
},
|
| 702 |
+
{
|
| 703 |
+
"drug": "Momelotinib",
|
| 704 |
+
"da": 0.7999999523162842,
|
| 705 |
+
"cos_topk": 0.42302513122558594,
|
| 706 |
+
"cos_full": 0.276266872882843,
|
| 707 |
+
"mse_top20": 0.0025549058336764574
|
| 708 |
+
},
|
| 709 |
+
{
|
| 710 |
+
"drug": "NVP-BSK805",
|
| 711 |
+
"da": 0.8799999952316284,
|
| 712 |
+
"cos_topk": 0.7182198762893677,
|
| 713 |
+
"cos_full": 0.42918646335601807,
|
| 714 |
+
"mse_top20": 0.0018930155783891678
|
| 715 |
+
},
|
| 716 |
+
{
|
| 717 |
+
"drug": "Nintedanib",
|
| 718 |
+
"da": 0.5799999833106995,
|
| 719 |
+
"cos_topk": 0.28867706656455994,
|
| 720 |
+
"cos_full": 0.31841400265693665,
|
| 721 |
+
"mse_top20": 0.00836263969540596
|
| 722 |
+
},
|
| 723 |
+
{
|
| 724 |
+
"drug": "PHA-680632",
|
| 725 |
+
"da": 0.8799999952316284,
|
| 726 |
+
"cos_topk": 0.7764550447463989,
|
| 727 |
+
"cos_full": 0.5143100023269653,
|
| 728 |
+
"mse_top20": 0.0012276688357815146
|
| 729 |
+
},
|
| 730 |
+
{
|
| 731 |
+
"drug": "Raltitrexed",
|
| 732 |
+
"da": 0.7199999690055847,
|
| 733 |
+
"cos_topk": 0.31019729375839233,
|
| 734 |
+
"cos_full": 0.13419382274150848,
|
| 735 |
+
"mse_top20": 0.022611567750573158
|
| 736 |
+
},
|
| 737 |
+
{
|
| 738 |
+
"drug": "Roxadustat",
|
| 739 |
+
"da": 0.41999998688697815,
|
| 740 |
+
"cos_topk": -0.06726918369531631,
|
| 741 |
+
"cos_full": -0.010535896755754948,
|
| 742 |
+
"mse_top20": 0.002957654884085059
|
| 743 |
+
},
|
| 744 |
+
{
|
| 745 |
+
"drug": "SB431542",
|
| 746 |
+
"da": 0.5999999642372131,
|
| 747 |
+
"cos_topk": 0.2545345425605774,
|
| 748 |
+
"cos_full": 0.18716421723365784,
|
| 749 |
+
"mse_top20": 0.004219420719891787
|
| 750 |
+
},
|
| 751 |
+
{
|
| 752 |
+
"drug": "TMP195",
|
| 753 |
+
"da": 0.25999999046325684,
|
| 754 |
+
"cos_topk": -0.43183448910713196,
|
| 755 |
+
"cos_full": -0.2155105173587799,
|
| 756 |
+
"mse_top20": 0.0032536182552576065
|
| 757 |
+
},
|
| 758 |
+
{
|
| 759 |
+
"drug": "Toremifene",
|
| 760 |
+
"da": 0.7799999713897705,
|
| 761 |
+
"cos_topk": 0.6444951891899109,
|
| 762 |
+
"cos_full": 0.4426591396331787,
|
| 763 |
+
"mse_top20": 0.0027844447176903486
|
| 764 |
+
}
|
| 765 |
+
]
|
| 766 |
+
},
|
| 767 |
+
"s5": {
|
| 768 |
+
"da_mean": 0.6631999850273133,
|
| 769 |
+
"cos_topk_mean": 0.35978958889842033,
|
| 770 |
+
"cos_full_mean": 0.27047021966427565,
|
| 771 |
+
"mse_top20_mean": 0.0050571277807466685,
|
| 772 |
+
"best_loss": 0.08840809762477875,
|
| 773 |
+
"ensemble_mean_train_cos_to_true": 0.9961639046669006,
|
| 774 |
+
"per_drug": [
|
| 775 |
+
{
|
| 776 |
+
"drug": "AC480",
|
| 777 |
+
"da": 0.5600000023841858,
|
| 778 |
+
"cos_topk": 0.29209715127944946,
|
| 779 |
+
"cos_full": 0.17462660372257233,
|
| 780 |
+
"mse_top20": 0.0023360427003353834
|
| 781 |
+
},
|
| 782 |
+
{
|
| 783 |
+
"drug": "AG-14361",
|
| 784 |
+
"da": 0.699999988079071,
|
| 785 |
+
"cos_topk": 0.1381414532661438,
|
| 786 |
+
"cos_full": 0.19829854369163513,
|
| 787 |
+
"mse_top20": 0.0025195120833814144
|
| 788 |
+
},
|
| 789 |
+
{
|
| 790 |
+
"drug": "AICAR",
|
| 791 |
+
"da": 0.4399999976158142,
|
| 792 |
+
"cos_topk": 0.02275669202208519,
|
| 793 |
+
"cos_full": -0.0021361149847507477,
|
| 794 |
+
"mse_top20": 0.0032794249709695578
|
| 795 |
+
},
|
| 796 |
+
{
|
| 797 |
+
"drug": "Alendronate",
|
| 798 |
+
"da": 0.7400000095367432,
|
| 799 |
+
"cos_topk": 0.7635577917098999,
|
| 800 |
+
"cos_full": 0.607427716255188,
|
| 801 |
+
"mse_top20": 0.007727914955466986
|
| 802 |
+
},
|
| 803 |
+
{
|
| 804 |
+
"drug": "Amisulpride",
|
| 805 |
+
"da": 0.5600000023841858,
|
| 806 |
+
"cos_topk": 0.26519060134887695,
|
| 807 |
+
"cos_full": 0.03969836235046387,
|
| 808 |
+
"mse_top20": 0.003793893149122596
|
| 809 |
+
},
|
| 810 |
+
{
|
| 811 |
+
"drug": "Azacitidine",
|
| 812 |
+
"da": 0.4399999976158142,
|
| 813 |
+
"cos_topk": -0.2735481262207031,
|
| 814 |
+
"cos_full": -0.16185975074768066,
|
| 815 |
+
"mse_top20": 0.008531689643859863
|
| 816 |
+
},
|
| 817 |
+
{
|
| 818 |
+
"drug": "BMS-754807",
|
| 819 |
+
"da": 0.35999998450279236,
|
| 820 |
+
"cos_topk": 0.1111428439617157,
|
| 821 |
+
"cos_full": 0.05104713514447212,
|
| 822 |
+
"mse_top20": 0.009736314415931702
|
| 823 |
+
},
|
| 824 |
+
{
|
| 825 |
+
"drug": "Belinostat",
|
| 826 |
+
"da": 1.0,
|
| 827 |
+
"cos_topk": 0.960494875907898,
|
| 828 |
+
"cos_full": 0.903870701789856,
|
| 829 |
+
"mse_top20": 0.013203245587646961
|
| 830 |
+
},
|
| 831 |
+
{
|
| 832 |
+
"drug": "CUDC-101",
|
| 833 |
+
"da": 0.7599999904632568,
|
| 834 |
+
"cos_topk": 0.4423864483833313,
|
| 835 |
+
"cos_full": 0.38638031482696533,
|
| 836 |
+
"mse_top20": 0.011397070251405239
|
| 837 |
+
},
|
| 838 |
+
{
|
| 839 |
+
"drug": "Cimetidine",
|
| 840 |
+
"da": 0.5600000023841858,
|
| 841 |
+
"cos_topk": -0.15430469810962677,
|
| 842 |
+
"cos_full": -0.0961727648973465,
|
| 843 |
+
"mse_top20": 0.0019895925652235746
|
| 844 |
+
},
|
| 845 |
+
{
|
| 846 |
+
"drug": "Daphnetin",
|
| 847 |
+
"da": 0.7599999904632568,
|
| 848 |
+
"cos_topk": 0.29390963912010193,
|
| 849 |
+
"cos_full": 0.18883953988552094,
|
| 850 |
+
"mse_top20": 0.0011268667876720428
|
| 851 |
+
},
|
| 852 |
+
{
|
| 853 |
+
"drug": "GSK-LSD1",
|
| 854 |
+
"da": 0.8999999761581421,
|
| 855 |
+
"cos_topk": 0.8488599061965942,
|
| 856 |
+
"cos_full": 0.6798902153968811,
|
| 857 |
+
"mse_top20": 0.0017388446722179651
|
| 858 |
+
},
|
| 859 |
+
{
|
| 860 |
+
"drug": "INO-1001",
|
| 861 |
+
"da": 0.7599999904632568,
|
| 862 |
+
"cos_topk": 0.695075511932373,
|
| 863 |
+
"cos_full": 0.43232154846191406,
|
| 864 |
+
"mse_top20": 0.0005011148168705404
|
| 865 |
+
},
|
| 866 |
+
{
|
| 867 |
+
"drug": "JNJ-26854165",
|
| 868 |
+
"da": 0.6599999666213989,
|
| 869 |
+
"cos_topk": 0.42449435591697693,
|
| 870 |
+
"cos_full": 0.21637864410877228,
|
| 871 |
+
"mse_top20": 0.0017370667774230242
|
| 872 |
+
},
|
| 873 |
+
{
|
| 874 |
+
"drug": "JNJ-7706621",
|
| 875 |
+
"da": 0.85999995470047,
|
| 876 |
+
"cos_topk": 0.7434072494506836,
|
| 877 |
+
"cos_full": 0.5418784022331238,
|
| 878 |
+
"mse_top20": 0.0040280018001794815
|
| 879 |
+
},
|
| 880 |
+
{
|
| 881 |
+
"drug": "MLN8054",
|
| 882 |
+
"da": 1.0,
|
| 883 |
+
"cos_topk": 0.9459628462791443,
|
| 884 |
+
"cos_full": 0.8330940008163452,
|
| 885 |
+
"mse_top20": 0.001247378415428102
|
| 886 |
+
},
|
| 887 |
+
{
|
| 888 |
+
"drug": "Momelotinib",
|
| 889 |
+
"da": 0.699999988079071,
|
| 890 |
+
"cos_topk": 0.29229843616485596,
|
| 891 |
+
"cos_full": 0.19763320684432983,
|
| 892 |
+
"mse_top20": 0.0030410659965127707
|
| 893 |
+
},
|
| 894 |
+
{
|
| 895 |
+
"drug": "NVP-BSK805",
|
| 896 |
+
"da": 0.4599999785423279,
|
| 897 |
+
"cos_topk": 0.17088210582733154,
|
| 898 |
+
"cos_full": -0.011403885670006275,
|
| 899 |
+
"mse_top20": 0.0030814644414931536
|
| 900 |
+
},
|
| 901 |
+
{
|
| 902 |
+
"drug": "Nintedanib",
|
| 903 |
+
"da": 0.5799999833106995,
|
| 904 |
+
"cos_topk": 0.26408666372299194,
|
| 905 |
+
"cos_full": 0.29911839962005615,
|
| 906 |
+
"mse_top20": 0.008941997773945332
|
| 907 |
+
},
|
| 908 |
+
{
|
| 909 |
+
"drug": "PHA-680632",
|
| 910 |
+
"da": 0.85999995470047,
|
| 911 |
+
"cos_topk": 0.7688437700271606,
|
| 912 |
+
"cos_full": 0.5098973512649536,
|
| 913 |
+
"mse_top20": 0.0012622004142031074
|
| 914 |
+
},
|
| 915 |
+
{
|
| 916 |
+
"drug": "Raltitrexed",
|
| 917 |
+
"da": 0.5999999642372131,
|
| 918 |
+
"cos_topk": 0.25826308131217957,
|
| 919 |
+
"cos_full": 0.10912935435771942,
|
| 920 |
+
"mse_top20": 0.023241549730300903
|
| 921 |
+
},
|
| 922 |
+
{
|
| 923 |
+
"drug": "Roxadustat",
|
| 924 |
+
"da": 0.3799999952316284,
|
| 925 |
+
"cos_topk": -0.10287913680076599,
|
| 926 |
+
"cos_full": -0.01939607411623001,
|
| 927 |
+
"mse_top20": 0.0031107596587389708
|
| 928 |
+
},
|
| 929 |
+
{
|
| 930 |
+
"drug": "SB431542",
|
| 931 |
+
"da": 0.8399999737739563,
|
| 932 |
+
"cos_topk": 0.6579091548919678,
|
| 933 |
+
"cos_full": 0.5161038637161255,
|
| 934 |
+
"mse_top20": 0.002609844319522381
|
| 935 |
+
},
|
| 936 |
+
{
|
| 937 |
+
"drug": "TMP195",
|
| 938 |
+
"da": 0.29999998211860657,
|
| 939 |
+
"cos_topk": -0.4036948084831238,
|
| 940 |
+
"cos_full": -0.1491047739982605,
|
| 941 |
+
"mse_top20": 0.003192286705598235
|
| 942 |
+
},
|
| 943 |
+
{
|
| 944 |
+
"drug": "Toremifene",
|
| 945 |
+
"da": 0.7999999523162842,
|
| 946 |
+
"cos_topk": 0.5694059133529663,
|
| 947 |
+
"cos_full": 0.31619495153427124,
|
| 948 |
+
"mse_top20": 0.003053051885217428
|
| 949 |
+
}
|
| 950 |
+
]
|
| 951 |
+
}
|
| 952 |
+
},
|
| 953 |
+
"mixed18_N5_stats": {
|
| 954 |
+
"N": 5,
|
| 955 |
+
"mean": 0.6643199856281281,
|
| 956 |
+
"std_sample": 0.013441429480163173,
|
| 957 |
+
"min": 0.6439999866485596,
|
| 958 |
+
"max": 0.6799999874830246,
|
| 959 |
+
"range": 0.036000000834464974
|
| 960 |
+
},
|
| 961 |
+
"mixed18_N3_stats_iter195": {
|
| 962 |
+
"N": 3,
|
| 963 |
+
"mean": 0.6653333212931951,
|
| 964 |
+
"std_sample": 0.018903263375277268,
|
| 965 |
+
"min": 0.6439999866485596,
|
| 966 |
+
"max": 0.6799999874830246,
|
| 967 |
+
"range": 0.036000000834464974
|
| 968 |
+
},
|
| 969 |
+
"priornone9_N7_stats_iter193": {
|
| 970 |
+
"N": 7,
|
| 971 |
+
"mean": 0.6683428571428571,
|
| 972 |
+
"std_sample": 0.02760814234622683,
|
| 973 |
+
"min": 0.6136,
|
| 974 |
+
"max": 0.6944,
|
| 975 |
+
"range": 0.08079999999999998
|
| 976 |
+
},
|
| 977 |
+
"mixed18_N5_vs_priornone9_N7": {
|
| 978 |
+
"gap_pp": -0.40228715147290206,
|
| 979 |
+
"pooled_se_pp": 1.204248645936427,
|
| 980 |
+
"Z": -0.3340565528808068,
|
| 981 |
+
"within_noise": true
|
| 982 |
+
},
|
| 983 |
+
"std_shrinkage_N3_to_N5": {
|
| 984 |
+
"std_pp_N3": 1.8903263375277268,
|
| 985 |
+
"std_pp_N5": 1.3441429480163172,
|
| 986 |
+
"delta_pp": -0.5461833895114095,
|
| 987 |
+
"mixed18_lower_std_than_priornone9": true
|
| 988 |
+
},
|
| 989 |
+
"paper_table1_recommendation": {
|
| 990 |
+
"single_ckpt_efficiency_row": "mixed-18 K=16 N=5: DA=0.6643 +/- 1.34pp (sample std), gap vs priornone-9 N=7 = -0.40pp (Z=-0.33, within noise). Recommended over priornone-9 due to ~2x lower per-seed std.",
|
| 991 |
+
"primary_headline_row": "18-ckpt mixed V2B mean-PRED ensemble 69.44% DA (iter187, unchanged)",
|
| 992 |
+
"cheapest_reproducible_ensemble_row": "priornone-9 teacher ensemble 69.12% DA (iter184, unchanged)",
|
| 993 |
+
"split_sensitivity_row": "V1-split flow 67.36% vs DD-KRR 66.64% (iter188, unchanged)"
|
| 994 |
+
}
|
| 995 |
+
}
|