Skip to content

Commit

Permalink
Make default LSUN Discriminator weight what we use
Browse files Browse the repository at this point in the history
  • Loading branch information
samb-t committed Feb 25, 2022
1 parent 1f1410f commit 3e5f564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hparams/defaults/vqgan_defaults.py
Expand Up @@ -18,7 +18,7 @@ def __init__(self, dataset):
self.ch_mult = [1, 1, 2, 2, 4]
self.codebook_size = 1024
self.disc_layers = 3
self.disc_weight_max = 1000
self.disc_weight_max = 1
self.disc_start_step = 30001
self.emb_dim = 256
self.img_size = 256
Expand Down

0 comments on commit 3e5f564

Please sign in to comment.