docs: resolve ml-debug TODO references

This commit is contained in:
wassname
2026-06-12 06:52:38 +08:00
parent 966f948d36
commit 8b9a1d62ed
5 changed files with 185 additions and 9 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ with torch.no_grad():
# If very different: model sees real signal. Problem is elsewhere.
```
**NaN poisoning (leakage tracer)** [wassname; forward-pass dual of Karpathy's gradient check below]
**NaN poisoning (leakage tracer)** [Wassname; forward-pass dual of Karpathy's gradient check below]
```python
# Leakage can hide anywhere: normalization fit on the full dataset, target
# leaking into features, window functions peeking ahead, bad splits. Instead