Files
foxhunt/ml/src/tgnn
jgrusewski b29817075e feat(ml): add UnifiedTrainable adapter for TGGN
Implements TGGNTrainableAdapter wrapping a candle-based projection
network (input→hidden→ReLU→output) with full UnifiedTrainable interface
including checkpoint save/load, validation, and gradient tracking.

11 tests covering forward, backward, optimizer step, checkpoint
roundtrip, validation, learning rate, and metrics collection.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 00:48:57 +01:00
..