Skip to content

Commit

Permalink
Added metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Ding committed Jul 9, 2024
1 parent 4e0af51 commit 95da56b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sd_scripts/stable_cascade_train_c_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,9 @@ def train(self, args):
"ss_scale_weight_norms": args.scale_weight_norms,
"ss_ip_noise_gamma": args.ip_noise_gamma,
"ss_debiased_estimation": bool(args.debiased_estimation_loss),
"ss_sigloss": bool(args.use_sig_loss),
"ss_dataset": args.train_data_dir,
"ss_stdweight": args.std_loss_weight,
}

if use_user_config:
Expand Down
3 changes: 3 additions & 0 deletions sd_scripts/train_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,9 @@ def train(self, args):
"ss_scale_weight_norms": args.scale_weight_norms,
"ss_ip_noise_gamma": args.ip_noise_gamma,
"ss_debiased_estimation": bool(args.debiased_estimation_loss),
"ss_sigloss": bool(args.use_sig_loss),
"ss_dataset": args.train_data_dir,
"ss_stdweight": args.std_loss_weight,
}

if use_user_config:
Expand Down

0 comments on commit 95da56b

Please sign in to comment.