Reports#
Long-form technical reports backed by code, figures, and reproducible
scripts. Each topic lives in its own subfolder under
reports/
with one REPORT.md plus the supporting .py and .png files it
cites. See the
source README
for the regeneration conventions (snake_case topic names, scripts take
--output-dir, runs from repo root with PYTHONPATH=.).
Current topics#
Topic |
Summary |
|---|---|
Block-diagonal multi-ω₀ SIREN kernel + block-aligned Gaussian mask for ViT-5 hybrid Hyena. Resolution scaling rule ( |
|
SIREN ω₀ dimensional scaling rule and supporting figures. |
|
Qualitative target-vs-prediction snapshots for the 1D/2D/3D EMNIST spatial-recall task suite (simple copy, mask selection, color selection, color conditioning). |
|
Feb-2026 investigation that diagnosed the CPU-decode bottleneck on ViT-5-Small ImageNet and motivated the move to the DALI-fused dataloader. |
Adding a new report#
mkdir reports/<topic>/(descriptive snake_case name).Drop a
REPORT.mdplus any scripts and figures inside; keep image links relative to the topic folder.Add a row to the index table in
reports/README.mdand mirror it here.Re-run every script once before committing so the figures match the reported numbers.