mirror of
https://github.com/wassname/evil_MoE.git
synced 2026-09-12 08:30:18 +08:00
misc
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"""Vibe-check of the substrate partition + teacher-pool composition (no-cheat family).
|
||||
"""Verify substrate partition and teacher-pool composition.
|
||||
|
||||
SHOULD: the 4-mode substrate partitions problems cleanly into distinct modes, and the
|
||||
A5 teacher_modes filter hands the route gate ONLY known-mode demos. ELSE: a
|
||||
@@ -61,7 +61,7 @@ def main() -> int:
|
||||
ok &= _check("held-out modes are genuinely held out (each has >0 problems in the partition)",
|
||||
all(counts[m] > 0 for m in held_out))
|
||||
|
||||
logger.info("ALL PASS -- partition + teacher-pool no-cheat invariants hold" if ok else "FAILURES above")
|
||||
logger.info("ALL PASS -- partition + teacher-pool oracle-separation invariants hold" if ok else "FAILURES above")
|
||||
return 0 if ok else 1
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user