Distillation Experiment v2: CIFAR-10 ResNet-50→18#3
Closed
SuperInstance wants to merge 2 commits into
Closed
Conversation
added 2 commits
May 21, 2026 17:03
- Add jepa-cli binary target (src/main.rs) that reads room-state JSON from stdin/file and emits latents JSON to stdout. - Update Cargo.toml to build both cdylib/rlib and the binary. - Add serde_json dependency for JSON I/O. - Create room_grid_rust.py: subprocess wrapper with EXACT same API as room_grid.py (JEPAGrid class, make_weights, novelty, Fingerprint). Falls back to numpy einsum if jepa-cli binary is unavailable. - Add test_api_parity.py: pytest suite comparing Python vs Rust outputs, shape tests, fallback verification, and JSON roundtrip. No compiled extension (PyO3/maturin) — pure subprocess approach avoids build timeouts. Cargo build can be done in CI. Branch: jepa-rust-wire-v2
- experiments/distillation_full.py: training script with 3 loss variants (hard CE, soft KL T=4, feature MSE) + channel adapters + AMP support - experiments/distillation_config.yaml: hyperparameters - docs/DISTILLATION-EXPERIMENT.md: architecture, hardware reqs, usage Smoke test: data loads, model forward pass, loss computation pass.
SuperInstance
pushed a commit
that referenced
this pull request
May 25, 2026
- 5 new SDA pipelines: identity_monitor, mesh_diversity, opcode_safety, breeder_thermal, hebbian_routing - beat() extended: breeder tick, SSE publish, metronome gossip - 6 new optional subsystems: SSE dashboard, gossip bridge, opcode index, hebbian mesh, decision journal - WALQuery now routes to WALIndex for fast index-hint queries - Tests: 60/60 passing (40 base + 20 integration) Refs: #4, #3
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closing: distillation experiment + nerve files duplicated in #7 which has the full simulators too.