From f5f7f2ae687d6960bcf8a88f5e58b512a32dac28 Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Wed, 8 Apr 2026 10:32:43 +0200 Subject: [PATCH] fix: eval sample seed 0 -> 42 Co-Authored-By: Claude Sonnet 4.6 --- nodes/selva_lora_trainer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/selva_lora_trainer.py b/nodes/selva_lora_trainer.py index d04957e..607b51c 100644 --- a/nodes/selva_lora_trainer.py +++ b/nodes/selva_lora_trainer.py @@ -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