anhtld commited on
Commit
ddf773a
·
verified ·
1 Parent(s): eaf2e48

auto-sync 2026-07-04T07:17:20Z workspace (part 3)

Browse files
workspace/runs/paper_ctt_audit/audit.json CHANGED
@@ -462,6 +462,8 @@
462
  "configs/ctt/gated_residual_full.yaml",
463
  "configs/ctt/gated_residual_smoke.yaml",
464
  "configs/ctt/residual_full.yaml",
 
 
465
  "configs/ctt/residual_ot_full.yaml",
466
  "configs/ctt/residual_ot_smoke.yaml",
467
  "configs/ctt/residual_smoke.yaml"
 
462
  "configs/ctt/gated_residual_full.yaml",
463
  "configs/ctt/gated_residual_smoke.yaml",
464
  "configs/ctt/residual_full.yaml",
465
+ "configs/ctt/residual_no_cycle_full.yaml",
466
+ "configs/ctt/residual_no_cycle_smoke.yaml",
467
  "configs/ctt/residual_ot_full.yaml",
468
  "configs/ctt/residual_ot_smoke.yaml",
469
  "configs/ctt/residual_smoke.yaml"
workspace/runs/paper_ctt_audit/metrics.json CHANGED
@@ -462,6 +462,8 @@
462
  "configs/ctt/gated_residual_full.yaml",
463
  "configs/ctt/gated_residual_smoke.yaml",
464
  "configs/ctt/residual_full.yaml",
 
 
465
  "configs/ctt/residual_ot_full.yaml",
466
  "configs/ctt/residual_ot_smoke.yaml",
467
  "configs/ctt/residual_smoke.yaml"
 
462
  "configs/ctt/gated_residual_full.yaml",
463
  "configs/ctt/gated_residual_smoke.yaml",
464
  "configs/ctt/residual_full.yaml",
465
+ "configs/ctt/residual_no_cycle_full.yaml",
466
+ "configs/ctt/residual_no_cycle_smoke.yaml",
467
  "configs/ctt/residual_ot_full.yaml",
468
  "configs/ctt/residual_ot_smoke.yaml",
469
  "configs/ctt/residual_smoke.yaml"
workspace/scripts/build_ctt_proxy_comparison.py CHANGED
@@ -16,6 +16,10 @@ DEFAULT_RUNS = [
16
  ("local_atlas", [Path("runs/local_atlas_val_proxy")]),
17
  ("task_memory", [Path("runs/task_memory_val_proxy")]),
18
  ("ctt_residual_full", sorted(Path("runs").glob("ctt_residual_full_seed*_val_proxy"))),
 
 
 
 
19
  ("ctt_residual_ot_full", sorted(Path("runs").glob("ctt_residual_ot_full_seed*_val_proxy"))),
20
  (
21
  "ctt_residual_base_context",
 
16
  ("local_atlas", [Path("runs/local_atlas_val_proxy")]),
17
  ("task_memory", [Path("runs/task_memory_val_proxy")]),
18
  ("ctt_residual_full", sorted(Path("runs").glob("ctt_residual_full_seed*_val_proxy"))),
19
+ (
20
+ "ctt_residual_no_cycle_full",
21
+ sorted(Path("runs").glob("ctt_residual_no_cycle_full_seed*_val_proxy")),
22
+ ),
23
  ("ctt_residual_ot_full", sorted(Path("runs").glob("ctt_residual_ot_full_seed*_val_proxy"))),
24
  (
25
  "ctt_residual_base_context",