Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kohya-ss committed Jun 6, 2023
2 parents 24823b0 + 0fe1afd commit 98635eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ def remove_model(old_ckpt_name):
progress_bar.set_postfix(**logs)

if args.scale_weight_norms:
progress_bar.set_postfix(**max_mean_logs)
progress_bar.set_postfix(**{**max_mean_logs,**logs})

if args.logging_dir is not None:
logs = generate_step_logs(args, current_loss, avr_loss, lr_scheduler, keys_scaled, mean_norm, maximum_norm)
Expand Down

0 comments on commit 98635eb

Please sign in to comment.