Commit History

fix: LMIC base class multi_bit support in build() and compile()
1056030

lemousehunter commited on

Section 45.8: Single-run enforcement fix (no retries), trainer.py max(1,max_retries) patch
13ce2cc

lemousehunter commited on

feat: comprehensive W&B logging + retry=0 hardening
e63fc4e

lemousehunter commited on

fix(dtp): support multi_bit mode - look for binary_accuracy keys
b939d4c

lemousehunter commited on

feat: multi-bit labeling (Wu et al. TCHES 2024)
ea54e7b

lemousehunter commited on

feat: wire sigmoid gates through training pipeline (trainer, CLI, agent)
2a5447c

lemousehunter commited on

feat: add DTP EMA smoothing to prevent weight oscillations from cosine annealing warm restarts
bdc88cf

lemousehunter commited on

feat: implement DB-MTL gradient balancing callback (Lin et al., Neural Networks 2023)
82259f1

lemousehunter commited on

feat: add XLA jit_compile support for LMIC/LMIC-TSBN
1b6b02c

lemousehunter commited on

feat: add gradient clipping (clipnorm) to LMIC/LMIC-TSBN β€” Phase 1 stability fix
30ada2d

lemousehunter commited on

feat: add per-layer gradient norm logging to W&B β€” logs shared conv, per-task BN, head, gate norms every epoch
8c9d0fd

lemousehunter commited on

feat: add Focal Loss + Cosine Annealing for LMIC v6
f2d1439

lemousehunter commited on

feat: LMIC-TSBN model + persistence fixes across restarts
cbb6546

lemousehunter commited on

feat: LMIC architecture - Localized Multi-Input CNN for 16-byte key recovery
854dd2f

lemousehunter commited on

feat: training speed optimizations β€” mixed precision, vectorized augmentation, cached eval predictions
1fe1a19

lemousehunter commited on

v3: Add DTP + Spectral Decoupling, fix GradNorm OOM, fix _fail_job cancel
283a882

lemousehunter commited on