Skip to content

Commit

Permalink
Update my_test_celebA.py
Browse files Browse the repository at this point in the history
  • Loading branch information
richardwth authored Oct 15, 2018
1 parent b352841 commit 0ab3f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my_test_celebA.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
rep_weights = [0.0, -1.0] # weights for e_kxy and -e_kyy, w[0]-w[1] must be 1
sample_same_class = False
if loss_type in {'rep', 'rmb'}:
sub_folder = 'sngan_{}_{:.0e}_{:.0e}_k{:.3g}'.format(
sub_folder = 'sngan_{}_{:.0e}_{:.0e}_k{:.3g}_{:.1f}_{:.1f}'.format(
loss_type, lr_list[0], lr_list[1], act_k, rep_weights[0], rep_weights[1])
else:
sub_folder = 'sngan_{}_{:.0e}_{:.0e}_k{:.3g}'.format(loss_type, lr_list[0], lr_list[1], act_k)
Expand Down

0 comments on commit 0ab3f51

Please sign in to comment.