Skip to content

Commit

Permalink
Update my_test_lsun.py
Browse files Browse the repository at this point in the history
  • Loading branch information
richardwth authored Oct 15, 2018
1 parent 658c4e8 commit e23f37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my_test_lsun.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
# code_x = np.genfromtxt('MMD-GAN/z_128.txt', delimiter=',', dtype=np.float32)

# a case
lr_list = [2e-4, 2e-4] # [dis, gen]
lr_list = [2e-4, 1e-4] # [dis, gen]
loss_type = 'rep'
# rep - repulsive loss, rmb - repulsive loss with bounded rbf kernel
# to test other losses, see GeneralTools/math_func/GANLoss
Expand Down

0 comments on commit e23f37f

Please sign in to comment.