Skip to content

Commit

Permalink
Update train_latent.py
Browse files Browse the repository at this point in the history
Fix latent distribution
  • Loading branch information
Mq-Zhang1 committed May 17, 2024
1 parent 3aa9260 commit 7abc7dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions train_latent.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
gpus = [0]
conf.sample_size = 1
conf.semantic_enc = args.semantic_enc
conf.latent_znormalize = False
conf.pretrain = PretrainConfig(
name='72M',
path=model_path,
Expand Down

0 comments on commit 7abc7dd

Please sign in to comment.