We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf6bea9 commit 8b1b427Copy full SHA for 8b1b427
1 file changed
src/maxdiffusion/trainers/wan_trainer.py
@@ -480,4 +480,4 @@ def loss_fn(params):
480
metrics = {"scalar": {"learning/eval_loss": loss}}
481
482
# Return the computed metrics and the new RNG key for the next eval step
483
- return metrics, new_rng,
+ return metrics, new_rng
0 commit comments