corridorkey-mrp-mlx/scripts
cmoyates 7f1c2ee221
fix: match original CorridorKey decoder concat order [c4,c3,c2,c1]
PyTorch reference script had wrong concat order (forward) vs the
original nikopueringer/CorridorKey which uses torch.cat([c4,c3,c2,c1]).
Golden fixtures regenerated. Relax 3 tight e2e tolerances for Metal
vs CPU float32 drift.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 22:58:08 -03:30
..
bench_mlx.py feat(phase6): optimization, benchmarking, and tiled inference 2026-03-01 06:24:10 -03:30
compare_reference.py feat(phase6): optimization, benchmarking, and tiled inference 2026-03-01 06:24:10 -03:30
convert_weights.py feat(phase3): PyTorch→MLX weight converter (#1) 2026-03-01 05:16:56 -03:30
dump_pytorch_reference.py fix: match original CorridorKey decoder concat order [c4,c3,c2,c1] 2026-03-01 22:58:08 -03:30
infer_pytorch.py fix: pass img_size to GreenFormer + gitignore .DS_Store 2026-03-01 09:46:31 -03:30
infer.py fix: resize inputs to model img_size, use infer_and_save in CLI 2026-03-01 06:11:57 -03:30
smoke_2048.py feat: add 2048 smoke test for native-resolution validation 2026-03-01 07:04:28 -03:30
smoke_engine.py feat: add CorridorKeyMLXEngine integration surface 2026-03-01 06:43:07 -03:30