You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Eliminate deep_cast: express as deep_apply + Nx.as_type closure
- Extract close?/4 and flunk_trajectory/5 to TrainingHelper (was
copy-pasted across 3 curve tests)
- Extract MNIST load/evaluate helpers to MnistHelper (was duplicated
between f32 and bf16 test modules)
- Collapse bf16/f16 tensor generators into a single clause that
delegates to the f32 generator + as_type
- Restore coerce fast path for {:u, 8} (avoids Native.dtype NIF
call on the most common mismatch type)
- Remove section comments on self-describing private functions
- Single-source LossScaler default scale via @default_scale attribute
0 commit comments