promptdojo_

A teammate's training loop runs but the loss never changes — it's stuck at the same number every step. You look and see pred = w * x is computed once, above the for loop, not inside it. Why does that freeze the loss?