Commit Graph

4 Commits

Author SHA1 Message Date
Kashif Rasul 177ab03e9c fix v1 jax version 2026-02-18 14:50:56 +01:00
Kashif Rasul 705685c912 fix v1 var calculation
1. Masked variance calculation (lines 95-107): Changed from the numerically unstable E[X²] - E[X]² formula  to the stable centered formula E[(X-μ)²]
  2. Sigma clamping (line 609): Changed from torch.where(sigma < tolerance, 1.0, sigma) to torch.clamp(sigma,   min=tolerance)
2025-11-25 09:40:07 +01:00
ram-from-tvl 098ad05360 Remove lingvo from v1 pax extra to avoid install failures on Colab 2025-09-25 23:40:10 +05:30
siriuz42 7d8f3d971d 2.0.0 initial 2025-09-12 00:18:08 +00:00