fix: eval sample seed 0 -> 42

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-08 10:32:43 +02:00
parent 1663b39833
commit f5f7f2ae68
+1 -1
View File
@@ -88,7 +88,7 @@ def _load_npz(path: Path) -> dict:
# ---------------------------------------------------------------------------
def _eval_sample(generator, feature_utils_orig, dataset, seq_cfg, device, dtype,
num_steps: int = 25, seed: int = 0):
num_steps: int = 25, seed: int = 42):
"""Run a quick no-CFG inference pass on a fixed training clip.
Always uses dataset[0] and a fixed noise seed so samples across checkpoints