Skip to content

Commit

Permalink
Reduce target beta
Browse files Browse the repository at this point in the history
  • Loading branch information
moto-hellomoto-ai committed May 10, 2019
1 parent 611af39 commit 4cc2090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sp_vae_gan/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def __init__(
device, output_dir,
initial_beta=10.0,
beta_step=0.1,
target_kld=0.2,
target_kld=0.1,
):
self.model = model.float().to(device)
self.train_loader = train_loader
Expand Down

0 comments on commit 4cc2090

Please sign in to comment.