NoisyLinear layers have different parameter names (sigma_weight/sigma_bias) than standard Linear layers. Hardcoding use_noisy_nets=false caused checkpoint loading to silently fail when the training run used noisy nets, resulting in empty folds in the eval report. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>